You want to configure and schedule offline database backups to run automatically. Which tool or utility wouldyou use to achieve this()
A.The XML script B.The PL/SQL script C.The DBMS_SCHEDULER package D.Enterprise Manager to schedule the backup
多项选择题Identifythe situationsinwhichyouusethealertlogfileinyourdatabasetocheckthedetail.()
A.Running a query on a table returns "ORA-600: Internal Error." B.Inserting a value in a table returns "ORA-01722: invalid number." C.Creating a table returns "ORA-00955: name is already used by an existing object." D.Inserting a value in a table returns "ORA-00001: unique constraint (SYS.PK_TECHP) violated." E.Inserting a row in a table returns "ORA-00060: deadlock detected while waiting for resource."
多项选择题You set the following parameters in the parameter file and restarted the database:MEMORY_MAX_TARGET=0MEMORY_TARGET=500M PGA_AGGREGATE_TARGET=90MSGA_TARGET=270M Which two statements are true about these parameters after the database instance is restarted()
A.The MEMORY_MAX_TARGET parameter is automatically set to 500 mb. B.The pga_AGGREGATE_TARGET and sga_TARGET parameters are automatically set to zero. C.The value of the MEMORY_MAX_TARGET parameter remains zero until it is changed manually. D.The lower bounds of pga_AGGREGATE_TARGET and sga_TARGET parameters are set to 90 nb and270 mb, respectively
多项选择题You execute the following command to change the status of the SALES tablespace:SQL> ALTER TABLESPACE sales OFFLINE; Which statements describe the effect of the command()
A.The tablespace would require recovery to go back online. B.A checkpoint is taken on all data files that are associated with the SALES tablespace. C.The sessions that subsequently try to access the objects in the SALES tablespace receive an error D.The new status of the SALES tablespace is recorded in the control file when the database instance isclosed
多项选择题Examine the following statement that is used to modify the primary key constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements aretrue regarding the above command()
A.The constraint remains valid. B.The index on the constraint is dropped. C.It allows the loading of data into the table using SQL *Loader. D.New data conforms to the constraint, but existing data is not checked. E.It allows the data manipulation on the table using INSERT/UPDATE/DELETE SQL statements.
多项选择题Your database instance is running with full workload after database creation. You have decided to use a fixed-size undo tablespace. You want to use the Undo Advisor to estimate the capacity of the undo tablespace. Which two factors must you consider before using the Undo Advisor to estimate the capacity of the undotablespace()
A.The retention period to support flashback B.The expected length of the longest-running query C.The number of undo tablespaces in the database D.The size of the Flash Recovery Area for the database instance