ORA-08178: illegal SERIALIZABLE clause specified for user INTERNAL

ORA-08178: illegal SERIALIZABLE clause specified for user INTERNAL

Error
Tried with SYS user, got the following error:

SQL> SET TRANSACTION ISOLATION LEVEL SERIALIZABLE NAME 'KK';
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE NAME 'KK'
*
ERROR at line 1:
ORA-08178: illegal SERIALIZABLE clause specified for user INTERNAL

Solution:
Tried with any user rather than sysdba user:

SQL> CONN TEST@XEPDB1
Enter password:
Connected.
SQL>
SQL> SET TRANSACTION ISOLATION LEVEL SERIALIZABLE NAME 'KK';
Transaction set.

This entry was posted in Oracle on by .

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.