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