Open joesmith2016 opened 5 years ago
我已经配置了数据库连接 但是 执行sql还是提示 识别不了
{ //测试环境 "plsql-language.connections": [ { "ID": 2, "active": true, "database": "ORCLMESTEST", "password": "mes2018", "username": "mestest", "name": "mestest@ORCLMESTEST" } ], "plsql-language.connection.activeInfos": "mestest/mes2018@ORCLMESTEST" }
Please write in english, I can't understand what you want !
i want user vscode to connect pl/sql ,then I can use vscode IDE querying oracle table data
Now I can‘t execute sql sentence: SELECT * FROM t_Co_Emp_Desc where emp_no='120509010'; Please help me check setting.json file which paras error the file: setting.json like this { //test enviroment "plsql-language.connections": [ { "ID": 2, "active": true, "database": "ORCLMESTEST", "password": "mes2018", "username": "mestest", "name": "mestest@ORCLMESTEST" } ], "plsql-language.connection.activeInfos": "mestest/mes2018@ORCLMESTEST" }
Now I can‘t execute sql sentence:
plsql-language.oracleConnection.enable: true
?1、execute the sql display this tips:Code language not supported or defined. 2、the file: setting.json has setting the sql file like: "plsql-language.connection.activeInfos": "mestest/mes2018@ORCLMESTEST", "files.exclude": { "**/.sql": true
How do you execute the sql display ? Are you sure to execute plsql command ?
Have you another extension installed like code-runner ? Because I have found the message "Code language not supported or defined." in their code...If this is the case, contact the author of this extension...
You can try with extensions disabled, except this one to see if it's work...
I user Ctrl + shift + p excute plsql-run current command,vscode show the information: No Oracle Server
Like I ask:
Have you activate setting plsql-language.oracleConnection.enable: true
?
Check also output / PLSQL
What is your platform ?
You can also try to:
Where to find vscode/extensions folder ?
tips:{"error":"OracleDB is missing"}
oracle数据库连接配置是在哪里改;我的目的是想直接在vscode里面实现查询oracle数据表,谢谢