DBA Hub

📋Steps in this guide1/1

How to Resolve ORA-12528

How to Resolve ORA-12528 Solution : To fix this issue, we need to add a special parameter UR=A in connect descriptor to lift off the restriction. More

oracle configurationintermediate
by OracleDba
14 views
1

Overview

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
PRIM =
    (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = node1)(PORT = 1521))
        (CONNECT_DATA =
            (SERVER = DEDICATED)
            (SERVICE_NAME = PRIM)(UR=A)
        )
    )

Comments (0)

Please to add comments

No comments yet. Be the first to comment!