Oracle Scenarios Question:
Download Job Interview Questions and Answers PDF
Explain about the oracle disaster recovery scenarios?
Answer:
USE DBNAME
go
EXEC sp_change_users_login 'Update_One', 'LoginUserid', 'LoginUserid'
Note: if you are using a different SQl login userid then this 'Login Userid' ,'NewloginUserid'
go
EXEC sp_change_users_login 'Update_One', 'LoginUserid', 'LoginUserid'
Note: if you are using a different SQl login userid then this 'Login Userid' ,'NewloginUserid'
Download Oracle Scenarios Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain What is Testing Scenario? What is scenario based testing? can u explain with an example? | How we remove duplicate rows in table? |