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.








Thursday, July 28, 2011

LSNRCTL> set trc_level 16 R12DEV NL-00857: wrong number (0 - 1 needed) of arguments to "trc_level"

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.

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!!!
Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments