In last post we created oracle cloud database by following a very simple process on the Oracle Cloud Console. We verified the database by connecting…
Leave a CommentCategory: DATABASE
Creating a new database instance from Oracle Database Cloud Console is a very simple and straightforward task. Just a few clicks will give you a running database in less than 45 minutes.
Below is step-by-step procedure to install an Enterprise database version on Oracle Cloud.
Leave a CommentIn one of our EBS database we faced issue when connecting to SQLPLUS
Error message which was coming up was as below:
[oracle@dbserver bin]$ sqlplus apps/apps
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 11 (asmadmin), current egid =
17 (oinstall)
Database 12c brought with it many new features. There are improvement in many areas and new concepts. Most notable is the concept of Container database and Pluggable database.
Container Databases (CBD) and Pluggable Databases (PDB) brings with it a radical change and a major change in the core database architecture. Besides this major change there are many other improvements that Database 12c has. Some of those new features are listed below:
3 CommentsThe main background processes which are related to Backup & Recovery process are : A) THE CHECKPOINT PROCESS B) THE LOG WRITER PROCESS C) THE ARCHIVER…
Leave a CommentWhen we were trying to connect to our upgraded 11.2.0.3 database, below error was thrown and we were not able to connect. $ sqlplus as…
Leave a CommentWrong Oracle Database time information After we had migrated our Oracle Applications 11i system to AIX 6.1 OS, we received complaints that few instances are showing…
Leave a Comment