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 5 years, 3 months agokhan
Highly Voted 6 years, 2 months agoluizyto
Most Recent 2 years, 8 months agojackymak
3 years, 4 months agoduMaurier
3 years, 7 months agoClozoerie
3 years, 11 months agoTuxBingo
4 years, 11 months agosherifelia
5 years, 7 months agoPerkDizzzle
5 years, 10 months agoloveroba
4 years, 7 months agocharan94
4 years, 2 months ago