PL/SQL 64位发布啦!!!

来源:互联网 发布:python 打印字体颜色 编辑:程序博客网 时间:2024/06/06 19:37

Developer 11.0.4 64 bit Beta

链接:http://pan.baidu.com/s/1o7kKvgQ 密码:zxb9

System Requirements
PL/SQL Developer 11.0.4 64 bit can run on any 64 bit Windows system and is compatible with all Oracle Server versions. To connect to an Oracle database you need to have a 64 bit Oracle11g or Oracle12c Client installed.

Using both the 32 bit and 64 bit versions of PL/SQL Developer
The file formats of the 32 bit and 64 bit PL/SQL Developer versions are fully compatible. All files (SQL scripts, Programs, Reports, Diagrams, and so on) can be shared between the 32 bit and 64 bit versions. When using both versions on the same system all preferences and settings will also automatically be shared.

To run PL/SQL Developer 32 bit and 64 bit on the same 64 bit Windows system you need to install both a 32 bit and 64 bit Oracle Client. If you have full Oracle Client installations PL/SQL Developer will automatically find the correct 32 bit or 64 bit client in the registry. If however you have an Oracle Instant Client installation you may need to perform the following actions:

Modify the PL/SQL Developer shortcut to add the InstantClient= parameter to indicate the directory where the instant client files are located. For example:
“C:\Program Files\PLSQL Developer\plsqldev.exe” InstantClient=C:\Oracle\InstantClient64
or:
“C:\Program Files (x86)\PLSQL Developer\plsqldev.exe” InstantClient=C:\Oracle\InstantClient32
Create a TNS_ADMIN environment variable to indicate the directory where the tnsnames.ora file is located. For example:
TNS_ADMIN=C:\Oracle\Network\Admin
Create an NLS_LANG environment variable to indicate the language, territory and character set. For example:
NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
The TNS_ADMIN and NLS_LANG environment variables are shared between the 32 bit and 64 bit Oracle Client.

0 0