The user SCOTT owns the CUST table that is placed in the SALES tablespace. The user SCOTT opens a session and executes commands as follows:
SQL> INSERT INTO cust VALUES(101, 'JACK');
1 row created.
SQL> INSERT INTO cust VALUES(102, 'SMITH');
1 row created.
As a DBA, you execute the following command from another session:
ALTER TABLESPACE sales READ ONLY;
Which statement is true regarding the effect of this command on the transaction in Scott's session?
NorthKorean
Highly Voted 4 years, 8 months agokhan
Highly Voted 5 years, 8 months agoluizyto
Most Recent 2 years, 1 month agojackymak
2 years, 9 months agoduMaurier
3 years agoClozoerie
3 years, 4 months agoTuxBingo
4 years, 4 months agosherifelia
5 years agoPerkDizzzle
5 years, 3 months agoloveroba
4 years agocharan94
3 years, 7 months ago