Oracle Database&EBS General
-
How to Change SYSMAN Password on 13c
You may lose or you may want to change SYSMAN password. So here are the steps Step 1: Set related env. such as ORACLE_HOME, ORACLE_SID Continue reading
-
Who use the ports in AIX
Sometimes We may need to know which process or user use a specific port on a unix system. In this post, I will show you how you can find a port in use or not and who use this port. Continue reading
-
$ORACLE_HOME/sysman/lib/ins_emagent.mk relink_sharedobj SHAREDOBJ=libnmemso
During 11gR1 and 11gR2 installation on AIX6 you can hit this error: make -f $ORACLE_HOME/sysman/lib/ins_emagent.mk relink_sharedobj SHAREDOBJ=libnmemso The solution is described in below Metalink note: Linking Fails With “ld: 0706-010 The binder was killed by a signal: Segmentation fault” On AIX 6.1 [ID 1264074.1] Continue reading
-
ORA-10878: parallel recovery slave died unexpectedly
I hit this error message while trying to add standby file on standalone 11.2.0.4 database+ ASM disks on AIX operating system: Symptoms: SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH FORCE; ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH FORCE * ERROR at line 1: ORA-10878: parallel recovery slave died unexpectedly Continue reading
-
The database is down. Please specify the host credentials to access database restart and diagnostics tools.
I faced with that issue on “Oracle Enterprise manager” on one of my client environments. Here is the screen: Continue reading
-
How to Rename or Move Data Files in Oracle
If your Oracle datafiles host on filesystem architecture than you may need to move your datafiles to one other path because of not enough disk size etc. In this post, I am talking about a move or rename datafiles to a new location. We will use cp command to achieve move data file from one Continue reading
-
Point an Agent to a different Grid Control OMS and Repository
In this article, you can find How to Point an Agent to a different Grid Control OMS and Repository. In our company, We created one new Grid control on a new server. We need to point an existing agent to this new Grid control. Continue reading
-
How to change Hostname on Linux
In some case, you should need to change your existing hostname on your Linux operating system. In this post, I try to explain how you can do it on Linux operating system. First I need to edit some files(you can use vi editors or vim) then you need to reboot your system to can change your Continue reading
-
Can’t locate object method “runPipedCmd” via package “ADX::util::Sysutil”
I hit this error by applying Oracle Applications Technology ATG_PF.H Rollup 6 patch to our one of the old E-Business Suite R11.5.10.2 test environment. After apply the pre-request patch, I try to run autoconfig on dbtier. Autoconfig has been ending wihtout any problem. But for application tier, Autoconfig through an error message. Continue reading
-
TNS-12541&TNS-12560 Erros on Linux
Those errors are very common errors. I have this error one of our EBS r12 instance While I try to start my listener, I have errors, such as: [oraprod@oracle]$ lsnrctl start LISTENER TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error: 111: Connection refused I noticed that I have a missing entry on Continue reading
