When one of my friend tried to enable the trace for listener.
he got,
LSNRCTL> set trc_level 16 R12DEV
NL-00857: wrong number (0 - 1 needed) of arguments to "trc_level"
The correct syntax is
LSNRCTL> set current_listener R12DEV
Current Listener is R12DEV
LSNRCTL> set trc_level 16
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXX.XXX.XXX)(PORT=1531)))
MIGRATE parameter "trc_level" set to support
The command completed successfully
Hope this helps.
Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.
You are encouraged to leave a comment.
You are encouraged to leave a comment.
Thursday, July 28, 2011
Monday, July 04, 2011
return code = .24.25.26.27.30.31.32.33.34.35.42.43.44.46.47.48.50
This blog is about the adcfgclone.pl on DB Tier after Migration from Windows to Linux
When I tried to adcfgclone on the same machine for a testing after a detailed adpreclone, i got this message during 2% of adcfgclone.
The error log says make log says:
'/usr/bin/ld: cannot find -ljava'
return code = .24.25.26.27.30.31.32.33.34.35.42.43.44.46.47.48.50
The issue was with $ORACLE_HOME/sysman/lib env_sysman.mk file
Edit the file and find the line JRE_LIB_DIR
It points to the source lib path:
Correct the path. Before you make any changes,
please make a copy of the file.
Then start the adcfgclone.pl dbTier...
It should complete relinking without errors.
During migration, i presented a jdk1.5.
Another issue after completion of relinking.
ouicli INSTE8_APPLY 255
The issue was with jdk 1.5 was not present at the appsutil directory.
Copy the jdk1.5 contents to appsutil directory under $ORACLE_HOME/appsutil/jre
Then rerun the adcfgclone.pl. It should complete normally.
Cheers!!!
When I tried to adcfgclone on the same machine for a testing after a detailed adpreclone, i got this message during 2% of adcfgclone.
The error log says make log says:
'/usr/bin/ld: cannot find -ljava'
return code = .24.25.26.27.30.31.32.33.34.35.42.43.44.46.47.48.50
The issue was with $ORACLE_HOME/sysman/lib env_sysman.mk file
Edit the file and find the line JRE_LIB_DIR
It points to the source lib path:
Correct the path. Before you make any changes,
please make a copy of the file.
Then start the adcfgclone.pl dbTier...
It should complete relinking without errors.
During migration, i presented a jdk1.5.
Another issue after completion of relinking.
ouicli INSTE8_APPLY 255
The issue was with jdk 1.5 was not present at the appsutil directory.
Copy the jdk1.5 contents to appsutil directory under $ORACLE_HOME/appsutil/jre
Then rerun the adcfgclone.pl. It should complete normally.
Cheers!!!
Subscribe to:
Posts (Atom)
Let us be Friends...
Popular Posts
-
1. Installation of the Demantra Base Application or Patches Create a C:/Tmp folder on the machine where the setup.exe will be executed pri...
-
MWA configuration in Oracle Applications Consider these points 1. Check if Enabled Telnet on the server If no.. please do the following step...
-
Symptom: A MultiException has 6 exceptions. They are: 1. java.lang.AssertionError: Cannot export non clusterable object with jndiName:weblo...
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
This blog speaks about the Login Page Issue on R12.1.1 instance. Suddenly the login page was throwing an error - 404 /OA_HTML/AppsLogin was ...
-
Error while starting CommonDomain_webtier in fusion applications This error may happen if there are some residual processes running on acc...
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
Memory Tuning The total available memory on a system should be configured in such a manner, that all components of the system functio...
-
Hi, everybody should come across, while during a clone, you might have experienced very poor performance while running txkWfClone.sh profil...
-
We will be unable to login using none of the seeded users nor custom users. Applications will not allow any user to be logged in. For a VISI...