多项选择题
A.SYSAUX B.TOOLS C.UNDO D.INDEX E.SYSTEM F.USERS G.TEMP
YouwanttosetuptheOracleDatabase10ginstallationtofollowt...
单项选择题You want to set up the Oracle Database 10g installation to follow the French language, with France as the territory, and the date to be displayed in French for all users’ sessions. Which environmental variable would you set to achieve this objective?()
A.NLSLANG B.NLSLENGTHSEMANTICS C.NLSTERRITORY D.NLSLANGUAGE E.NLSCHARACTERSET F.NLSDATELANGUAGE G.NLSNCHARCHARACTERSET
View the Exhibit. The DBA creates a new user as follows...
单项选择题
View the Exhibit. The DBA creates a new user as follows: SQL> CREATE USER manfus IDENTIFIED BY manfus TEMPORARY TABLESPACE temp; User manfus creates a table as follows: SQL> CREATE TABLE material(id NUMBER(3)); In which tablespace will the material table be created?()
A.SYSTEM B.USERS C.PROD D.SYSAUX E.TEMP
Exhibit: View the Exhibit. Your Oracle 10g database h...
Exhibit: View the Exhibit. Your Oracle 10g database has 6 tablespaces in which: -TEMP is the default temporary tablespace -UNDOTBS1 is the default undo tablespace -USERS is the default permanent tablespace In this database, which two tablespaces can be made read only?()
A.TEMP B.PROD C.USERS D.SYSAUX E.SYSTEM F.UNDOTBS1