100 SELECT object_name, owner, object_type FROM sys.dba_objects WHERE
101 SELECT object_name, owner, object_type FROM sys.all_objects WHERE
102 AND (owner NOT LIKE 'SYS%%' AND object_type = 'TABLE' OR object_type <> 'TABLE')
103 AND (owner LIKE 'SYS%%' AND object_type = 'TABLE' OR object_type <> 'TABLE')
104 256
105 8
106 _
107 owner LIKE
108 object_name LIKE
109 object_type IN
110 SELECT COUNT(*) FROM sys.dba_objects WHERE
111 SELECT COUNT(*) FROM sys.all_objects WHERE
112 ALTER SESSION SET NLS_DATE_FORMAT='YYYY/MM/DD HH24:MI:SS'
113 SELECT
114 SELECT \n
115 Login error
116 Database Server must be version 7.0 or later.
117 Can not link from stored procedure.
118 Attempting to use closed cursor.
200 3
201 4
202 5
203 7
204 8
205 9
206 10
207 11
300 = Equal Join
301 =(+) Left Outer Join
302 (+)= Right Outer Join
303 > Greater Join
304 < Less Join
305 >= Greater Or Equal
306 <= Less Or Equal
307 != Not Equal Join
400 =
401 =
402 =
403 =
404 =
405 =
406 =
407 >
408 <
409 >=
410 <=
411 !=
504 Warning: %ld records will be returned.\nProceed?
505 Estimating Results from Server
506 Warning: %d table names will be returned.\nProceed?
507 Allow Reporting On
508 Incorrect table name. If you are converting from another database, please use 'Set Location' to point to the correct table.
509 You have either no permission to view the selected object or the table name is incorrect. If you are converting from another database, please use 'Set Location' to point to the correct table.