单项选择题Globalization support is implemented through the text- and character-processing functions provided by which Oracle feature?()

A. RSTLNE
B. NLSRTL
C. LISTENER
D. NLSSORT
E. Linguistic sorts


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题If two windows overlap, which window attribute will determine whether one should be chosen over the other?()  

A. WINDOW_PRIORITY
B. PRIORITY
C. PRIORITY_LEVEL
D. WINDOW_PRIORITY_LEVEL
E. OVERLAP_RULE

2.单项选择题Which of the following is true about job chains?()  

A. They consist of one or more Scheduler programs.
B. They are used to implement dependency scheduling.
C. They are used to implement time-based scheduling.
D. They are used to implement event-based scheduling.
E. None of the above.

3.单项选择题If a job references a schedule that has been disabled, what will be the result?()  

A. The job will be automatically disabled.
B. The job will never execute.
C. The job will attempt to execute but will fail.
D. The job will inherit the DEFAULT_SCHEDULE schedule.
E. A schedule object cannot be disabled.

4.单项选择题What is the danger associated with stopping a running job by using the STOP_JOB procedure?()  

A. The job will need to be reenabled before it will execute again.
B. The job may hold locks on objects referenced within it.
C. All jobs within the job group will also be stopped.
D. The job may leave data in an inconsistent state.
E. There is no danger in using the STOP_JOB procedure.

5.多项选择题Which of the following Scheduler elements encourage object reuse?()

A. Schedule objects
B. Program arguments
C. Job classes
D. Job arguments
E. All of the above

6.单项选择题Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()

A. PLSQL_BLOCK
B. JAVA_STORED_PROCEDURE
C. STORED_PROCEDURE
D. EXECUTABLE
E. None of the above are invalid settings.

7.多项选择题Which of the following are valid program types for a lightweight job?()

A. PLSQL_BLOCK
B. EXECUTABLE
C. JAVA_STORED_PROCEDURE
D. STORED_PROCEDURE
E. EXTERNAL

8.多项选择题Which of the following objects can be directly referenced by a window object?()

A. Schedule object
B. Program object
C. Job object
D. Resource plan
E. Resource consumer group

9.单项选择题Which of the following tasks is not performed by the job coordinator?()

A. Update job log when a job completes
B. Spawn and remove job slaves
C. Write/read job info to/from memory cache
D. Query job table
E. Pass job information to job slaves

10.单项选择题Which of the following calendaring syntax expressions would evaluate to the last day of every month?()  

A. FREQ = MONTHLY; BYMONTHDAY = 31
B. FREQ = MONTHLY; BYMONTHDAY = -1
C. FREQ = DAILY; BYDAY = -1
D. FREQ = MONTHLY; BYDAY = 31
E. FREQ = DAILY; BYMONTHDAY = LAST_DAY

最新试题

Examine the following RMAN command:  RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;  Which prerequisite must be met before accomplishing the backup?()

题型:单项选择题

View the Exhibit and examine the output. You execute the following RMAN command to perform the backup operation:  RMAN> RUN { ALLOCATE CHANNEL c1 DEVICE TYPE disk MAXOPENFILES 8; BACKUP DATABASE FILESPERSET 4; }  What is the multiplexing level in the preceding backup process?()

题型:单项选择题

You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()

题型:单项选择题

Which three statements are true about persistent configuration?()  

题型:多项选择题

Which three tasks can be performed using a duplicate database?()

题型:多项选择题

Examine the CREATE DISKGROUP command used to create a disk group:  SQL> CREATE DISKGROUP misc EXTERNAL REDUNDANCY DISK ’ORCL: FRA3’ NAME misc1, ’ORCL: FRA4’ NAME misc2;  In which situation would you use this method of disk group creation?()

题型:单项选择题

Which two statements are true about the Automatic Diagnostic Repository (ADR)?() 

题型:多项选择题

In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas. Which method must you use to recover the lost data?()  

题型:单项选择题

The database is currently open and the temp03.dbf tempfile belonging to the default temporarytablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()  

题型:单项选择题

What does the DB_FLASHBACK_RETENTION_TARGET parameter configure?()  

题型:单项选择题