Posts

Showing posts from July, 2021

ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged

My Environment where tested: OCI DBCS 19c SQL> alter session set container=OCIBENCH; Session altered. SQL> drop pluggable database OCIBENCH; drop pluggable database OCIBENCH * ERROR at line 1: ORA-65179: cannot keep datafiles for a pluggable database that is not unplugged SQL> drop pluggable database OCIBENCH including datafiles; Pluggable database dropped. SQL>  SQL> sho pdbs     CON_ID CON_NAME   OPEN MODE  RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED   READ ONLY  NO 3 ORCL_PDB1   READ WRITE NO SQL> 

Oracle 19c ./runInstaller showing blank screen - INS-08101.......... 'Supported OS Check'

Image
My Environment: OCI Compute Instance OEL 8 while accesing using vncviewer Solution: export CV_ASSUME_DISTID=8.2   then run ./runInstaller from same screen where you set above parameter.

how to setup vncviewer on Oracle Linux on OCI compute

Image
 My Environment: Source: Macbook Target Server: OCI Compute Mahcine, OEL 8 ==================================================================== [opc@myserver ~]$ sudo yum -y groups install "Server with GUI" [opc@myserver ~]$ sudo yum -y install tigervnc-server [opc@myserver ~]$ sudo yum -y install xterm [opc@myserver ~]$ sudo su - oracle [oracle@myserver ~]$ vncserver WARNING: vncserver has been replaced by a systemd unit and is about to be removed in future releases. Please read /usr/share/doc/tigervnc/HOWTO.md for more information. You will require a password to access your desktops. Password: Verify: Would you like to enter a view-only password (y/n)? n A view-only password is not used xauth:  file /home/oracle/.Xauthority does not exist New 'myserver:1 (oracle)' desktop is myserver:1 Creating default startup script /home/oracle/.vnc/xstartup Creating default config /home/oracle/.vnc/config Starting applications specified in /home/oracle/.vnc/xstartup Log file is /...