Oracle Study--pl/sql Developer software error
The blog is open at 51cto and CSDN.
System environment:
Operating system: Windows XP (64)
Software: PL/SQL Devoloper 8.04
Software, after normal installation, the following error occurred during use:
650) this.width=650; "Src=" http://img.blog.csdn.net/20150408162908002?watermark/2/text/ ahr0cdovl2jsb2cuy3nkbi5uzxqvbhf4mdqwnq==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity/ Center "/>
Log in with a Scott user
650) this.width=650; "Src=" http://img.blog.csdn.net/20150408162936709?watermark/2/text/ ahr0cdovl2jsb2cuy3nkbi5uzxqvbhf4mdqwnq==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity/ Center "/>
The above error occurred
Normal connection via Sqlplus:
650) this.width=650; "Src=" http://img.blog.csdn.net/20150408163059061?watermark/2/text/ ahr0cdovl2jsb2cuy3nkbi5uzxqvbhf4mdqwnq==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity/ Center "/>
Sqlplus can be connected normally
650) this.width=650; "Src=" http://img.blog.csdn.net/20150408163229632?watermark/2/text/ ahr0cdovl2jsb2cuy3nkbi5uzxqvbhf4mdqwnq==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity/ Center "/>
TNSNames configured properly
After multiple lookups, the reason is:
specific reason: The 64-bit Win7 will install the 32-bit application into the program Files directory by default, and the two parentheses may be frustrating for Oracle. Change the installation path for a more "popular" path, the installation directory of "()" removed, changed to "program Files x86" Reinstall Plsql, database connection again, all problems are resolved, found can log in, OK.
Everything is caused by a 64-bit system!
650) this.width=650; "Src=" http://img.blog.csdn.net/20150408163338743?watermark/2/text/ ahr0cdovl2jsb2cuy3nkbi5uzxqvbhf4mdqwnq==/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity/ Center "/>
the default installation path
Workaround:
After uninstalling the software, reinstall to the non-default path (for example: D:\Program), problem solving, can be used normally!
This article is from the "Tianya blog," Please make sure to keep this source http://tiany.blog.51cto.com/513694/1630087
Oracle Study--pl/sql Developer software error