c**t 发帖数: 2744 | 1 How to switch schema in SQL Developer? (Query window, like Toad) |
c**t 发帖数: 2744 | 2 like "Current Schema" selection in sql editor
【在 c**t 的大作中提到】 : How to switch schema in SQL Developer? (Query window, like Toad)
|
j*****n 发帖数: 1781 | 3 I believe the schema is based on your login. so you have to explicitly
specify the schema name other than your login default. |
B*****g 发帖数: 34098 | 4 谁叫你不用toad
【在 j*****n 的大作中提到】 : I believe the schema is based on your login. so you have to explicitly : specify the schema name other than your login default.
|
j*****n 发帖数: 1781 | 5 景仰...lol
【在 B*****g 的大作中提到】 : 谁叫你不用toad
|
B*****g 发帖数: 34098 | |
c**t 发帖数: 2744 | 7 corp is trying to get rid of TOAD to cut expense
【在 B*****g 的大作中提到】 : 谁叫你不用toad
|
B*****g 发帖数: 34098 | 8 俺们公司vp,manger,dba,developers(not limited to oracle developer),analys
t, tester, tech writer. 人机一个toad。
其中很多人不会sql,要别人的sql来run。
【在 c**t 的大作中提到】 : corp is trying to get rid of TOAD to cut expense
|
c**t 发帖数: 2744 | |
c**t 发帖数: 2744 | 10 据说公司的toad已经装了近2000份,big money
analys
【在 B*****g 的大作中提到】 : 俺们公司vp,manger,dba,developers(not limited to oracle developer),analys : t, tester, tech writer. 人机一个toad。 : 其中很多人不会sql,要别人的sql来run。
|
|
|
B*****g 发帖数: 34098 | 11 那也不能把你的给拿掉呀,没有toad活不了了。
就像上面那个面试题,按两下就出结果了
【在 c**t 的大作中提到】 : 据说公司的toad已经装了近2000份,big money : : analys
|
j*****n 发帖数: 1781 | 12 how about only use free version?
【在 c**t 的大作中提到】 : 据说公司的toad已经装了近2000份,big money : : analys
|
d****e 发帖数: 2856 | 13 够狠。TOAD太贵了,SQL Developer is free.
【在 B*****g 的大作中提到】 : 谁叫你不用toad
|
d****e 发帖数: 2856 | 14 TOAD是个Bug挺多的好东西。
analys
【在 B*****g 的大作中提到】 : 俺们公司vp,manger,dba,developers(not limited to oracle developer),analys : t, tester, tech writer. 人机一个toad。 : 其中很多人不会sql,要别人的sql来run。
|
z*3 发帖数: 33 | 15 貌似没有什么办法,只能重新建一个connection,然后再连一遍了。。。
如果使用sql developer连sql server的话,可以直接进management studio,也有个和
toad差不多的东西,切schema |
c**t 发帖数: 2744 | 16 there is a way:
ALTER SESSION SET CURRENT_SCHEMA=###############
【在 z*3 的大作中提到】 : 貌似没有什么办法,只能重新建一个connection,然后再连一遍了。。。 : 如果使用sql developer连sql server的话,可以直接进management studio,也有个和 : toad差不多的东西,切schema
|
B*****g 发帖数: 34098 | 17 this way is very easy to forget
【在 c**t 的大作中提到】 : there is a way: : ALTER SESSION SET CURRENT_SCHEMA=###############
|
z*3 发帖数: 33 | 18 oracle的话dblink一把不知道可不可以。。。 |