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

Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)

$
0
0

Refer 12c upgrade central note 1914631, also u can check it out by configuring SSFS as per note 1622837 also changing the Schema owner password using "brtools".


Re: Connect is not possible: DBMS = ORACLE error(return code 12) during transport

$
0
0

Set the environment variables for ORACLE_SID and ORACLE_HOME in ora<sid> user

Re: Connect is not possible: DBMS = ORACLE error(return code 12) during transport

Re: Advanced Index Compression 12c - _advanced_index_compression_options

$
0
0

Hi Fabian,

parameter "_advanced_index_compression_options" is for a feature (with costs) called Advanced Index Compression. So the first question would be how you have purchased your Oracle EE license and if you have included the EE Advanced Compression Option in it.

 

Secondly this feature solves the issue of the "normal" index key compression, where you have to define the prefix (number of compressed columns) which can be very hard as some data is skewed on leaf block level.

 

More details about how Advanced Index Compression really works can be found in Richard Foote's blog: Advanced Index Compression | Richard Foote

 

To make it short: If you have the license - go for it (especially if you already have implemented the "normal" index key compression in the past).

 

Regards

Stefan

Re: Upgrade to Oracle 12.1.0.2 : performance problem

$
0
0

Hi Mario,

 

> What could I do ?

You need to provide much more data than just the plain execution plan - especially in this case as an index-join (index$_join$_004) is used in only one case which looks like there are different query transformations going on (or different structures between test and prod). In addition you can not make any conclusion about the performance loss just by looking at an "EXPLAIN PLAN" as you don't know if this is the real time-consuming part of the execution plan.

 

As in the past: Run the SQL in both systems. Capture all the needed diagnostic data with SQLd360 immediately after the run. Provide the ZIP file

 

Regards

Stefan

Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)

$
0
0

Hello Manoj,

 

Thank you for the information... but I believe that is not the correction for the error that I reported here!

 

Can you tell me some tips regarding my issue?

 

Best regards,

JD

Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)

$
0
0

Dear João,

 

Hope you are doing good.
This is basically more of an Oracle issue than a SAP issue. There is a good list of checks that are mentioned here:

 

Oracle ORA-01017 tips
  

 

Please try them first and let us know the results.

Hope this helps.

_ _ _ _ _ _ _ _ _

Kind Regards,

Hemanth SAP Active Global Support

_ _ _ _ _ _ _ _ _

Re: Advanced Index Compression 12c - _advanced_index_compression_options

$
0
0

Hi Stefan

 

Thanks for the reply.

Stefan Koehler wrote:

 

Hi Fabian,

parameter "_advanced_index_compression_options" is for a feature (with costs) called Advanced Index Compression. So the first question would be how you have purchased your Oracle EE license and if you have included the EE Advanced Compression Option in it.

 

Secondly this feature solves the issue of the "normal" index key compression, where you have to define the prefix (number of compressed columns) which can be very hard as some data is skewed on leaf block level.

 

More details about how Advanced Index Compression really works can be found in Richard Foote's blog: Advanced Index Compression | Richard Foote

 

To make it short: If you have the license - go for it (especially if you already have implemented the "normal" index key compression in the past).

 

It's not about how the Advanced Index Compression works, it's more how it works in the SAP environment when set as "default" with configure the hidden parameter.

Do you have some experience/customers who had issues with the setting to 16?

 

Would it make sense to rebuild the "prefixed indexes" to "advanced low" or leave it in respect to a stable, working environment?

 

To make it short too: Yes, we have the option licensed and we use partially the index key compression. So we are using it also for the first migrated database and see if there are some negative side effects.

 

 

 

regards

fabian


Re: Advanced Index Compression 12c - _advanced_index_compression_options

$
0
0

Hi Fabian,

 

> It's more how it works in the SAP environment when set as "default" with configure the hidden parameter. Do you have some experience/customers who had issues with the setting to 16?


The feature works the same way as in any other (non-SAP) system environment. Yes, some clients are using it as they already implemented (normal) index key compression before, but hit the limit with hard coded prefix (and partially blown-up indexes).

 

> Would it make sense to rebuild the "prefixed indexes" to "advanced low" or leave it in respect to a stable, working environment?

 

The parameter is especially useful in case of R3load migrations (otherwise you would need to analyze the corresponding indexes first and add the corresponding compression clause in the new environment / R3load template). If you would benefit from the new enhancement in your current environment with already implemented normal index key compression (on some indexes) depends on your data and (possibly) partially blown-up indexes. For any other (non-compressed) indexes it would be useful of course as it is dynamic on leaf block level.

 

> Yes, we have the option licensed and we use partially the index key compression. So we are using it also for the first migrated database and see if there are some negative side effects.

 

Then go for it

 

Regards

Stefan

Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)

$
0
0

try to change the password using below command.

 

brconnect -c -u / -f chpass -o SYSTEM -p <NEWPASSWD>

SAP Installation error at IMPORT ABAP Phase

$
0
0

Dear All,

 

I am installing SAP ECC6.0 with oracle 10g on Redhat 5.

Every thing is ok but when installation reached at IMPORT ABAP phase, i am getting issue like.

 

R3load.exe.log

 

/usr/sap/SID/SYS/exe/run/R3load: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory

 

 

Sapinst log

 

ERROR 2016-01-07 22:21:03.637

FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR ( Last error reported by the step :Process call '/usr/sap/sid/SYS/exe/run/R3load -testconnect' exits with error code 127. For details see log file(s) R3load.exe.log.).

 

 

An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection".

 

 

INFO 2016-01-07 22:27:14.926

Creating file /tmp/sapinst_instdir/.lastInstallationLocation.

 

 

INFO 2016-01-07 22:27:15.516

Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/__instana_tmp.xml.

 

 

 

Please help.

 

With Regards

 

Santosh

Re: brconnect libnnz11.so: cannot open shared object file: No such file or directory

Re: SAP Installation error at IMPORT ABAP Phase

Re: SAP Installation error at  IMPORT ABAP Phase

$
0
0

Hi Prithvi,

 

Thanks.

 

But same issue "error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory"

Re: SAP Installation error at  IMPORT ABAP Phase

$
0
0

Hi,

 

Now R3load.exe.log saying for

/usr/sap/SID/SYS/exe/run/R3load: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory


Re: SAP Installation error at  IMPORT ABAP Phase

$
0
0

Hi,

 

Did you go through the sapnote especially the sections below

 

Installing the Oracle Instant Client in an SAP Environment


Verifying the Oracle Instant Client Version


Also paste the Lib path value here.

 

 

Regards,

Prithviraj.

Re: SAP Installation error at IMPORT ABAP Phase

$
0
0

Dear Santosh,

 

You need to install the oracle client and you need to prepare the softlink properly.

 

With Regards

Ashutosh Chaturvedi

Re: SAP Installation error at  IMPORT ABAP Phase

$
0
0

Hi,

 

Please check

bash_profile

 

 

export LD_LIBRARY_PATH=/usr/sap/SID/SYS/exe/run:/oracle/client/10x_64/instantclient

Re: SAP Installation error at  IMPORT ABAP Phase

$
0
0

Now i started once again and goted

 

FSL-02007  Unable to set access rights of /oracle/client/10x_64/instantclient_10204/instantclient_10204.

Re: brconnect libnnz11.so: cannot open shared object file: No such file or directory

$
0
0

Hi Arya,

 

Have you check the oracle/client folder and you need to check the softlink properly.

Also check , whether the user oracle is having group oper at OS level.

 

With Regards

Ashutosh Chaturvedi

Viewing all 5847 articles
Browse latest View live




Latest Images