Quantcast
Channel: SCN: Message List - What are the steps in oracle 11g DBREFRESH
Viewing all articles
Browse latest Browse all 9

Re: What are the steps in oracle 11g DBREFRESH

$
0
0

Hi Raz,

 

Follow the below steps to check schema and reset the password of schema.

 

Execute below command and check the schema name.

 

SQL> SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'T000';

 

and then change the password of schema.

 

brconnect -u system/(password) -f chpass -o (schema) -p (password)

 

 

Regards,

Gurpal


Viewing all articles
Browse latest Browse all 9

Trending Articles