We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e376c commit ab36d56Copy full SHA for ab36d56
sql/engines/oracle.py
@@ -150,6 +150,20 @@ def _get_all_schemas(self):
150
"DIP",
151
"OJVMSYS",
152
"LBACSYS",
153
+ "AUDSYS",
154
+ "DBSFWUSER",
155
+ "DVF",
156
+ "DVSYS",
157
+ "GGSYS",
158
+ "GSMADMIN_INTERNAL",
159
+ "GSMCATUSER",
160
+ "GSMUSER",
161
+ "REMOTE_SCHEDULER_AGENT",
162
+ "SYS$UMF",
163
+ "SYSBACKUP",
164
+ "SYSDG",
165
+ "SYSKM",
166
+ "SYSRAC",
167
)
168
schema_list = [row[0] for row in result.rows if row[0] not in sysschema]
169
result.rows = schema_list
0 commit comments