A、INSERT B、UPDATE C、SELECT D、DESCRIBE E、DELETE F、RENAME
A、A. 46 and 45 B、B. 46 and 45.93 C、C. 50 and 45.93 D、D. 50 and 45.9 E、E. 45 and 45.93 F、F. 45.95 and 45.93
A、CLOB类型只能映射为java.lang.String B、BLOB类型可以映射为java.sql.Blob C、BLOB类型可以映射为byte[] D、CLOB类型可以映射为java.lang.String或java.sql.Clob
A、granting SELECT privilege to SMITH on V$SESSION B、granting SELECT privilege to SMITH on V_$SESSION C、asking the user SMITH to run the catalog.sql script D、granting SELECT privilege to SMITH on V$FIXED_TABLES E、setting the O7_DICTIONARY_ACCESSIBILITY parameter to TRUE F、creating a view based on V$SESSION and granting SELECT privilege to SMITH on the view that was created