This commit is contained in:
Grzegorz Michalski
2026-03-02 12:24:50 +01:00
parent 2b44f50629
commit 155587139b
2 changed files with 144 additions and 1 deletions

133
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,133 @@
{
"files.associations": {
"*.sql": "jinja-sql",
"*.pkg": "oracle-sql",
"*.pkb": "oracle-sql"
},
"[oracle-sql]": {
"editor.defaultFormatter": "Oracle.sql-developer"
},
"java.home": "C:\\apps\\Amazon Corretto\\jdk17.0.11_9",
"oracle.developer.javaHome": "C:\\apps\\Amazon Corretto\\jdk17.0.11_9",
"java.configuration.runtimes": [
{
"name": "JavaSE-17",
"path": "C:\\apps\\Amazon Corretto\\jdk17.0.11_9"
},
{
"name": "Oracle-JDK",
"path": "C:\\apps\\sqldeveloper\\jdk\\jre"
}
],
"java.import.gradle.java.home": "C:\\apps\\Amazon Corretto\\jdk17.0.11_9",
"oracle.developer.sqlcl.path": "sql",
"oracle.developer.enableSQLCL": true,
"oracle.developer.enableLanguageServer": true,
"oracle.developer.walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski",
"oracle.developer.sqlDeveloperHome": "C:\\apps\\sqldeveloper",
"oracle.developer.enableJDBCDrivers": true,
"oracle.developer.debug.enabled": true,
"oracle.developer.logging.level": "ALL",
"oracle.developer.startup.timeout": 120000,
"oracle.developer.jvm.maxMemory": "2g",
"oracle.developer.jvm.initialMemory": "512m",
"oracle.developer.connectionTimeout": 60000,
"oracle.developer.tnsAdminLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski",
"oracle.developer.oracleHome": "",
"oracle.developer.disableOracleHomeDetection": true,
"oracle.developer.queryTimeout": 300000,
"oracle.developer.useWalletOnly": true,
"oracle.developer.ignoreSystemOracleHome": true,
"oracle.developer.overrideSystemVariables": true,
"oracle.developer.forceWalletConnections": true,
"oracle.developer.bypassTnsLookup": true,
"terminal.integrated.env.windows": {
"TNS_ADMIN": "c:\\oracle\\homes\\OraDB21Home1\\network\\admin",
"ORACLE_HOME": "c:\\oracle\\WINDOWS.X64_213000_db_home",
"ORA_JAVA_HOME": "C:\\apps\\Amazon Corretto\\jdk17.0.11_9"
},
"oracledevtools.download.otherPlatforms": true,
"oracledevtools.bookmarkFileLocation": "",
"oracle.connectionConfiguration": {
"defaultConnection": "ADMIN@ggmichalski_high",
"connections": [
{
"name": "ADMIN@ggmichalski_high",
"username": "ADMIN",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "MICHALZ@ggmichalski_high",
"username": "MICHALZ",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "MRDS_LOADER@ggmichalski_high",
"username": "MRDS_LOADER",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "CT_MRDS@ggmichalski_high",
"username": "CT_MRDS",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "ODS@ggmichalski_high",
"username": "ODS",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "CT_ODS@ggmichalski_high",
"username": "CT_ODS",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "CT_ET_TEMPLATES@ggmichalski_high",
"username": "CT_ET_TEMPLATES",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "OU_TOP@ggmichalski_high",
"username": "OU_TOP",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "OU_LM@ggmichalski_high",
"username": "OU_LM",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "OU_MRR@ggmichalski_high",
"username": "OU_MRR",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
},
{
"name": "OU_C2D@ggmichalski_high",
"username": "OU_C2D",
"password": "Cloudpass#34",
"connectionString": "ggmichalski_high",
"walletLocation": "c:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
}
]
}
}