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
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
12345678
PRIM =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = node1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = PRIM)(UR=A)
)
)Please to add comments
No comments yet. Be the first to comment!