What is pre-requisite to alter a role?

What is pre-requisite to alter a role? (Choose the best answer)

What is pre-requisite to alter a role? (Choose the best answer)

A.
You should be granted the DBA role.

B.
You should set the OS_ROLES parameter to true.

C.
You should be granted the role with the GRANT OPTION.

D.
You should have the ALTER ANY ROLE system privilege.

Explanation:



Leave a Reply 26

Your email address will not be published. Required fields are marked *


vietnam

vietnam

You must either have been granted the role with the ADMIN OPTION or have ALTER ANY ROLE system privilege.

d

Hvd

Hvd

D

To grant a role, you must either have been granted the role with the ADMIN OPTION or have been granted the GRANT ANY ROLE system privilege, or you must have created the role.

Christine

Christine

@Hvd,
Thank you very much for providing all the answers. Are you 100% sure that these answers are 100% accurate. Because I would like to attempt my database exam 1Z0-062 soon and don’t want to risk $245 exam fees. OR you think I should wait and see if more people come to this site and provide their view and answers and at the end, we can compare all the answers and go from there? Please advise.

Hvd

Hvd

@Christine

I’m not 100% accurate, mistakes can be made easily but I think we will come close. You can always wait for more people to come and provide their view and answers.

Are you sure that if you’ll take the examen for the second time, you’ll get the same questions ?

N.B. I also comment on question 16 which was incomplete the first time.

Regards,

Hans

Meg

Meg

@Hvd

Thanks for the answers to this test. This helped me in the test i did yesterday. I answered 80% of the questions with your feedback. Thank you!

onur

onur

Hello MEg,

So you did all of those 41 questions ? what is more ? Could you please contact me.

[email protected]

Christine

Christine

@Hvd (Hans), Please email me reyeschristine885 at yahoo dot com
and we can discuss the exam. I got more info and would like you to verify them. please.

onur

onur

Can you share your score ? how was it, i will take next week

Bob

Bob

Hello

I took the exam on june 4, these questions came and i saw someone who wrote that he took the exam on august 28 as well so these questions are fixed at the moment, @hvd wanna solve then together?

Bob

Bob

Christine we can help of course

Marek

Marek

hi guys ,thanks for posting that- my exam coming soon, question: why you posted only 41 questions ? are you going to post rest of them soon too ? Thanks !

mogus

mogus

@Christine son solo 41 preguntas el examen ???

Christine

Christine

Si

mogus

mogus

gracias por la respuesta a mi consulta, respecto a las respuestas de las preguntas del examen, algun comentario adicional en resumen viendo los comentarios estan las respuestas correctas ?? desde ya muchas gracias

Christine

Christine

Sí, los comentarios son las respuestas correctas.

Important

Important

/So my understanding is that on the exam there are these 41 questions and the rest is from the previous batch ? What You think ?

Marek

Marek

yep, this is what I understood too

Flame

Flame

Thank you for this 41 questions and answer. I took the exam yesterday and they were very useful!!!!!

mogus

mogus

Test in English or Spanish language .. how many questions were

McEvoy

McEvoy

New 1Z0-062 Exam Questions Updated Recently (2/Sep/2017):

NEW QUESTION 316
Your database is in NOARCHIVELOG mode. You want to enable archiving for the database. Examine the steps:
1. Execute the ALTER DATABASE ARCHIVELOG command.
2. Execute SHUTDOWN IMMEDIATE.
3. Execute STARTUP MOUNT.
4. Set the DB_RECOVERY_FILE_DEST parameter to $ORACLE_HOME/dbs/.
5. Execute STARTUP NOMOUNT.
6. Open the database.
Identify the required steps in the correct sequence.

A. 4, 2, 5, 1, 6
B. 1, 2, 3, 4, 6
C. 2, 3, 1, 6
D. 2, 5, 1, 6

Answer: C

NEW QUESTION 317
Identify the access that is initially available to connect to your Database as a Service (DBaaS) environment.

A. Enterprise Manager on port 1158
B. telnet on port 23
C. Cloud Control on port 7799
D. SSH on port 22
E. SSL/TLS on port 443

Answer: D

NEW QUESTION 318
Which statement is true about profiles?

A. Resource limits specified in a profile assigned to a user are always enabled.
B. A user can exist without any profile.
C. A profile can be assigned only to one user.
D. Password management using profiles is always enabled.

Answer: D

NEW QUESTION 319
Which three statements are true about naming methods? (Choose three.)

A. Local naming supports multiple protocols, but for any one connection, the client and server must use the same protocol.
B. In the Easy Connect method, clients can connect to a database server by using the host name of the database with an optional port and service name.
C. In the Easy Connect method, the listener port and IP address must be provided for the connection to be successful.
D. The local naming method does not support connect-time failover and load-balancing options.
E. The directory naming method supports connect-time failover and load-balancing options.

Answer: ABE

NEW QUESTION 320
Which task is performed by a background process in a database instance?

A. Connecting between a client process and a dispatcher
B. Executing PL/SQL code
C. Creating dedicated server connections
D. Copying online redo log files to offline storage

Answer: D

NEW QUESTION 321
Your database instance is started with a PFILE. You want to increase the size of the buffer cache. Free memory is available to increase the size of the buffer cache. You execute the command:
SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
Which is the outcome?

A. Change is applied to the current instance, but does not persist after instance restart.
B. The value is changed only in the PFILE and takes effect at the next instance startup.
C. The value is changed for the current instance and in the PFILE.
D. It fails because the SCOPE clause is missing.

Answer: A

NEW QUESTION 322
Which statement is true redo log files during instance recovery?

A. All redo log entries in the current log are applied to data files until the checkpoint position is reached.
B. All redo log entries in the current and active logs are applied to data files to reconstruct changes made after the most recent checkpoint.
C. All current, active, and inactive redo logs are required to complete instance recovery.
D. All current, online, and archived redo logs are required to complete instance recovery.

Answer: B

NEW QUESTION 323
Examine the command:
SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE;
Which two statements are true in this scenario? (Choose two.)

A. All data definition language (DDL) commands ae logged in to the alert log file.
B. All DDL commands are logged in to a text file in Automatic Diagnostic Repository (ADR) home.
C. A subset of executed DDL statements is written into an XML file in ADR home.
D. A subset of executed DDL statements is written to the DDL log in ADR home.
E. All DDL commands are logged in to a trace file in ADR home.

Answer: CD

NEW QUESTION 324
What is the outcome of the SHUTDOWN ABORT command?

A. Pending transactions are committed and the database is closed.
B. Dirty buffers in the buffer cache and unwritten redo are not written to the data files and redo log files respectively.
C. Uncommitted transactions are rolled back.
D. Instance recovery must be requested by the DBA at the next startup.

Answer: B

NEW QUESTION 325
Which component resides in the System Global Area (SGA) of a database instance only in shared server connections?

A. User Global Area
B. Programs Global Area
C. SQL Query Result Cache
D. PL/SQL Function Result Cache

Answer: A

NEW QUESTION 326
Identify three situations in which messages are written to the alert log file. (Choose three.)

A. Rebuilding an index using ALTER INDEX . . . REBUILD fails with an ORA-01578: ORACLE data block corrupted (file # 14, block # 50)”
B. Creating a table returns “ORA-00955: name is already in used by an existing object”
C. Inserting a value into a table returns “ORA-01722: invalid number”
D. Updating a record in a table returns “ORA-00060: deadlock detected while waiting for resource”
E. Inserting a value into a table returns “ORA-00001: unique constraint (SYS.PK_XXXX) violated”
F. Running a query on a table returns “ORA-01578: ORACLE data block corrupted (file # 4, block # 131)”

Answer: ADF

NEW QUESTION 327
Which three statements are true about Enterprise Manager Database Express? (Choose three.)

A. It can be used to perform database backup operations.
B. It can use the HTTP protocol.
C. The same port number is used for multiple Database Express configurations on the same host.
D. It can use the HTTPS protocol.
E. It is available only when the database is open.

Answer: BDE

NEW QUESTION 328
When does a database checkpoint occur?

A. When there is an online redo log switch.
B. When a user session terminates abnormally.
C. When a server process terminates abnormally.
D. When the SHUTDOWN ABORT command is issued.

Answer: A

NEW QUESTION 329
What action must you take to ensure complete database recovery till the point of failure?

A. Multiplex the control files.
B. Duplex the RMAN backup sets.
C. Multiplex the online redo log files.
D. Configure the database to run in ARCHIVELOG mode.

Answer: D

NEW QUESTION 330
You want to create a table, DAILY_ORDERS, for an OLTP application, where data should be compressed during both direct path INSERT and conventional DML. The table will also be used for queries. Which compression option should be used?

A. ROW STORE COMPRESS
B. COLUMN STORE COMPRESS FOR QUERY
C. COLUMN STORE COMPRESS FOR ARCHIVE LOW
D. ROW STORE COMPRESS ADVANCED

Answer: D

NEW QUESTION 331
An application repeatedly accesses small lookup tables, causing a lot of physical I/O operations. What do you recommend to minimize this?

A. Configure the nonstandard buffer cache with a buffer size greater than the size of the default buffer cache.
B. Increase the size of the shared pool.
C. Configure the KEEP buffer cache and alter the tables to use the KEEP cache.
D. Configure the RECYCLE buffer cache and alter the tables to use the RECYCLE cache.

Answer: C

NEW QUESTION 332
Examine the command:
SQL> CREATE TABLESPACE test1
DATAFILE ‘/u01/app/oracle/oradata/orc1/test01.dbf’ SIZE 5M AUTOEXTEND ON UNIFORM;
Which statement is true?

A. The data file, TEST01.DBF, can be auto extended to a maximum size of 5M.
B. The tablespace, TEST1, can contain a maximum of one data file.
C. Allocated and free extents are tracked using bitmaps.
D. Segment free space is tracked in the data dictionary.

Answer: C

NEW QUESTION 333
Your database is open in read/write mode and multiple users are connected to the database instance. You execute the following command:
SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;
What would be the effect on current sessions?

A. They are not terminated but may only issue queries.
B. They are not affected.
C. They are terminated immediately.
D. They are terminated after completing the transaction.

Answer: B

NEW QUESTION 334
You want to distribute a set of structured data to your customers who can integrate this data into their existing databases irrespective of the platform. Which method provides the fastest way of achieving this?

A. using the DBVERIFY utility
B. using direct-path INSERT SQL statements
C. using SQL*Loader
D. using RMAN transportable tablespace operation

Answer: B

NEW QUESTION 335
You create a locally managed tablespace ORDERS_TBS with automatic segment management. You then create the table DAILY_ORDS_LST in the ORDERS_TBS tablespace using the command:
CREATE TABLE daily_ords_1st(ordno NUMBER, ord_date DATE) PCTFREE 20;
How does the PCTFREE storage parameter influence data storage for this table?

A. It allows only 80% of space to be occupied in all data blocks of this table.
B. It minimizes row chaining during row insertion.
C. It minimizes row migration during existing row data updation.
D. It automatically coalesces free space of a data block when it reaches 20% of available space.

Answer: A

NEW QUESTION 336
……

P.S. These New 1Z0-062 Exam Questions Were Just Updated From The Real 1Z0-062 Exam, You Can Get The Newest 1Z0-062 Dumps In PDF And VCE From — https://www.passleader.com/1z0-062.html (354q VCE and PDF)

Good Luck!

Tommy Kent Jr.

Tommy Kent Jr.

I bought a dump which contains 330 questions . Even if I memorize every correct answer , are there just 20 questions which I would be asked in a real exam ?

Mark

Mark

Have you taken the exam ?

Công Tử Bột

Công Tử Bột

This question appears on my real Test 1z0-062 PearsonVue on 6th October 2017.

Eric

Eric

Tested. The answer is D

If you want to alter a role which was not created by your account, you must be granted the “alter any role” privilege.