Quantcast
Channel: SCN: Message List - SAP on Oracle
Viewing all 5847 articles
Browse latest View live

TNS-01150: The address of the specified listener name is incorrect - Two database on one host

$
0
0

Dear All,

 

We are in a process of Installing SAP EHP7 ABAP+JAVA stack on Solaris. Abap stack has been successfully installed. But at the time of installation of Java Stack I am getting the below error and unable to start both the listners for ABAP Database and Java Database.

 

I have modified both the listeners as per the note - 98252

 

I have attach Listener.ora and tnsnames.ora

 

abap database - req

java database - rjd

 

Error -

sapqa:orarjd 2% lsnrctl start

 

 

LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 16-OCT-2014 11:39:14

 

 

Copyright (c) 1991, 2011, Oracle.  All rights reserved.

 

 

Starting /oracle/RJD/112_64/bin/tnslsnr: please wait...

 

 

TNSLSNR for Solaris: Version 11.2.0.3.0 - Production

System parameter file is /oracle/RJD/112_64/network/admin/listener.ora

Log messages written to /oracle/RJD/112_64/network/log/listener.log

TNS-01150: The address of the specified listener name is incorrect

NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging

 

 

  NL-08002: Diagnosability  context creation failed

 

 

Listener failed to start. See the error message(s) above...

 

Logs..

System parameter file is /oracle/REQ/112_64/network/admin/listener.ora

Log messages written to /oracle/REQ/112_64/network/log/listener.log

Trace information written to /oracle/REQ/112_64/network/trace/listener.trc

Trace level is currently 0

 

 

NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging

 

NL-08002: Diagnosability  context creation failed

Started with pid=19712

TNS-01150: The address of the specified listener name is incorrect

NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging

 

  NL-08002: Diagnosability  context creation failed

 

Error - rjd

 

TNSLSNR for Solaris: Version 11.2.0.3.0 - Production

System parameter file is /oracle/RJD/112_64/network/admin/listener.ora

Log messages written to /oracle/RJD/112_64/network/log/listener.log

TNS-01150: The address of the specified listener name is incorrect

NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging

 

 

  NL-08002: Diagnosability  context creation failed

 

 

Listener failed to start. See the error message(s) abov

 

Can any one please help..??

 

Thanks,

 

Regards,

 

Letz..


Re: TNS-01150: The address of the specified listener name is incorrect - Two database on one host

$
0
0

Hi

Did you have specific requirements for creating two databases ?

In fact you have two instances, that creates a major overhead on your system.

 

The best practice, if all the components (abap & java engine + DB instance) are installed on one host,

is to create a new schema in the same DB for Java (MCOD)

 

388866 - Multiple Components on One Database - Installation

 

 

Regards

Re: TNS-01150: The address of the specified listener name is incorrect - Two database on one host

$
0
0

Could you please let me know where can I found the installation guide with MCOD procedure. I am unable to find on the above link.

 

Thanks,


Regards,
Letz..

Re: TNS-01150: The address of the specified listener name is incorrect - Two database on one host

$
0
0

No specific procedure to follow.

You just need to provide the SID of the existing ABAP DB and then select the appropriate option in the SWPM.

The installer will then create the new schema in the Oracle database used by the ABAP stack.

 

Regards

 

Re: Monitoring User Activities

$
0
0

Activate and use audit logs.. that should be good in your case.

Re: Monitoring User Activities

$
0
0

Dear

 

1. Transaction related log's you can get it from AJDT.

2. Document related log's from ADOC.

3. Item Master log's from AITM.

4. BP Master log's from ACRD.

 

 

you can follow this link Monitoring User Login Activities

Regards

Re: BR1628E Invalid character '@' in database password During Installation Phase

Re: Monitoring User Activities


Re: brbackup BR0069E File name not unique - backup/verifcation not possible

$
0
0

Just an update, did not see the note, but you can try this

 

 

 

1.- connect and start in mount mode only

  sqlplus / as sysdba

  shutdown immediate

  startup mount

  set linesize 1024

  set pagesize 0

 

 

2.- Generates mv for os commands

  spool /tmp/script_rename.sh

  select '! mv '||name||' '||name||'_'||file# from v$datafile;

  spool off

3.-Generates alter database rename files

  spool /tmp/script_rename.sql

  select 'alter database rename file '''||name||''' TO '''||name||'_'||file#||''' ;' from v$datafile;

  spool off

 

 

4.- Edit, adatpt & run /tmp/script_rename.sh - just remove unwanted lines

 

 

5.- Edit adapt & run /tmp/script_rename.sql - just remove unwanted lines

 

 

Actually this thread helped me quite a lot yesterday,

Versin Number does not change after applying SAP Bundle Patch

$
0
0

Hi all,

 

After applying the SAP Bundle Patch 11.2.0.2.12 ,when entering sqlplus

I still see the version number 11.2.0.2.2. I applied the Patch with Mopatch.

 

regards,

Re: Versin Number does not change after applying SAP Bundle Patch

$
0
0

Hi Shatti,

 

You may check the updated version using SQL command

 

SQL> select * from product_component_version;

 

or

SQL> select * from v$version;

 

Regards,

Deepak Kori

Re: Oracle Data Guard Redo Log Status Apply Problem on Primary Server and Standby Server are not the same

Re: Versin Number does not change after applying SAP Bundle Patch

$
0
0

Hello

 

You could get the detailed of the installed patch using the here under optach command

 

Regards

 

Windows

%ORACLE_HOME%\Opatch\opatch lsinventory -all | find "PATCH"

 

Unix

$ORACLE_HOME/OPatch/opatch lsinventory -all | grep "Patch Set"

Re: Versin Number does not change after applying SAP Bundle Patch

$
0
0

Hi Shatti,

 

Please refer to SAP note #1696147 - "How to determine the list of Oracle patches or SAP Bundle Patches (SBP) that are installed in SAP system".

 

Also you can query from dba_registry_history
SQL> select * from dba_registry_history;

 

Please also note that Patchset Updates basically don't change the Oracle release version (fifth digit).


Regards,
Bíborka

Re: Versin Number does not change after applying SAP Bundle Patch

$
0
0

You apply the SBP for a specific release and patch level. A budle patch (SBP) update will not be reflected when you run sqlplus -version or connect to the database using sqlplus "/as sysdba"

If you want to see the SBP applied on the system then you should query the dba_registry_history as suggested or run opatch lsinventory.

The version information when you call sqlplus will be changed when you do a patch set update. Eg: Patch set update from 11.2.0.2 to 11.2.0.3

 

Cheers

RB


Standby Server logs not applying - missing sequence

$
0
0

Hi,

 

In the standby server logs are not applying & it ends with following error message

 

-------------

SQL*Plus: Release 10.2.0.4.0 - Production on Fri Oct 17 07:00:31 2014

 

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

 

SQL> SQL> Connected.

SQL>

SQL> SQL> ORA-00279: change 4567483678 generated at 10/15/2014 18:07:53 needed for thread 1

ORA-00289: suggestion : /oracle/PRD/oraarch/standby/PRDarch1_57308_696018700.dbfORA-00280: change 4567483678 for thread 1 is in sequence #57308

 

Specify log: {<RET>=suggested | filename | AUTO | CANCEL}

ORA-00310: archived log contains sequence 57305; sequence 57308 required

ORA-00334: archived log: '/oracle/PRD/oraarch/standby/PRDarch1_57305_696018700.dbf'

 

 

SQL> SP2-0734: unknown command beginning "/oracle/PR..." - rest of line ignored.

--------------

 

In the archive log folder all the log files are available. From 57200 to 57320

Why this sort of error occurs and how to solve this. (missing the sequence,and it occurs quite regularly as well)

 

In above, why its ignore 57306, 57307 & asking for 57308

 

regards,

zerandib

Re: Versin Number does not change after applying SAP Bundle Patch

$
0
0

This is "almost" good.

The installation of the SBP has some "postinstallation" steps that are the ones updating the tables below the dba_registry_history.

Unfortunatelly a lot of "people" do not read the "README" for the SBP installation and do not execute those steps. Therefore the information on the view is "obsolete".

 

checking the oracle inventory gives you all the installed patches, unfortunatelly, if your SBP is old then you are also "lost" with the amount of pathches there.

 

If you run the script "Configuration_Patches_SBPLevel" from the SAP Note 1438410 you can get a clear "picture" of your system patches (from SAP point of view)

The first column will show you the Oracle Version (eg. 11.2.0.2.0)

The second column will show you the Date of last SBP implementation (updated when catsbp.sql post processing script is executed)

The 3rd column will show you the SBP level according to DBA_REGISTRY_HISTORY (updated when catsbp.sql post processing script is executed)

the 4th column will show you the minimum SBP in place based on existing _FIX_CONTROL values

the 5th column will show you the maximum SBP in place based on existing _FIX_CONTROL values.

 

All columns should be in "sync" if the last two indicate that there is a SBP installed and the 3rd one has a differnet one (lower or empty, in general) then you have not applyed the SBP postinstallation scrips and so on.

 

it could be also interesting to check the document "Identifying Your Oracle Database Software Release"

The last number (platform specific release number) does not change with the patches (at least in UNIX, I think it might be updated in windows) for that reason you have to use indirect way tofind out

Re: Standby Server logs not applying - missing sequence

$
0
0

Could you supply the contents from the alert log when you are getting the above error. If the archive log sequence numbers 57306 and 57307 are applied then they are no longer required. Again check the alert log for more information.

 

Cheers

RB

Re: TNS-01150: The address of the specified listener name is incorrect - Two database on one host

$
0
0

Thanks.Followed your procedure. Installation done successfully.

SAP Business Connector 4.8 - how to disable SSLv3 / RC4 TLS 1.x

$
0
0

Hello,

sorry did not find the right place for this, so i try i here.

 

Where can i configure the SSL Parameter on a SAP Business Connector 4.8.

I wanna disable SSLv3 and TLS 1.x RC4

Thanks

Viewing all 5847 articles
Browse latest View live