我有一个应用程序,我不能得到连接到我的 Oracle 数据库11g 速成版。我在这个版本中创建了一个测试数据库,我可以使用 Oracle SQL Developer 连接到数据库,创建表、视图等等。然而,我很难通过我的应用程序连接。连接信息在哪里?什么档案?我想将我的连接信息与 SQLExplorer 文件中设置的内容进行比较。* I found all the * .然后重命名它们,看看能否找到连接存储在哪个文件(通过消除的过程) ,但是我没有成功。如果你能帮忙,我将不胜感激。
When I renamed the file, all my connection info went away. I renamed it back, and it all came back. When I viewed the XML file, I found both test connection aliases, ports, usernames, roles, authentication types, etc.
If you have previously installed SQL Developer then it will store the connection details in the 'connection.xml' which will be located in below mentioned path.
In a simpler way open search window and search for connection.xml gives a right click on that file and select open file/folder location.
Once you get that connection.xml try to import it into SQLDeveloper by right clicking to CONNECTIONS.
Then, search for the string db.system.id and copy the value of the v attribute. That is your decryption key to use when you are prompted to enter your decryption key on the Password Handling panel during the import processing on SQL Developer.