Call up the graphical interface

oracle user:

export DISPLAY=192.168.33.8:0.0

 

View error problem-solving ideas:

oerr ora 16433
16433, 00000, "The database has not been opened in read-write mode"
// *Cause: When a physical standby database is converted to a read-write
// database or there was a failed open resetlogs attempt, the database
// should be opened in read-write mode to have correct file access
// information in the controlfile.
// *Action: Open the database in read-write mode and reissue the command.

Guess you like

Origin www.cnblogs.com/khstudy/p/12124378.html