OCPU january 2014 Enterprise edition patch
I'm unable to apply the catwinbundle.sql from the sqlplus,query just hung after some time.
case1:sqlplus / nolog
conn sys/<password>@SID as sysdba
If i execute the catwinbundle.sql,the query hung.
case2:sqlplus / nolog
conn sys/<password> as sysdba
If i execute the catwinbundle.sql,the query execute successfully.
.In the successfully query i didn't provided @SID.I just wanted to know the differenece between the above connection.
Till May 2013 OCPU , i was using the case1 connection and it succeded.
Plz help me