You executed the following command to back up your control file:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;Which initialization parameter is used to specify the location of the trace file?
emp TO jim;Now the HR user decides to revoke privileges from JIM by using this command:SQL> REVOKE SELECT,INSERT,UPDATE ON emp FROM jim;Which statement is true after HR issues the REVOKE command?