nerdexam
Oracle

1Z0-074 · Question #2

In TESTDB, U1 has SYSDBA privileges and the password Oracle_4U. You recreate the password file: $ orapwd FILE=orapwtestdb FORMAT=12.2 password=Oracle_123 ENTRIES=5 Examine the command and result: $ sq

The correct answer is A. Recreate the password file with the password set to Oracle_4U.. Explanation/Reference: https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:670117794561

Controlling User Access

Question

In TESTDB, U1 has SYSDBA privileges and the password Oracle_4U. You recreate the password file:

$ orapwd FILE=orapwtestdb FORMAT=12.2 password=Oracle_123 ENTRIES=5 Examine the command and result:

$ sqlplus u1/Oracle_4U@testdb as sysdba ERROR:

ORA-01017: invalid username/password; logon denied What can you do to fix this error?

Options

  • ARecreate the password file with the password set to Oracle_4U.
  • BChange the password of U1 to Oracle_123.
  • CSet the REMOTE_LOGIN_PASSWORDFILE parameter value to NONE.
  • DRegrant SYSDBA to U1.
  • ERestart the database instance.

How the community answered

(65 responses)
  • A
    71% (46)
  • B
    3% (2)
  • C
    15% (10)
  • D
    3% (2)
  • E
    8% (5)

Explanation

Explanation/Reference: https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:670117794561

Topics

#password file#orapwd utility#SYSDBA privilege#authentication

Community Discussion

No community discussion yet for this question.

Full 1Z0-074 Practice