Oracle开发者估计对PL/SQL Developer都很是熟悉了,里面有些小的功能点大概还有些初学者没发现。PL/SQL Developer支持多链接多窗口,下面详细说说。 数据库
打开PL/SQL Developer出现登陆界面,成功登陆后的数据库链接就是主链接。新建窗口和打开文件都是使用这个主链接,对象浏览器也显示主链接的内容。主链接的特征 浏览器
1)Session菜单Log on...,里面那个黑体的就是当前主链接。 session
2)Connection List 对象
能够直接在每一个链接点右键上新建和打开脚本。 blog
那么这个主链接又是什么意思呢? ci
官方文档: 开发
The main connection is used for all functions in PL/SQL Developer where you do not explicitly select a 文档
connection. For example, when opening a new SQL Window and executing a query, you will implicitly it
create a database session for the main connection. The Object Browser will also use the main io
connection.
After logging on in PL/SQL Developer you have implicitly set the main connection. The main
connection can be changed by using the Session > Log on function again, or by double-clicking on a
connection in the Connection List. In the Connection List the main connection is displayed in bold.
【当你没有明确选择一个链接时PL/SQL Developer的全部功能将使用主链接。例如打开一个新的SQL窗口并运行查询,你将隐含地创建一个与主链接的会话。对象浏览器也会使用这个主链接。在成功的登陆
更改主链接:
二、Connection List双击链接。】
2、窗口钉住链接的功能
每一个编辑窗口能够是不一样的链接,从这里选择,选择后这个窗口会被自动钉住链接。
旁边那个"钉住"标志如是红色则本窗口的链接在主链接改变的状况下不变,既不受影响。如是灰色,则这个窗口的链接跟随主链接改变。