Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 25

Question No 1:

Which three methods can you use to run an Automatic Database Diagnostic Monitor (ADDM) analysis
over a specific time period? (Choose three.)

Options:

1. Enterprise Manager GUI

2. DBMS_TRACE package APIs

3. DBMS_ADVISOR package APIs

4. DBMS_MONITOR package APIs

5. $ORACLE_HOME/rdbms/admin/addmrpt.sql script

ANS:1,3,5

Question No 2:

Which background process does Automatic Shared Memory Management use to coordinate the sizing of
memory components?

Options:

PMON

SMON

MMNL

MMAN

MMON

ANS:MMAN
Question No 3:

Which six files are maintained in the Flash Recovery Area? (Choose six.)

Options:

control file----- ANS

RMAN files----- ANS

password file

parameter file

flashback logs------ANS

data file copies------ ANS

core dump files

archived log files----- ANS

RMAN recovery scripts

control file autobackpus----ANS

Question No 4:

Consider the following scenario: You have a directory, data, under the disk group tdgroupA. You want to
create an alias for one of the data files and you execute the following command: ALTER DISKGROUP
tdgroupA ADD ALIAS ‘+tdgroupA/data/datafile.dbf’ FOR ‘+tdgroupA.231.45678’; Which task would be
accomplished by the command?

Options:

The command drops the file +tdgroupA.231.45678

The command physically relocates the file to +tdgroupA/data and renames the file to datafile.dbf.
The command creates a copy of the +tdgroupA.231.45678 file and places it in +tdgroupA/data after
remaining the file to datafile.dbf.

The command creates a synonym, datafile.dbf, and places it in +tdgroupA/data and does not remove
the +tdgroupA.231.45678 file.

The command creates a file, datafile.dbf, in +tdgroupA/ data and removes the references for +
tdgroupA.231.45678 from the data dictionary views.

Question No 5:

You are unable to move the Unified Job Scheduler occupant from the SYSAUX tablespace to the USERS
tablespace. What could be the reason?

Options:

None of the SYSAUX occupants can be relocated.

The USERS tablespace is a bigfile tablespace (BFT).

The united Job Scheduler occupant cannot be relocated.-----------ANS

The SYSAUX occupants can be relocated to the SYSTEM tablespace only.

Question No 6:

You enabled block change tracking for faster incremental backups in your database. Which background
process writes to the change tracking file?

Options:

RBAL

CKPT

SMON

PMON
MMON

CTWR ------------ANS

DBWR

Question No 7:

You want to enforce a company’s business policy on several objects by using a single policy function.
Which two types of policies can be assigned to the policy_type argument in the dbms_rls.add_policy
procedure to achieve the above objective? (Choose two.)

Options:

DBMS_RLS.STATIC

DBMS_RLS.DYNAMIC

DBMS_RLS.SHARED_STATIC-------------- ANS

DBMS_RLS.CONTEXT_SENSITIVE

DBMS_RLS.SHARED_CONTEXT_SENSITIVE---------ANS

Question No 8:

The Automatic Database Diagnostic Monitor (ADDM) analysis runs every 60 minutes on your database.
Your database if facing a series of interrelated problems over a period of two hours. You need to ensure
that the ADDM analysis is run over a time span of two hours in future. What would you do?

Options:

Create two custom ADDM tasks.

Modify the AWR snapshot time interval to two hours.

Create a new scheduler window for a time period of two hours.

Modify the time interval by using the DBMS_JOB.INTERVAL procedure--------ANS.

Modify the Automatic Workload Repository (AWR) snapshot retention period to two hours.
Question No 9:

The database is currently running in the NOARCHIVELOG mode. What would be the first step to
configure Flashback Database?

Options:

Enable flashback logging.

Start the database in the ARCHIVELOG mode.----------ANS

Issue the ALTER DATABASE FLASHBACK ON; command.

Set the FAST_START_MTTR_TARGET initialization parameter.

Question No 10:

Consider the following command to add a new disk group called “tdgroupA” with two failover groups:
CREATE DISKGROUP tdgrouopA NORMAD REDUNDANCY FAILOVERGROUP control01 DISK ‘/devices/A1’,
‘/devices/A2’, ‘/devices/A3’ FAILOVERGROUP control02 DISK ‘/devices/B1’, ‘/devices/B2’, ‘/devices/B3’;
The disk “/devices/A1” is currently a member disk of a disk group by name “tdgroup1” Which task would
be accomplished by the command?

Options:

The command would result in an error because a disk group can have only one failover group.

This command would result in an error because /devices/A1 disk is a member of another disk group
tdgroup1.

A new disk group called tdgroupA will be added with two fialover groups and the /devices/A1 disk will
get reattached to the new disk group without being detached from the existing one.

A new disk group called tdgroupA will be added with two failover groups and the /devices/A1 disk will
be ignored for the new disk group because it is a member of an existing disk group tdgroup1.
---------------ANS
A new disk group called tdgroupA will be added with two failover groups and the /devices/A1 disk gets
detached from the existing disk group tdgroup1 and attached to the new disk group tdgroupA disk
group.

Question No 11:

You need to ensure that the database users should be able to use the various flashback query features
in order to go back in time by four hours. What should you do? (Choose two.)

Options:

set SQL_TRACE=true

set UNDO_RETENTION=14400

set FAST_START_MTTR_TARGET=240

set LOG_CHECKPOINT_INTERVAL=240

set DB_FLASHBACK_RETENTION_TARGET=14400

issue ALTER DATABASE FLASHBACK ON; command -------------ANS

set the RETENTION GUARANTEE clause for the undo tablespace---------ANS

Question No 12:

Which statement regarding the COMPATIBLE parameter is correct?

Options:

It is a dynamic parameter.

It is an advanced parameter.

It is a new parameter in Oracle 10g.

It can have any value between8.0.0 and 10.1.0 in Oracle 10g database.

After it is set to 10.0.0 or greater and the database is opened, it cannot be set back.-------ANS
Question No 13:

You are using Recovery Manager (RMAN) to perform backups. In which three situations would you
perform a compressed backup? (Choose three.)

Options:

Your database includes a large number of BFILEs------ANS.

You are making image copies, and you have not enabled tablespace compression.

You are backing up to tape and your tape device performs its won compression.

You are using disk-based backups and disk space in your Flash Recovery Area, or other disk- based
backup destinations are limited.-------ANS

You are performing your backups to some device over a network where reduced network bandwidth is
more important than CUP usage.-----ANS

You are using some archival backup media, such as CD or DVD, where reducing backup sizes saves media
costs and archival storage.

Question No 14:

You plant to create a database ‘PROD’ using the Database Configuration Assistant (DBCA). Which two
tasks can you automate while created the database using the DBCA? (Choose two.)

Options:

database backups----ANS

user quota increment

tablespace defragmentation

gathering optimizer statistics--------ANS


data export using Data Pump

data export using conventional export

Question No 15:

Which two dynamic performance views would you query to determine the endian format of your
platform? (Choose two.)

Options:

V$DATABASE ------------ANS

V$INSTANCE

V$PLATFORM

V$TABLESPACE

V$CONTROLFILE

V$TRANSPORTABLE_PLATFORM----------ANS

Question No 16:

Which three statements regarding the Policy Framework in Enterprise Manager (EM) are correct?
(Choose three.)

Options:

Policies are evaluated automatically by Enterprise Manager.

Policy violations are prioritized as High, Medium, or Informational by category.--------------------ANS

Policies can be disabled completely, or flagged as ignored, for the specified target.

Policies are evaluated based on configuration and metrics collected in Policy Repository. ---------------ANS

Policies can be flagged as ignored, but never completely disabled, for the specific target.----------------ANS
Policy violations must be corrected, otherwise the database will shut down until corrective action
occurs.

Question No 17:

You want to retain the job entries for the last five days and purge all job entries from the job log that are
older than five days. Select the command that will enable you to do the job.

Options:

EXECUTE DBMS_SCHEDULER.PURGE_LOG ( log_history => 5, which_log => ‘JOB_LOG’); ----------ANS

EXECUTE DBMS_SCHEDULER.PURGE_LOG ( );

EXECUTE DBMS_SCHEDULER.PURGE_LOG ( log_history => 5, job_name => ‘JOB_LOG’);

EXECUTE DBMS_SCHEDULER.PURGE_LOG ( log_history => 5,which_log => ‘WINDOW_LOG’);

Question No 18:

Which three actions are required to configure the Flashback Database? (Choose three.)

Options:

set Flash Recovery Area------------------------------ANS

enable Flashback logging-------------------------------------ANS

create FLASHBACK tablespace

create a user called flashoper

start the database in the ARCHIVELOG mode----------------ANS

start the database in the NOARCHIVELOG mode


Question No 19:

Which four statements regarding the Clone Database tool are correct? (Choose four.)

Options:

It clones Oracle databases from release 8.1.7 or later.-------------------ANS

It clones a source database while the database is in NOMOUNT state.

It clones a source database while the database is in MOUNT state.-------------ANS

It clones an Oracle database by using Recovery Manager (RMAN).----------------------ANS

It clones a source database at the specified Oracle home and starts the new database instance in the
open mode.

It clones a source database and makes the new database instance consistent with the source database
up to the backup time of archived log.----------ANS

Question No 20:

The procedure is used to determine which statements are needed to make your materialized view
eligible for fast refresh and usable for general rewrite.

Options:

REFRESH

TUNE_MVIEW

REGISTER_MVIEW

EXPLAIN_REWRITE ---------ANS

REFRESH_DEPENDENT

Question No 21:
The identifies and helps to resolve performance problems relating to the execution of SQL statements by
recommending which indexes, materialized views, or materialized view logs to create, drop, or retain.

Options:

Undo Advisor

MTTR Advisor

Memory Advisor

Segment Advisor

SQL Tuning Advisor -----------ANS

SQL Access Advisor

Question No 22:

You need to create a schedule that will run a job on the second Friday of each month. What should the
repeat interval of the schedule be set to?

Options:

FREQ = MONTHLY; BYDAY = 2FRI; -------ANS

FREQ = MONTHLY, BYDAY = FRI2;

FREQ = MONTHLY; BYDAY = -2FRI;

FREQ = MONTHLY; BYDAY = FRI (2);

Question No 23:

Which three file types are managed by Data Pump jobs? (Choose three.)
Options:

out files

log files--------ANS

alert files

SQL files---------ANS

error files

dump files----ANS

Question No 24:

You want an ASM instance to manage the files of your database. To achieve this objective, you specify
the following parameters in the parameter file of the database. INSTANCE_TYPE = RDBMS
LARGE_POOL_SIZE = 8MB BD_BLOCK_SIZE = 4K LOG_ARCHIVE_DEST = +dgroupA
LOG_ARCHIVE_FORMAT = “$ORACLE_SID_%s_%t.%t” DB_CREATE_FILE_DEST = +dgroupA COMPATIBLE
= 10.1.0.2.0 CONTROL_FILES = +dgroupA Which parameter would be ignored while starting up the
instance?

Options:

DB_BLOCK_SIZE--------ANS

CONTROL_FILES

LARGE_POOL_SIZE

LOG_ARCHIVE_DEST

LOG_ARCHIVE_FORMAT

DB_CREATE_FILE_DEST

Question No 25:
Which statement regarding the implementation of shared policy functions is correct?

Options:

The policies need to have the same name.

The policy type must be DBMS_RLS.DYNAMIC.

The shared policy function can be enforced on any number of objects.----------ANS

The shared policy function cannot be enforced on more than two objects.

Question No 26:

Tom is the DBA of DNX Bank. The users of the banking system are complaining that all debit transactions
are taking too long to execute. The details of the application used for this purpose are listed below:
Application – Bank_DNX to access banking accounts Module – CUSTLEDGER Action DEBIT_ENTRY Which
command should Tom execute in order to gather static for the states problem?

Options:

EXECUTE DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE (‘BANK_DNX’ ‘CUSTLEDGER’);

EXECUTE DBMS_MONITOR.SERV_MOD_ACT_STAT_ENALBLE (‘BANK_DNX’);

EXECUTE DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE (‘DEBIT_ENTRY’);

EXECUTE DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE (‘BANK_DNX’, ‘CLUSTLEDGER ‘,’


DEBIT_ENTRY’); ----------ANS

EXECUTE DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE (‘CLUSTLEDGER’, ‘DEBIT_ENTRY’);

Question No 27:

You created a database (using Database Configuration Assistant [DBCA]) by using one of the default
templates. The default permanent tablespace for the non-system users, excluding DBSNMP and OUTLN
users, will be set to

Options:
USERS

SYSTEM-----ANS

SYSAUX

EXAMPLE

Question No 28:

Examine the following command to create an external table from EMPLOYEES and DEPARTMENTS
database tables. 1. CREATE TABLE employee_ext 2. (employee_id, first_name, department_name) 3.
ORGANIZATION EXTERNAL 4. ( 5. TYPE ORACLE_LOADER 6. DEFAULT DIRECTORY ext_dir 7. LOCATION
(‘emp1.dmp’) 8. ) 9. PARALLEL 10. AS 11. SELECT e.emplyee_id, e.first_name, e.last_name,
d.department_name 12. FROM employees e, departments d; Which line of the command would cause
an error?

Options:

line 2, because the column names have been specified--------------ANS

line 7, because file name must have a .dat extension

line 3, because ORGANIZATION EXTERNAL has been specified

line 9, because the PARALLEL option cannot be specified with one file name

line 12, because there is no join defined between EMPLOYEES and DEPARTMENTS table

line 5, because ORACLE_LOADER is not a valid structure for external table creation with the SELECT
statement

Question No 29:

You have three production database, HRDB, FINDB, and ORGDB, that use the ASM instance. At the end
of the day, you execute the following command on the ASM instance to shut down: SQL> shutdown
immediate; What is the result of executing this command?

Options:
All the instances, including the ASM instance, are shut down in the ABORT mode.

The ASM instance is shut down, but the other instances are still running. ------------------ANS

The ASM instance is still functional, but the other instances are shut down.

All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.

HRBD, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut
down in the IMMEDIATE mode.

HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut
down.

Question No 30:

While exporting data by using Data Pump, you find that the export runs for long period. Because this
action is being performed during peak hours, you decide to stop the job and restart it during off-peak
hours. Which view would you query to determine the name and status of the stopped job?

Options:

DBA_JOBS

V$SESSION

V$SESSION_LONGOPS

DBA_DATAPUMP_JOBS--------------ANS

DBA_DATAPUMP_SESSIONS

Question No 31:

In the server parameter file (SPFILE), the UNDO_TABLESPACE initialization parameter is set to UNDOTBS.
You executed the following SQL statement to rename the UNDOTBS undo tablespace: ALTER
TABLESPACE undotbs RENAME TO undotbs_old; Which statement is correct in this scenario?

Options:
The tablespace will be renamed but the data file headers will not be updated.

The above SQL statement will fail because you cannot rename an undo tablespace.

The tablespace will be renamed and all the changes will be logged in the alert log file.

The tablespace will be renamed but a message will be added to the alert log file indicating that you
should change the corresponding initialization parameter files.

To be able to rename the UNDOTBS undo tablespace, you would need to set the UNDO_TABLESPACE
initialization parameter to some other tablespace name and then execute the above SQL command.
----------ANS

Question No 32:

Identify four uses of the Oracle Scheduler. (Choose four.)

Options:

Enables you to set idle time limits for a resource plan.

Enables you to schedule job execution based on time.-----------ANS

Enables you to execute jobs in a clustered environment.

Enables you to assign priorities to the consumer groups.------ANS

Enables you to map a consumer group to an Oracle user.

Enables you to create a job that makes use of saved programs and schedules------------ANS.

Enables you to periodically execute operating system script files located on the same server as the
database. ----------ANS

Question No 33:

You enabled Flashback Database with the following command: ALTER DATABASE FLASHBACK ON; Which
view would you query to determine whether the Flashback Database has been enabled?
Options:

V$SGA

V$DATABASE -------------ANS

V$INSTANCE

V$FLASHBACK_DATABASE_LOG

V$FLASHBACK_DATABASE_STAT

V$FLASHBACK_DATABASE_LOGFILE

Question No 34:

You flashed back the jobs table at 11:00 a.m. to its state at 9:30 a.m. At 11:15 a.m., you decided to
retrieve the jobs table as it was at 10:12 a.m. What would you do to retrieve the jobs table fast and with
minimum impact to other objects

Options:

drop and re-create the table

perform point-in-time recovery

use the ROLLBACK command with SCN

use the FLASHBACK TABLE command ------------------ANS

use the FLASHBACK DATABASE command

Question No 35:

You executed the following command to drop a user: DROP USER scott CASCADE; Which two statement
regarding the above command are correct? (Choose two.)

Options:

All the objects of scott are moved to the Recycle Bin.

Any objects in the Recycle Bin belonging to scott are purged.---------ANS


All the objects owned by scott are permanently dropped from the database.--------ANS

All the objects of scott in the Recycle Bin must be purged before executing the DROP command.

Any objects in the Recycle Bin belonging to scott will not be affected by the above DROP command.

Question No 36:

You want to execute the following statements in resumable mode: CREATE TABLE … AS SELECT CREATE
INDEX CREATE MATERIALIZED VIEW Which two methods can be used to enable a session for resumable
space allocation? (Choose two.)

Options:

Set the RESUMABLE_TIMEOUT initialization parameter to true.

Set the RESUMABLE_TIMEOUT initialization parameter to none

Execute the ALTER SESSION ENABLE RESUMABLE statement. -----------ANS

Execute the ALTER DATABASE ENABLE RESUMABLE statement. -------------ANS

Set the RESUMABLE_TIMEOUT initialization parameter to a nonzero value.

Question No 37:

You created a tablespace with the following statement: CREATE BIGFILE TABLESPACE adtbs DATAFILE
‘/proddb/data/adtbs.dbf’ SIZE 10G; There is now a requirement to increase the size of the tablespace.
Which two ALTER statements are correct in this scenario? (Choose two.)

Options:

ALTER TABLESPACE adtbs RESIZE 20G;

ALTER TABLESPACE adtbs ADD DATAFILE;

ALTER TABLESPACE adtbs AUTOEXTEND ON;


ALTER TABLESPACE adtbs ADD DATAFILE ‘/proddb/data/adtbs1.dbf’ SIZE 10G;----------------ANS

ALTER TABLESPACE adtbs MODIFY DATAFILE ‘/proddb/data/adtbs.dbf’ AUTOEXTEND ON;-----------ANS

Question No 38:

You imposed a column-level Virtual Private Database (VPD) policy as follows: BEGIN
DBMS_RLS.ADD_POLICY (object_schema=> ‘scott’, object_name => ‘employees’, policy_name =>
‘hr_policy’, function_schema => ‘pol_hr’, policy_function => ‘hrpol’, sec_relevant_clos =>
‘salary,commission_pct’); END; Which statement regarding hr_policy is true?

Options:

The policy applies only to the INDEX statement and note to any other statements

The policy applies only to the SELECT statement and not to any other statements.

The policy applies to SELECT, INSERT, UPDATE, DELETE, and INDEX statements.

The policy applies to SELECT, INSERT, UPDATE and DELETE statements; it does not apply to INDEX
statements-----ANS

Question No 39:

You are using SQL Tuning Advisor (STA) to tune SQL workload in your database. Which four types of
recommendations do you get from Automatic Tuning Optimizer (ATO) via the STA? (Choose four.)

Options:

recommendation to create indexes -------------------ANS

recommendation to use stored outlines

recommendation to create a SQL profile

recommendation to gather relevant statistics

recommendation to denormalize the schema


recommendation to restructure SQL statements

Question No 40:

You executed the following command: RMAN> RECOVER COPY OF DATAFILE


‘/u01/app/oracle/oradata/orcl/users01.dbf’; Which statement regarding the above command is correct?

Options:

The ‘/u01/app/oracle/ordata/orcl/users01.dbf’ data file is recovered from the image copy.

The ‘/u01/app/oracle/ordata/orcl/users01.dbf’ data file is recovered from the last incremental backup.

Image copies of the ‘/u01/app/oracle/ordata/orcl/users01.dbf’ data file are updated with all changes up
to incremental backup SCN.

Image copies of the ‘/u01/app/oracle/ordata/orcl/users01.dbf’ data file are recovered using the above
command if data file recovery fails.------- ANS

Question No 41:

You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a
new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE
‘/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ‘ ‘ ; Which statement regarding the above
command is correct?

Options:

It will create the tablespace TEMP1 in group G1.

It will create the tablespace TEMP1 in group G3.

It will not add the tablespace TEMP1 to any group.

It will create the tablespace TEMP1 in the default group.

It will throw an error with message ‘specified group is not available’. ----------ANS

It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
Question No 42:

Which entity enables Oracle Data Pump to restart a stopped job?

Options:

the SQL file

dynamic views

the master table

the export log file

the repository table

the master control process ----------ANS

Question No 43:

You need to transport tablespaces between platforms with different endians. Which two steps are
required in addition to the regular steps needed for transporting tablespaces? (Choose two.)

Options:

The DB_FILE_NAME_CONVERT parameter must be set in the init.ora file.=------------------ANS

The CONVERT command of SQL*Plus must be used to change byte ordering.

No other explicit action is required.

The CONVERT command of the Recovery Manager utility must be used to change byte ordering.
-------------ANS

The COMPATIBLE parameter must be set to 10.0.0 or higher in both the source and the target
databases.

Question No 44:
You used the following command to perform backup: RMAN> BACKUP AS COPY DURATION 4:00 PARTIAL
MINIMIZE LOAD DATABASE; Which recommendation regarding the above command is true?

Options:

It is recommended that you do not use the above command in the RUN block.

It is recommended that you do not use the MINIMIZE LOAD option with tape.

It is recommended that you use the MINIMIZE LOAD option only when you perform tablespace backup.

It is recommended that you use the DURATION and MINIMIZE LOAD option when you perform backup
to backup sets.-------ANS

Question No 45:

Identify the three predefined server-generated alerts. (Choose three.)

Options:

Drop User

Privilege Grants

Tablespace Space Usage--------ANS

Tablespace Reoganization

Resumable Session Suspended

Recovery Area Low On Free Space---------ANS

SYSTEM Tablespace Size Increment ---------------ANS

Question No 46:
You modified the optimizer statistics of a table by using the DBMS_STATS.GATHER_TABLE_STATS
procedure. You realized that the newly generated statistics have created suboptimal execution plans for
that particular table. What would you do to revert to the previous set of statistics as soon as possible?

Options:

run Automatic Database Diagnostic Monitor (ADDM) Advisor to recommend a solution

wait for the default automatic optimizer statistics generation

execute the DBMS_STATS.RESTORE_TABLE_STATS procedure ---------------ANS

execute the DBMS_STATS.RESTORE_DATABASE_STATS procedure

purge the existing table statistics and execute the DBMS_STATS.GATHER_TABLE procedure with a
different set of parameters

Question No 47:

On which two database objects can the VERSIONS clause of the Flashback Versions Query be used?
(Choose two.)

Options:

views

fixed tables

heap tables ----------------------ANS

external tables

temporary tables

Index-Organized Tables (IOTs) -----------ANS

Question No 48:
You define the Warning threshold for the tablespace usage metric for the USERS tablespace to be 60%
and the Critical threshold to be 80%. When space usage of the USERS tablespace exceeds 60%, an alert
is raised. Which two are sources for detailed alert information? (Choose two.)

Options:

the V$ALERT_TYPES view

the DBA_ALERT_HISTORY view---------ANS

the Database Control Home page

the DBA_ALERT_ARGUMENTS view

the DBA_OUTSTANDING_ALERTS view -----------ANS

the Database Control Performance page

the Database Control Administration page

Question No 49:

Which parameter avoids the overwriting of archived redo log files when you recover the database with
the RESETLOGS option?

Options:

LOG_ARCHIVE_TRACE=----------------ANS

LOG_ARCHIVE_FORMAT

LOG_ARCHIVE_CONFIG

LOG_ARCHIVE_DEST_10

LOG_ARCHIVE_LOCAL_FIRST

Question No 50:
You have 100 segments in the USERS tablespace. You realize that the USERS tablespace is running low
on space. You can use Segment Advisor to

Options:

add data files to the tablespace

identify the segments that you should shrink

modify the storage parameters for the tablespace

automatically shrink the segments with unused space

check the alerts generated for the table space that is running low on space--------ANS

You might also like