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

ORA-01017 invalid username/password logon denied in hp data protector

$
0
0

Hello Friends,

 

While taking online backup from hp data protector we are getting below

error

 

CONNECT system/********* AT PROF_CONN IN SYSOPER MODE'

ORA-01017: invalid username/password; logon denied

BR0303E Determination of Oracle version failed

 

I Can take backup using brtools from sap no issue with that, and also i

can connect to database using user (system) with same password which is

mention in HP Data protector, but when i am trying to run backup from

hpdata protect i am getting error ORA 01017.

 

I have checked note 400241 - Problems with ops$ or sapr3 connect to Oracle

 

And verified all the steps as mention and everything seems to be fine.

 

SQL> SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';

OWNER

OPS$HOSTNAME\SIDADM

 

SQL> SELECT OWNER, TABLE_OWNER, TABLE_NAME FROM DBA_SYNONYMS WHERE SYNONYM_NAME

= 'SAPUSER';

OWNER                          TABLE_OWNER

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

TABLE_NAME

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

OPS$HOSTNAME\SAPSERVICESID    OPS$HOSTNAME\SIDADM

SAPUSER

 

Also updated the password with below command

brconnect -u system/<password> -f chpass -o <sapowner> -p <password>

 

but I did not perform

Alternatively, change the password in the table SAPUSER:

DELETE FROM "OPS$<sid>ADM".SAPUSER;
INSERT INTO "OPS$<sid>ADM".SAPUSER VALUES ('<sapowner>', '<password>');

 

Also in sqlnet.ora we have this enrty SQLNET.AUTHENTICATION_SERVICES = (NTS)

But in initsid.ora we do not have the parameter os_authent_prefix = ops$ do I need to maintain this?

 

OS: Win 2008

Db:oracle 11.2.0.4.0

 

From brtools I have no issues backup is running fine but in hp data protector I am getting this error ORA-01017: invalid username/password; logon denied

 

Kindly help to solve this issue.

 

Thanks

Tabrayz


ORA-01565: error in identifying file with BRTOOLS online backup

$
0
0

Hi Friends,

 

we are facing issue while taking online backup using brtools below error is comming when we start backup.

 

BR0051I BRBACKUP 7.40 (13)

BR0055I Start of database backup: berinruj.and 2015-09-06 16:33:33

BR0484I BRBACKUP log file: \oracle\SID\sapbackup\berinruj.and

BR0280I BRBACKUP time stamp: 2015-09-06 16:33:34

BR0301E SQL error -1565 at location BrInitOraCreate-5, SQL statement:

'/* BRBACKUP AT PROF_CONN */ CREATE PFILE = '\oracle\SID\11204\database\sapSID

.ora' FROM SPFILE = '\oracle\EMP\11204\database\spfileEMP.ora''

ORA-01565: error in identifying file '\oracle\SID\11204\database\spfileSID.ora

'

ORA-27046: file size is not a multiple of logical block size

OSD-04012: file size mismatch (OS 5633)

BR0303E Determination of Oracle version failed

 

 

BR0056I End of database backup: berinruj.and 2015-09-06 16:33:34

BR0280I BRBACKUP time stamp: 2015-09-06 16:33:34

BR0054I BRBACKUP terminated with errors.

 

System is up and running but while taking backup this issue is comming kindly advice.

 

Thanks

Tabrayz

Oracle 12c upgrade

$
0
0

Hi All,

 

I am in the process of upgrading oracle 11g to 12c on AIX platform.  I am following the sapnote 1915317 - Migrating Software Owner to 'oracle' to migrate current software owner

 

Step 7 says "Log on as 'oracle', '<sapsid>adm' and 'ora<dbsid>' and verify that environment variables ORACLE_BASE, ORACLE_HOME and ORACLE_SID are set identical."

 

After executing the scripts i changed the owner , however when i login using user "oracle" i don't find any environmental variables ORACLE_BASE, ORACLE_HOME and ORACLE_SID set for user "oracle" . Not sure if i am missing something in here.

 

Do i copy the env's from user ora<sid> to oracle and then proceed further?

 

Any information on this is greatly appreciated.

 

Thanks

Arun

BRtools BR0613E

$
0
0

Hello,

 

I try to upgrade my Oracle DB from 11 to 12.

First I changed the DB user from ora<SID> to oracle according to note

1915317 - Migration des Software-Eigentümers zu 'oracle'

and

1983457 - Klonen von Oracle Homes unter Unix und Linux

 

It seems to work. R3trans -d return "R3trans finished (0000)." and the SAP System runs.

ThanI tried to upgrade der BRtools acording to note 1598594 - BR*Tools-Konfiguration für Oracle-Installationen unter "oracle"-User

an error appear when I try the command

 

sles13:hr1adm 80> brconnect -u / -f check

BR0801I BRCONNECT 7.40 (16)

BR0805I Start of BRCONNECT processing: cerjhmbo.chk 2015-09-10 15:07:44

BR0484I BRCONNECT log file: /oracle/HR1/sapcheck/cerjhmbo.chk

 

BR0613E Database instance HR1 is shut down

 

BR0806I End of BRCONNECT processing: cerjhmbo.chk 2015-09-10 15:07:44

BR0280I BRCONNECT time stamp: 2015-09-10 15:07:44

BR0804I BRCONNECT terminated with errors

 

Can anybody help me, please

 

Best regards

A. Moore

Error: ORA-01017 while taking backup on standby database after 12C upgrade

$
0
0

Dear Friends,

 

we were earlier on Oracle 11G, we use to take backup on the standby database with type offline_standby,

for this we have miantained a connection string to primary_db in tnsnames.ora pointing to our primary database and the same is maintained in initSID.sap profile with parameter primary_db

 

tnsping is happening to that connection string, Also we were able to connect to primary db from syandby sql as "connect SAPSR3/PASSWORD@<connection string>

 

Now after 12C upgrade all the above tests are working fine, but when we trigger a offline_standby backup from the standby database, we are getting below error

 

BR0301E SQL error -1017 at location BrDbConnect-3, SQL statement:

'CONNECT /@PIPPRI'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance PIP/PRIMARY failed

BR0280I BRBACKUP time stamp: 2015-09-12 09:41:44

BR0301E SQL error -1017 at location BrDbConnect-3, SQL statement:

'CONNECT /@PIPPRI'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance PIP/PRIMARY failed

 

Please help us on this.

 

Thanks

Suresh

Oracle Statistics Issue

$
0
0

     Hi

 

Can any one explain what is the difference between calculating statistics using DB13  with brconnect -u / -c -f stats -t all -f collect command.

What is the recommended tool for calculating Oracle statistics

Unknown objects in ABAP dictionary - ORA_COCKPIT_HELPER

$
0
0

Hi All,

 

I am getting error for Missing tables (DB tables) & indexes (DB tables without unique index) in db02 - ORA_COCKPIT_HELPER. My system's database

is in Oracle 11.2.0.2 release.

 

 

I tried executing SQL command as mentioned in SAP note:1374746 - DBA Cockpit: Temporary table ORA_COCKPIT_HELPER. But i am getting error

while executing the command, ORA-00903: invalid table name and Error in parsing SQL statement: NO_OPERATION_FOUND

 

I could not able to create/copy a table with the name ORA_COCKPIT_HELPER, that it is not active in the dictionary.

 

Requesting you to help me on this issue.

 

 

Regards,

Malar.

Heterogeneous system copy enquiry

$
0
0

Hi All,

 

I had an enquiry about heterogeneous system copy.

Currently i am performing for Dev system.

Current OS is HP-UX and doing migration to RHEL 7.

DB is Oracle 11.2.0.4

 

As I am planning to perform the export and import on different days and during the import, my developers will still continue work on the old HP-UX system.

After importing to new RHEL system which could be a few days, I would like to have the changed data that is done during the few days to be updated to the RHEL system.

 

May i know how do i proceed to do it?

Through archived log restore? does this work even OS is different? or any other methods?

I am backing up daily archive log to Netapp storage via HP Data protector.

 

Regards,

Zhong Wei


SAP Installation on Oracle and Linux

$
0
0

Hi,

 

We are planning to implement SAP ERP along with other products like BI, BOBJ, SRM, Portal and PO on Oracle 12 and RHEL7 environment and our server requirement is-

 

1) Almost 120000 SAPS

2) 30 TB usable storage.

3) VMware for all systems

 

Different Hardware OEMs have proposed different architecture related to IOPS and CPU and I have few doubts on IOPS as OEMs have proposed mix architecture of SSD, SAS and NL SAS disks, (Production will have SSD and SAS only).

 

1) How the filesystem should be design as per storage specific like Production file systems on RAID 10 and DEV and QAS on RAID 5 or 6.

2) Some vendors has proposed SSD for cache and licensing for auto tearing in which hot data will automatically move to SSD for better IOPS from SAS disks.

3) Some vendors has proposed SSD for some file system too in PRD environment like for BW and BOBJ as they need high IOPS and redolog file system too (origlog and mirrlog).

 

What is standard best practice, we are considering 20% SSD to meet our IOPS requirement as per SAPS calculation, We don't want to install systems on pure SSD disks as we can get the required IOPS from 20%SSD and remaining SAS drives.

 

We are also planning to implement D2D backup and then tape out and wants to keep 1 day backup on disk.

 

a) Shall we consider SSD only for caching or for filesystem too ??

b) What all filesystem we should plan on SSD ??

c) What different architecture we should consider for ERP (OLTP) and BW (OLAP) ?

d) What should be RAID design for PRD and non PRD environment ??

 

 

Saurabh Mishra

Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem

$
0
0

Dear Friends,

 

We are giving print from Citrix. BUt the print iis giving me following problem.

Please suggest on the same.

 

(6:14:29 PM) Number of processors: 2

(6:14:29 PM) Icon DLL loaded.

(6:14:29 PM)

(6:14:29 PM) Network Communication via SAP-NiLib

(6:14:29 PM) Hostname: THMUMGDCCTX02

(6:14:29 PM) IP Address: 16348016.2673954.2011564330.1225156

(6:14:29 PM)

(6:14:29 PM) SAPLPD Version 6.29 for Windows/NT (OPT) is listening

(6:14:29 PM) OS-Info: version = 5.2, build = 0/3790, text = Service Pack 2

(6:14:29 PM) Copyright © 1992-2001 SAP AG

(6:14:29 PM)

(6:14:39 PM)

(6:14:39 PM) Receive job for printer BKC_7thFlr_HPColor3800 on THMUMGDCPS01 (from BKCDT (Berkeley LPD protocol / RFC1179)

(6:14:39 PM) send_status called

(6:14:39 PM) send_status called

(6:14:39 PM) send_status called

(6:14:39 PM) send_status called

(6:14:40 PM) send_status called

(6:14:40 PM) Job 000001723200001.PRD for user ATINJ queued.

(6:14:40 PM) Start printing job 000001723200001.PRD on printer BKC_7THFLR_HPCOLOR3800 ON THMUMGDCPS01 (FROM BKCDT

(6:14:40 PM) Error: Cannot create Printer Context, text = Overlapped I/O operation is in progress.

 

 

(6:14:40 PM) Error: The printer BKC_7THFLR_HPCOLOR3800 ON THMUMGDCPS01 (FROM BKCDT is unknown to Windows Print Manager.

(6:14:40 PM) The following printers are currently defined:

(6:14:40 PM) Printer = BKC_7THFLR_HPCOLOR3800 ON THMUMGDCPS01 (FROM BKCDT1017) IN SESSION 11

(6:14:40 PM) Warning: Printer name contains spaces.

(6:14:40 PM) Please rename printer, before using it from R/3 or UNIX!

(6:14:40 PM) Printer = MICROSOFT XPS DOCUMENT WRITER (FROM BKCDT1017) IN SESSION 11

(6:14:40 PM) Warning: Printer name contains spaces.

(6:14:40 PM) Please rename printer, before using it from R/3 or UNIX!

(6:14:40 PM) Printer = MICROSOFT OFFICE DOCUMENT IMAGE WRITER

(6:14:40 PM) Warning: Printer name contains spaces.

(6:14:40 PM) Please rename printer, before using it from R/3 or UNIX!

(6:14:40 PM) Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll

 

 

regards

Jiggi

 

what is the replacement of NOCOPY in HANA???

$
0
0

Below is Oracle code and i want to convert it into SAP HANA :

 

Procedure MontaCursorCadNop (pLayout in Varchar2, pPerfil in Varchar2, pRegistro in varchar2, pSql in out nocopy clob) Is

  Cursor C_Layout(pLayout Varchar2, pPerfil Varchar2, pReg Varchar2) IS

dbif_rsql_sql_error installation errors

$
0
0

Dear Experts,

We performed oracle upgrade from 10g to 11g and adopted SSF mechanism successfully.

Now  too many RUN-TIME errors "dbif_rsql_sql_error installation errors" are popping up.

 

Category                    Installation Errors

Runtime Errors          DBIF_RSQL_SQL_ERROR

Except.                       CX_SY_OPEN_SQL_DB

 

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

kernel release                720

kernel make variant           720_REL

compiled on                   NT 5.2 3790 S x86 MS VC++ 14.00 for NTAMD64

compiled for                  64 BIT

compilation mode              UNICODE

compile time                  Jul  8 2012 23:15:28

update level                  0

patch number                  300

source id                     0.300

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

Windows 64 bit server 2008.

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

--------------------------------------DUMP log attached--------------------------------

 

Kind Regards,

Domnic.

Installation issue oracle on linux while SAP Installation

$
0
0

Hello Dear,

 

I am installing SAP ECC6.0 on Linux red hat 6.0, every thing was going ok but on the oracle installation phase i am getting issue like.

 

oraord 18> ./RUNINSTALLER

oracle_stage is not set (OK)

oracle_base is not set (OK)

oracle_home is not set (OK)

oracle_sid is not set (OK)

oracle_home_name is not set (OK)

oracle_inst_group is not set (OK)

from_location is not set (OK)

tmp_netca_file is not set (OK)

tmp_dbca_file is not set (OK)

Working in /oracle/stage/102_64/database/SAP ...

Oracle SID:            ORD

Oracle Home:           /oracle/ORD/102_64

Oracle Home Name:      ORD_102_64

Oracle Install Group:  dba

Installing from:       /oracle/stage/102_64/database/stage/products.xml

oracle_stage="/oracle/stage/102_64"

oracle_base="/oracle"

oracle_version="102_64"

oracle_home="/oracle/ORD/102_64"

oracle_sid="ORD"

oracle_home_name="ORD_102_64"

oracle_inst_group="dba"

from_location="/oracle/stage/102_64/database/stage/products.xml"

tmp_netca_file="/tmp/.orainst_netca.62738"

tmp_dbca_file="/tmp/.orainst_dbca.62738"

ORACLE_BASE="/oracle"

ORACLE_HOME="/oracle/ORD/102_64"

================================

Preparing response files. Please wait:

======================================

Working on /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

..............................................................

/oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.62738: Done

/oracle/stage/102_64/database/runInstaller: /oracle/stage/102_64/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

 

 

 

Please help me out.

 

 

regards

 

Santosh

HELP with this ORA-00020, ORA-03113, ORA-24324, ORA-01041

$
0
0

Hi Experts!

 

     OS: WS 2012 Standard R2

 

     System: SAP ERP 6.0

 

     Database: Oracle12c   

 

 

     I have a finished a BRBACKUP(online consistent) with RC 5 so I investigate why it happens and i discover that the database is down and try to start it up again. Sqlplus /nolog > conn / as sysdba then I have encounter an error ORA-00020: maximum number of processes (300) exceeded . then i search how to fix it and i found out that you need set its parameter, the case is I need to logon as sysdba first before adjusting the parameter which is oracle not allowing me. then i tried to restart the server after the reboot i have successfully connected as sysdba but after the startup a new error occur and ORA-03113: end-of-file on communication channel, and try to start it up again and throws me a new error SP2-0642: SQL*Plus internal error state 2133, context 3114:0:0 Unsafe to proceed, ORA-03114: not connected to ORACLE.

 

[ i think restarting the server is my wrong move ] :((

 

 

I tried to run r3trans -d then its says:

 

This is r3trans version 6.24 (release 721 - 14.10.14 - 20:14:08).

unicode enabled version

R3trans=>sapparam(1c): No Profile used.

R3trans=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_o

ra_tnsname = 'PRD'"

r3trans finished (0012).

 

 

Please help!

 

THanks!

DB Version Not getting reflected in SAP

$
0
0

Dear Experts,

 

I have upgraded my oracle version from 10.2.0.4 to 10.2.0.5 in windows environment.

 

It was successful.

 

When i have checked the version from SQLPLUS its showing 10.2.0.5 but when i check the same from SAP application level.. System--> Status

 

Its still pointing to old version only (10.2.0.4)..

 

At the same time i have applied latest oracle instant client for 10.2.0.5... It is showing correctly at SAP level.

 

Please advise what can be done here.

 

Regards,

Karthik


Oracle 11G Datafiles to Oracle 12C Database?

$
0
0

Hi Experts,

 

I have data files of 11G oracle database. Can i use it in a system copy restore/recover it in a 12C oracle database?

 

 

Thanks!

ORA-01017 invalid username/password logon denied in hp data protector

$
0
0

Hello Friends,

 

While taking online backup from hp data protector we are getting below

error

 

CONNECT system/********* AT PROF_CONN IN SYSOPER MODE'

ORA-01017: invalid username/password; logon denied

BR0303E Determination of Oracle version failed

 

I Can take backup using brtools from sap no issue with that, and also i

can connect to database using user (system) with same password which is

mention in HP Data protector, but when i am trying to run backup from

hpdata protect i am getting error ORA 01017.

 

I have checked note 400241 - Problems with ops$ or sapr3 connect to Oracle

 

And verified all the steps as mention and everything seems to be fine.

 

SQL> SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';

OWNER

OPS$HOSTNAME\SIDADM

 

SQL> SELECT OWNER, TABLE_OWNER, TABLE_NAME FROM DBA_SYNONYMS WHERE SYNONYM_NAME

= 'SAPUSER';

OWNER                          TABLE_OWNER

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

TABLE_NAME

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

OPS$HOSTNAME\SAPSERVICESID    OPS$HOSTNAME\SIDADM

SAPUSER

 

Also updated the password with below command

brconnect -u system/<password> -f chpass -o <sapowner> -p <password>

 

but I did not perform

Alternatively, change the password in the table SAPUSER:

DELETE FROM "OPS$<sid>ADM".SAPUSER;
INSERT INTO "OPS$<sid>ADM".SAPUSER VALUES ('<sapowner>', '<password>');

 

Also in sqlnet.ora we have this enrty SQLNET.AUTHENTICATION_SERVICES = (NTS)

But in initsid.ora we do not have the parameter os_authent_prefix = ops$ do I need to maintain this?

 

OS: Win 2008

Db:oracle 11.2.0.4.0

 

From brtools I have no issues backup is running fine but in hp data protector I am getting this error ORA-01017: invalid username/password; logon denied

 

Kindly help to solve this issue.

 

Thanks

Tabrayz

IP ADDR | GREP

$
0
0

Hello,

 

I have a doubt , please help me in clearing this about IP addr in primarya nd standby.

 

We have a situation where our sap is down on primary and standby is not up - some HA related / failover problems (i am not sure);

 

I need a clarification on this:

 

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

primary :orasid 51> ip a | grep 110

    inet 110.186.126.158/24 brd 130.139.120.255 scope global eth2

    inet 110.186.126.159/24 brd 130.139.120.255 scope global secondary eth2

    inet 110.186.126.160/24 brd 130.139.120.255 scope global secondary eth2

-----

user@standby:~> sudo su - orasid

secondary host :orasid 51> ip a | grep 110

    inet 110.186.126.161/24 brd 130.139.120.255 scope global eth2

    inet 110.186.126.159/24 brd 130.139.120.255 scope global secondary eth2

    inet 110.186.126.160/24 brd 130.139.120.255 scope global secondary eth2

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

 

110.186.126.161 is IP of primary server

 

110.186.126.158 is Ip of secondary server


Is there anything wrong is the IP addresses now?

We have SAP down on primary ; primary database up and secondary mounted as it should be


secondary host :orasid 53> cl_status rscstatus

cl_status[22994]: 2015/09/20_09:38:40 ERROR: Cannot signon with heartbeat

cl_status[22994]: 2015/09/20_09:38:40 ERROR: REASON: hb_api_signon: Can't initiate connection  to heartbeat

 

 

primary server :orasid 52> cl_status rscstatus

primary server :orasid 53>                                               #GAVE NOTHING


Please help me understand this:)


Thanks,

Uday

Unable to start DB on SAP ECC 5.0 Oracle 10 ,Solaris 10 OS

$
0
0

Hi Experts

 

Unexpected shutdown happen , due to that Database is not comping up .

 

"" Terminating with Error code 12 ""

 

Please help .

 

 

Regards

Aymaan

Finished with error RC:5

$
0
0

Hi Experts!

 

     i have backup the whole database using brbackup[online consistent] and it was finished with error RC:5. can i use it for restore/recovery?

 

Thanks!

Viewing all 1892 articles
Browse latest View live




Latest Images