You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the profile. Some user sessions are currently connected to the database instance and are using the APP_USER profile. This command is used…

You executed the following commands to find the location of the alert log file: Where is the alert log file stored? (Choose all that apply.) A. in the BACKGROUND_DUMP_DEST location; in text format B. in the BACKGROUND_DUMP_DEST location; in XML…

You execute a command to resize a data file, sales.dbf, of size 200 MB in your database: ALTER DATABASE DATAFILE ‘/remorse/sales.dbf’ RESIZE 150M; Which statement is true about this command? A. The command must be issued in MOUNT state. B.…

You suspect unauthorized data manipulation language (DML) operations on a particular table. You want to track users who are performing the transactions and the values used in the transactions. You also plan to transfer these values to another table for…

The tnsnames.ora file has an entry for the service alias ORCL as follows: ORCL = ( DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.156.24.216)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl.oracle.com) ) ) The TNSPING command…