Identify two actions either of which will help you resolve this problem

User SCOTT wants to perform a bulk insert operation in the EMP_DEP table. SCOTT receives the following error after the INSERT statement is issued and few rows are inserted:
INSERT INTO EMP_DEP (emp_id,name,salary,dep_name,mgr_id)
*
ERROR at line 1:
ORA-01653: unable to extend table SCOTT.EMP_DEP by 128 in tablespace USERS
Identify two actions either of which will help you resolve this problem. (Choose two.)

User SCOTT wants to perform a bulk insert operation in the EMP_DEP table. SCOTT receives the following error after the INSERT statement is issued and few rows are inserted:

INSERT INTO EMP_DEP (emp_id,name,salary,dep_name,mgr_id)
*
ERROR at line 1:
ORA-01653: unable to extend table SCOTT.EMP_DEP by 128 in tablespace USERS

Identify two actions either of which will help you resolve this problem. (Choose two.)

A.
Increase the size of the data file associated with the USERS tablespace.

B.
Grant the CREATE ANY TABLE privilege to SCOTT.

C.
Increase the space for SCOTT on the USERS tablespace.

D.
Grant the RESOURCE role to SCOTT.

E.
Add data files to the USERS tablespace.



Leave a Reply 0

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