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

Error on Installation: EHP7 on Oracle 12.1 (Linux)

$
0
0

Hello experts,

 

in a very regular installation of ERP 6.0 - EHP7 with Oracle on Linux there is a obstinately resist of the SWPM to go reach the finish successfully...


SUSE 11 SP4
Oracle 12.1 (51047708 - Oracle12.1 RDBMS Linux x86 64 2von2)

 

I tried various and deinstalled every time with ../oracle/<SID>/121/deinstall.

But the error stays: In step 12 "Create database" it says

 

"errno=CJS-00030 Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters."

 

I tried:

     - next to the actual SWPM10SP09_8-20009701.SAR also the older SWPM10SP09_7-20009701.SAR

     - $ORACLE_HOME with "/oracle/<SID>/121" and "/oracle/<SID>/12102"


Regarding to note 937174 I found the parameter tDataFileInfo in keydb.xml. The row[7] may define there the PSAPUNDO tablespace.
I have edit the keydb.xml and reduced the size of PSAPUNDO from 10000 to 1000MB (see screenshot) with no result (just to have edited the file somehow).


But as there are no more really options for troubleshooting I would like to ask here, if anybody has an idea, what can be done.
If no one has a solution, I would quote, 12.1 is not installable and we have to install EHP7 it with Oracle 11.2.0.4 instead.


Anybody got an inspirating idea?
Please find screenshots and extracts of logfiles below.



Thanks alot in advance

Tobias

Untitled picture.png

 

 

2016-02-09_16h17_18.png

 

Sapinst_dev.log

TRACE      2016-02-09 09:21:12.545 (root/sapinst)

ORACLE_HOME dump: {

  sid:O4H

  hostname:ICOSAP26

  dbsid:O4H

  installDB:true

  ORACLE_HOME:/oracle/O4H/121

  abapSchema:SAPSR3

  abapSchemaUpdate:

  javaSchema:

}

 

ERROR      2016-02-08 17:16:01.031 (root/sapinst) [CInstallerCallBackImpl.cpp:259] id=ind-rel.ind-os.ind-db.assertionFailed errno=CJS-00030

Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters.

 

ERROR      2016-02-08 17:16:01.033 (root/sapinst) [iaxxbjsmod.cpp:97] id=modlib.jslib.caughtException errno=MUT-03025

Caught ESAPinstException in module call: Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters..

 

Sapinst.log

ERROR 2016-02-09 09:21:12.759 (root/sapinst) id=ind-rel.ind-os.ind-db.assertionFailed errno=CJS-00030

Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters.

 

ERROR 2016-02-09 09:21:12.764 (root/sapinst) id=modlib.jslib.caughtException errno=MUT-03025

Caught ESAPinstException in module call: Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters..

 

ERROR 2016-02-09 09:21:12.882 (root/sapinst) id=controller.stepExecuted errno=FCO-00011

The step checkStepPreconditions with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_OraDBCheck|ind|ind|ind|ind|ora|0|NW_OraDBMain|ind|ind|ind|ind|main|0|NW_OraDBStd|ind|ind|ind|ind|std|0|NW_OraDbBuild|ind|ind|ind|ind|build|0|checkStepPreconditions was executed with status ERROR ( Last error reported by the step: Assertion failed: Component OraDbBuild: Context parameter tDataFileInfo, row[7] does not describe valid data file parameters.).


Oracle RAC 11.2.0.3 on ASM system copy with brrecover

$
0
0

Dear all,

 

Apologies for the lengthy message

 

I am preparing to create a new experimental PI 7.3  system called PIX as a copy of the already existing PI Development system PID. The database of the source system is Oracle 11.2.0.3 on Oracle RAC and ASM. I plan to be using the database specific method for the system copy.


Because of Oracle RAC and ASM, the backup in the source system is taken with brbackup calling RMAN and the restore in the target system has to happen with RMAN. I will be restoring from an full offline RMAN backup.


I am trying to put together a plan as the documentation from SAP when it comes to restoring on ASM with RMAN is scattered in many different places and not detailed enough.

 

The ASM disk groups in the target system differ to the ones in the source system. For example, the source system diskgroup contains the <SID> as well, so +PID_DATA while the target system diskgroup for data is called +DATA


I read that I should run brrecover in order to restore with RMAN on ASM. For that, the target database should bein mount state when brrecover runs against it.


So I understand that I have to run brrestore -d rman_util -b last -m 0,00 to restore the source controlfile in thetarget system together with the source online redo logs.

My first question is how the controlfile and online redo logs will be stored. brrestore will look to restore them in an ASM diskgroup in the target system that does not exist. They have been backed up as (example)

 

+PID_MLOG/pid/onlinelog/group_1.256.783443785
+PID_OLOG/pid/onlinelog/group_1.256.783443785
+PID_DATA/PID/cntrlPID.dbf
+PID_ARCH/PID/cntrlPID.dbf
+PID_RECO/PID/cntrlPID.dbf

 

but the target system only has disk groups +DATA, +ARCH,+RECO


The three controlfiles will need to go to one of +DATA, +ARCH,+RECO each and the PID_OLOG to +DATA and the PID_MLOG to +RECO.


Then, I will have to start the database in mount state. As there is nothing with the target system name PIX in the restored controlfile, I assume that I will have to set the environment of Unix user oracle to point to the source system PID (ORACLE_HOME,ORACLE_SID, SAPDATA_HOME) and start the database mount as if it was a PID database. Is that correct?


Then set the ORACLE_HOME, ORACLE_SID etc point to target system name PIX values and finally, following the
instructions from note 1003028

 

brrecover -t reset -b last -f PIX -RDG


The -RDG option will activate special parameter _remap_disk_groups which will need to be set to something like this: _remap_disk_groups=(+PID_DATA,+DATA,+PID_OLOG,+DATA,+PID_MLOG,+RECO,+PID_ARCH,+ARCH,+PID_RECO,+RECO)


Note 1003028 does not say where this parameter is set. Is it an Oracle parameter to be set in the spfile ora parameter of brrecover set in the menus? Or somewhere else?

 

Many thanks for your help

Andreas

ORA-04031 after upgrade to oracle 12c

$
0
0

Hi experts,

 

After I upgraded my system Oracle 11g to Oracle 12c I have the error ORA-04031 every week,

Errors in file I:\ORACLE\PRO\SAPTRACE\diag\rdbms\pro\pro\trace\pro_arc2_8028.trc  (incident=530484):

ORA-04031: unable to allocate 352 bytes of shared memory ("shared pool","unknown object","sga heap(3,0)","krsdicle")

Errors in file I:\ORACLE\PRO\SAPTRACE\diag\rdbms\pro\pro\trace\pro_arc0_14736.trc  (incident=514716):

ORA-04031: unable to allocate  bytes of shared memory ("","","","")

 

I have to stop the database and started again... I increase the parameter shared_pool_size but only work one-two days more...

 

What could be the problem? I have a server with 64GB and the parameters are:

_enable_shared_pool_durations        boolean     FALSE

shared_pool_reserved_size            big integer 405600K

shared_pool_size                     big integer 5G

sga_max_size                         big integer 32G

sga_target                           big integer 0

memory_target                        big integer 0

pga_aggregate_limit                  big integer 12G

pga_aggregate_target                 big integer 6G

 

Any idea?

 

Thanks in advance,

Regards,

remote update the data in client

$
0
0

Good afternoon.

A clientI have adevelopment systemwithproductivedatafor testing.Theseare outdatedand need to beupdated.Tell me how toremotelyupdate thedata onlyin thetest clientfromproductive? I knowthatcan be copiedremotely through SCC9, buthowto copy theprofileto updateonlyuser data? And it is possibleto determine in advancewhetherthiswill be enoughdisk spaceto copy?


SAP ECC 6.0 Ehp2 on HP-UX, Oracle 10.2.0.5.0

"JDBC driver not supported" after inst. of 12 client

$
0
0

Hi Experts,

 

I upgraded my NW 7.3 system from ORACLE 11.2.0.4 to 12.1.0.2. After the

ORACLEupgrade, we are facing the following situation:

 

The J2EE system starts with ORACLE client 11.2.0.4 correctly. After

changing the ORACLE client to 12.1.0.2 we are getting the following

error in the bootstrap phase:

 

“JDBC driver not supported for ORACLE database”

 

com.sap.sql.log.OpenSQLException: Exception of type

com.sap.sql.log.OpenSQLException caught: JDBC driver not supported for

ORACLE database..

  at

com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)

  at

com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:143)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:284)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.getConnection(DBDataSourceImpl.java:139)

  at

com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:199)

  at

com.sap.inst.jdbc.connect.JdbcCon.connectViaSecureStore(JdbcCon.java:217)

  at com.sap.inst.jdbc.connect.JdbcCon.connect(JdbcCon.java:353)

  at

com.sap.inst.jdbc.connect.TestConnect.mainIntern(TestConnect.java:78)

  at com.sap.inst.jdbc.connect.JdbcCon.main(JdbcCon.java:553)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

  at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

  at java.lang.reflect.Method.invoke(Method.java:597)

  at

com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)

Caused by: com.sap.sql.log.OpenSQLException: JDBC driver not supported

for ORACLE database.

  at

com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)

  at

com.sap.sql.jdbc.direct.DirectConnectionFactory.createPooledConnection(DirectConnectionFactory.java:491)

  at

com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:157)

  at

com.sap.sql.jdbc.common.CommonConnectionFactory.createCommonPooledConnection(CommonConnectionFactory.java:131)

  at

com.sap.sql.connect.factory.PooledConnectionFactory.createPooledConnection(PooledConnectionFactory.java:115)

  at

com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:38)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:646)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:990)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:43)

  at

com.sap.sql.connect.pool.CreatedObjectsPool.create(CreatedObjectsPool.java:95)

  at com.sap.sql.connect.pool.Pool.get(Pool.java:707)

  at

com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:261)

  ... 11 more

Caused by: com.sap.sql.log.OpenSQLException: JDBC driver not supported

for ORACLE database.

  at

com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:83)

  at

com.sap.sql.jdbc.direct.DirectConnectionFactory.createPooledConnection(DirectConnectionFactory.java:483)

  ... 21 more

Error: Couldn't connect to DB

com.sap.sql.log.OpenSQLException: Exception of type

com.sap.sql.log.OpenSQLException caught: JDBC driver not supported for ORACLE database..

 

 

Note 1914631 – “Central Technical Note for Oracle Database 12c Release

1(12.1)” quotes:

-----Start of quote of Note 1914631 -----

At the moment, for SAP products based on SAP NetWeaver 7.2x, 7.3x for

AS-JAVA and AS-ABAP+JAVA (Java Stack and Double Stack) the following

restrictions apply:

 

  Oracle Instant Client version 11.2.0.4 is required for SAP

installations (SWPM) of such a product, for SAP upgrades to such a

product and also for SAP system copies/system migrations of such

products.

  In order to run the SAP system with Oracle Instant Client version

12.1.0.2 you have to apply the SAP support packages from SAP note

1777021. These support packages enable the SAP system to use the Oracle

Instant Client 12.1.0.2.

-----End of quote of Note 1914631 -----

 

Note 1777021 – “J2EE: Introducing Support for Oracle 12” recommends the

following version of SERVERCORE in order to be able to handle ORACLE

12c:

J2EE ENGINE SERVERCORE 7.30 SP009 patch 000000

 

Version of component SERVERCORE of my system is:

1000.7.30.10.0.20130822221300

We are using Kernel 7.22 EXT

 

I installed the instantclient as recommended in note 819829 – “Oracle

Instant Client Installation and Configuration on Unix” (OCL12164.SAR)

The directory structure for client is (with links):

 

  /oracle/client/

  11x_64 -> /oracle/client/12x

  12x/

  instantclient -> instantclient_12102

  instantclient_12102

 

The environment variable LD_LIBRARY_PATH of user xxxadm contains

/oracle/client/12x/instantclient.

 

After installation I executed the steps of note 867976 –“Changing JDBC

driver on WEB AS Java 6.40/NW 7.0x/7.1x” (by the way, this note is not

valid to NW 7.3 and above, support has to update this note):

 

- In secure store of the configtool the data under tab “Connection

Pool” is:

  ClassName=oracle.jdbc.driver.OracleDriver

  url=jdbc:oracle:thin:@deabisdbci:1522:XXX

 

- editor mode-> cluster_config-> system-> instance-> ID5272219->

Propertysheet instance_profile

  DB_DRIVER_LOCATION=/oracle/client/12x/instantclient

 

- Changed the config.properties file under

/usr/sap/XXX/J52/j2ee/configtool/

  rdbms.driverLocation=/oracle/client/12x/instantclient/ojdbc6.jar

 

Additionally, I changed the parameter j2ee/dbdriver in the instance

profile to /oracle/client/12x/instantclient/ojdbc6.jar.

 

In order to force the system to make a synchronization in bootstrap

phase

I set parameter element.resynch = FORCE in file

/usr/sap/XXX/J52/j2ee/cluster/bootstrap/ bootstrap.properties.

 

Systemdescription:

Server contains two systems with two SIDs and two databases (result of an dualstack split)

 

OS: Linux GNU SLES-11 x86_64 cc4.3.4

DB: ORACLE 12.1.0.2.0

CLIENT: instant 12

J2EE servercore: SERVERCORE1000.7.30.10.0.20130822221300

Kernel: 7.22 EXT Patch 4 DBSL-Patchnr 003

 

I had nothing to patch to use client 12

 

 

Best regards

Willi Eimler

I'm not able to check the detailed log of database backup file in my Production System

$
0
0

Hi Experts,

 

I'm trying to check the detailed log of backup logs in DB12 from my Clone (CLU) system it is showing an error , where as when i try to open in SMP System I'm able to get the logs.

 

Here the problem is in my SMP system DB and Application Instances are on same servers.

But in CLone (CLU) DB and Application are in different servers.

How can i check this logs now, do i need to do any parameter settings .

 

How to know what is the reason why i'm not able to check that logs.

CLU_DB_detaillorerror.png

 

Please provide me the solution why wee are not able to check this.

 

Regards,

Mythili.

I'm not able to check the detailed log of database backup file from DB12 tcode in my Production System

$
0
0

Hi
Experts,

 

I'm trying to check the detailed log of backup logs in DB12 from my Clone (CLU)
system it is showing an error , where as when i try to open in SMP System I'm
able to get the logs.

 

Here the problem is in my SMP system DB and Application Instances are on same
servers.

But in CLone (CLU) DB and Application are in different servers.

How can i check this logs now, do i need to do any parameter settings .

How to know what is the reason why i'm not able to check that logs.

 

 

CLU_DB_detaillorerror.png/CLU_DB_detaillorerror.png

 

 

 

 

 

Please provide me the solution why we are not able to check this.

 

 

 

 

 

Regards,

 

 

Mythili.

BW Job - Selective data deletion of cube data(Job) running long

$
0
0

Hi Gurus,

 

I have given for a selective deletion over a cube(compressed) for a small date range i.e. for just a month. Amazingly its running for a long time i.e. more than 12000 secs. The excat joblog is as below:-

 

 

09.02.2009 Dynamic List Display 1

 

 

 

-


Job log overview for job: BI_INDXCW7IUHHQXAO2EHW5D2F8MGC5Q / 02332500

 

-


Job log  Time  Message text uncoded  Message ID Msg.no.

 

 

-


09.02.2009 02:33:25 Job started  00  516 

09.02.2009 02:33:25 Step 001 started (program RSINDEX1, variant &0000000000493, user ID 9PRASANN) 00  550 

09.02.2009 02:33:30 SQL: 09.02.2009 02:33:30 9PRASANN  DBMAN  099 

09.02.2009 02:33:30 DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND  DBMAN  099 

09.02.2009 02:33:30 INDEXNAME = ' ' AND TABNAME = '/BI0/D0COOM_C021'  DBMAN  099 

09.02.2009 02:33:30 SQL-END: 09.02.2009 02:33:30 00:00:00  DBMAN  099 

09.02.2009 02:33:30 SQL: 09.02.2009 02:33:30 9PRASANN  DBMAN  099 

09.02.2009 02:33:30 DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND  DBMAN  099 

09.02.2009 02:33:30 INDEXNAME = ' ' AND TABNAME = '/BI0/D0COOM_C021'  DBMAN  099 

09.02.2009 02:33:30 SQL-END: 09.02.2009 02:33:30 00:00:00  DBMAN  099 

09.02.2009 02:33:30 SQL: 09.02.2009 02:33:30 9PRASANN  DBMAN  099 

09.02.2009 02:33:30 CREATE TABLE "/BI0/0100001089" PCTFREE 10 PCTUSED  DBMAN  099 

09.02.2009 02:33:30 00 INITRANS 001 TABLESPACE PSAPHOL STORAGE  DBMAN  099 

09.02.2009 02:33:30 (INITIAL 0000000016 K NEXT 0000000016  DBMAN  099 

09.02.2009 02:33:30 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED  DBMAN  099 

09.02.2009 02:33:30 PCTINCREASE 0000 FREELISTS 001 FREELIST GROUPS  DBMAN  099 

09.02.2009 02:33:30 01) AS SELECT DISTINCT DIMID FROM  DBMAN  099 

09.02.2009 02:33:30 "/BI0/D0COOM_C021" "DIM" , "/BI0/SCO_AREA" "MD1"  DBMAN  099 

09.02.2009 02:33:30 WHERE "DIM"."SID_0CO_AREA" = "MD1"."SID" AND (  DBMAN  099 

09.02.2009 02:33:30 "MD1"."CO_AREA" = 'HOL' )  DBMAN  099 

09.02.2009 02:33:31 SQL-END: 09.02.2009 02:33:31 00:00:01  DBMAN  099 

09.02.2009 02:33:31 SQL: 09.02.2009 02:33:31 9PRASANN  DBMAN  099 

09.02.2009 02:33:31 DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND  DBMAN  099 

09.02.2009 02:33:31 INDEXNAME = ' ' AND TABNAME = '/BI0/D0COOM_C02T'  DBMAN  099 

09.02.2009 02:33:31 SQL-END: 09.02.2009 02:33:31 00:00:00  DBMAN  099 

09.02.2009 02:33:31 SQL: 09.02.2009 02:33:31 9PRASANN  DBMAN  099 

09.02.2009 02:33:31 DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND  DBMAN  099 

09.02.2009 02:33:31 INDEXNAME = ' ' AND TABNAME = '/BI0/D0COOM_C02T'  DBMAN  099 

09.02.2009 02:33:31 SQL-END: 09.02.2009 02:33:31 00:00:00  DBMAN  099 

09.02.2009 02:33:31 SQL: 09.02.2009 02:33:31 9PRASANN  DBMAN  099 

09.02.2009 02:33:31 CREATE TABLE "/BI0/0100000886" PCTFREE 10 PCTUSED  DBMAN  099 

09.02.2009 02:33:31 00 INITRANS 001 TABLESPACE PSAPHOL STORAGE  DBMAN  099 

09.02.2009 02:33:31 (INITIAL 0000000016 K NEXT 0000000016  DBMAN  099 

09.02.2009 02:33:31 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED  DBMAN  099 

09.02.2009 02:33:31 PCTINCREASE 0000 FREELISTS 001 FREELIST GROUPS  DBMAN  099 

09.02.2009 02:33:31 01) AS SELECT DISTINCT DIMID FROM  DBMAN  099 

09.02.2009 02:33:31 "/BI0/D0COOM_C02T" "DIM" , "/BI0/SFISCPER" "MD2"  DBMAN  099 

09.02.2009 02:33:31 WHERE "DIM"."SID_0FISCPER" = "MD2"."SID" AND (  DBMAN  099 

09.02.2009 02:33:31 "MD2"."FISCPER" BETWEEN '2007012' AND '2007012' )  DBMAN  099 

09.02.2009 02:33:31 SQL-END: 09.02.2009 02:33:31 00:00:00  DBMAN  099 

 

 

-


 

Pls help.

Thanks & regards


I'm not able to check the detailed log of database backup file in my Production System

$
0
0

Hi Experts,

 

I'm trying to check the detailed log of backup logs in DB12 from my Clone (CLU) system it is showing an error , where as when i try to open in SMP System I'm able to get the logs.

 

Here the problem is in my SMP system DB and Application Instances are on same servers.

But in CLone (CLU) DB and Application are in different servers.

How can i check this logs now, do i need to do any parameter settings .

 

How to know what is the reason why i'm not able to check that logs.

CLU_DB_detaillorerror.png

 

Please provide me the solution why wee are not able to check this.

 

Regards,

Mythili.

Error during SAP system Export.

$
0
0

Dear Experts,

 

I am exporting, Data Instance Export of my IDES, But in Step 3 below, i am facing below error.

Please help me..

 

 

Regards.

 

John.

Error for daily backup in DB13 (Oracle)

$
0
0

Dear experts,

 

When I try to schedule daily backup in DB13, I get below erros;

But I can perform ad hoc backup successfully using BRTOOLS.

 

 

Detail Log:                besneiwm.fnd

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

BR0051I BRBACKUP 7.40 (16)

BR0252W Function CreateFile() failed for 'G:\oracle\R34\sapprof\initR34.1.sap' at location BrFileStatGet-9

BR0253W errno 5: Access is denied.

BR0252W Function CreateFile() failed for 'G:\oracle\R34\sapprof\initSEX.ora' at location BrFileStatGet-9

BR0253W errno 5: Access is denied.

BR0252W Function CreateFile() failed for 'G:\oracle\R34\sapprof\initSEX.sap.orig' at location BrFileStatGet-9

BR0253W errno 5: Access is denied.

BR0055I Start of database backup: besneiwm.fnd 2016-02-15 06:00:56

BR0484I BRBACKUP log file: G:\oracle\R34\sapbackup\besneiwm.fnd

BR0477I Oracle pfile G:\oracle\R34\sapprof\initR34.ora created from spfile G:\oracle\R34\12102\database\spfileR34.ora

BR1805I Oracle spfile G:\oracle\R34\sapprof\spfileR34.ora created from pfile G:\oracle\R34\sapprof\initR34.ora

BR0252E Function CreateFile() failed for 'G:\ORACLE\R34\SAPDATA2\SR3_1\SR3.DATA1' at location BrFileStatGet-2

BR0253E errno 5: Access is denied.

BR0273E Determination of file status for G:\ORACLE\R34\SAPDATA2\SR3_1\SR3.DATA1 failed

BR0314E Collection of information on database files failed

BR0056I End of database backup: besneiwm.fnd 2016-02-15 06:01:00

BR0280I BRBACKUP time stamp: 2016-02-15 06:01:01

BR0054I BRBACKUP terminated with errors

 

Please advise.

 

Thank you.

 

Regards,

Fadzly Iqbal

Upgrading 10.2 to 11.2 Catch 22

$
0
0

Hi All,

 

I've just been reading the SAP Upgrade to Oracle Database 11g Release 2 (11.2): UNIX guides and under section 2.1 Checking the Original Version of Your Database it states the following :-

 

If the source database runs Oracle 10.2 with patch set lower than 10.2.0.5, you need to first upgrade the source database to at least patch set 10.2.0.5.

 

But look at this

ORACLE PATCHES 10.2.0.5 (SUPPORT PACKAGES AND PATCHES)

IMPORTANT NOTE!

ORACLE 10.2.0.5.0 EXTENDED SUPPORT

If you want to download Oracle 10.2.0.5.0 patches, please see SAP Hot News Note 1654734 first. That note provides important information about the download policy valid during Oracle Extended Support.

So according to that note 1654734 - Ext Support contract required for 10.2.0.5 PSU, SBP & Client

Only customers with an extended contract may download and use the Oracle Bundle Patches for Oracle Version 10.2.0.5 provided by SAP.

 

At the very bottom of that note it states The alternative to the Oracle 10.2 Extended Support is the upgrade to Oracle Version 11.2. For further details, see Note 1398634.

 

So what gives, can I upgrade or not?  I'm confused as this contradicts the Upgrade Guide!

 

HELP!

 

Cheers

Craig

 

Sorry should have said we are running 10.2.0.4.0

Doubt in Restoring incremental backup

$
0
0

Hi,

 

I have taken full online backup on Sunday followed by incremental backup on Monday,Tuesday and Wednesday.

Today morning one of our Test system DB crashed.

 

 

Please let us know how to restore the database till thursday morning.

 

OS - AIX

DB -ORacle 11.2.0.4.6

TSM - Tivoli

RMAN will be added to perform incremental backup

 

My query is

 

1) Whether we need to restore the full DB backup, all the incremental backup till wednesday and apply the redologs

 

2) Restore full online backup on sunday and wednesday incremental backup only and apply the redologs

 

3) whether we need to user only the latest incremenatl backup taken on wednesday , (will it automatically takes from previous full and incremental till tueday)

 

Please let us know which control file i have to use if the first query is correct (full db backup or Monday or Tuesday or Wednesday)

 

Regards

Sub

Error while installing Oracle 12c software on AIX 7.1

$
0
0

Hi experts,


We are in the process of installing Oracle 12c software in order to perform an upgrade from 11.2.0.4 to 12.1.0.2 before upgrading our system from SAP NTW 7.4 to SAP NTW 7.5.

The installation process stops with the following error in the link binaries phase: Error invoking target 'rat_on part_on dm_on olap_on sdo_on rac_off dnfs_off' of makefile '/oracle/<SID>/12102/rdbms/lib/ins_rdbms´'.

In addition to the above described issue, while performing troubleshooting, the installation session was unexpectedly ended because to a power problem in our building. According to note 1915301, under common errors section, if the installation directory is no empty the software has to be uninstalled before re-run a new installation.

 

However the desinstall option fails: “ERROR: oracle/net/common/NetGetEnv.get(Ljava/lang/String;)”. No software is deleted from oracle home /oracle/<SID>/12102 and off course the re installation process failed with message “The selected Oracle Home contains directories or files”.

We’ve tried to desintall software following these three different approaches:

 

According to note 1915301: ./RUNINSTALLER –deinstall –home /oracle/<SID>/12102
According to note 1915314: ./runInstaller –deinstall –home /oracle/<SID>/12102
Also tried with the desintall utiliy outside the OUI: /oracle/<SID>/12102/desinstall/

 

Could you please help me in resuming the software installation? It is possible to simply remove current oracle home (/oracle/<SID>/12102) and reinstall software installation from scratch? I was considering rename current oracle home (/oracle/<SID>/12102 as (/oracle/<SID>/12102_BCKP), take a backup of the oraInventory and restart the software installation. Do you see any constraint in doing that?

Sorry for reporting two different incidents in the same discussion, but they are linked. I cannot move forward with troubleshooting of the first reported error without solving re installation problem.

• Current oracle release: 11.2.0.4
• OS Version: AIX 7100-03-04-1441
• Runinstaller version: 12.1.0.2.0 (059)
• Oracle Software Owner: ora<sid>

 

Please let us know if some extra data is required.

Thanks in advance

BI Infocube Compress

$
0
0

Hi,

 

When I compress one infocube its showing ora-14080 error.

 

Please help.


Upgrading 10.2 to 11.2 use of Shared Home

$
0
0

Hi All,

 

According to sap note 1778431 - SAP Installations using Shared Oracle Homes we can make use of Oracle Shared Home.

However it talks about fresh installations of SAP.

 

Can I during the upgrade of 10.2 to 11.2 switch to use Oracle Shared Home?

What would I need to do to accomplish this?

 

I'm trying to kill 2 birds here so to make it easier when we upgrade to 12c and to make patching/maintenance easier plus regain some disk space as a result.

 

Thanks

Craig

Upgrade from Oracle 11.2.0.2 to 12.1.0.2

$
0
0

Current environment

 

SAP ERP 6.0 (ECC 6.0) / EHP: 4

ABAP Only.

Oracle: 11.2.0.2

Oracle instant client: 10.2.0.4 V5

SAP Kernel: 721 patch level 526

 

Type of upgrade: Out-of-place upgarde (Install binaries in new ORACLE_HOME), then upgrade using DBUA + SBP Patch, post-installation.

 

We have read through 1914631 - Central Technical Note for Oracle Database 12c Release 1 (12.1)

 

Questions:

 

Preparation work

 

1) Do we need to upgrade our oracle instant client at least to 11.2.0.4 latest version first?

 

2) Do we need to upgrade our SAP Kernel to version 7.22_EXT first ? Can it support non EXT?

What is the recommended kernel version we should go for?

 

3) For BR*Tools 7.40, we only apply after we upgrade the kernel to eg. 7.22_EXT?

 

4) Do we need to setup SSF first before the upgrade?

 

5) We don't use ACO feature in our current oracle, I guess we can skip (SAP note 2157904), right?

 

6) Do we need use create the new user oracle to perform the out-of-place upgrade or use <sid>adm?

What was understand 1915317 - Migrating Software Owner to 'oracle' the same source and target oracle must use the same software owner for upgrade. We want to reduce any downtime during day to day operation.

 

Thanks.

Oracle 11.2 Disaster Recovery Set-up

$
0
0

Dear Experts,

 

One of our client wants to setup Oracle DR for production system.

 

System Configuration :

 

ERP Release      :  EHP7 for SAP ERP 6.0

OS                         :  Windows Server 2012 std.

DATABASE          :  Oracle 11.2

Method                 :  Implementation of configuring log shipping using oracle database

RAM                      :  16 GB

 

we have decide will going to following method :

 

Install separate system and configure cron jobs for log shipping from Primary PRD to standby server and then apply it to database with cron jobs only.

 

Please suggest step by step process of above method.

 

If your answer is beneficial for me i will definitely give you points.

 

Thanks,

Rahul

Error creating control backup file

$
0
0

Hi, Everybody!

 

During the online backup, I got the following error:

BR0051I BRBACKUP 7.20 (20)

BR0055I Start of database backup: bepflgbo.and 2014-11-19 06.00.56

BR0484I BRBACKUP log file: /oracle/<SID>/sapbackup/bepflgbo.and

BR0477I Oracle pfile /oracle/<SID>/112_64/dbs/init<SID>.ora created from spfile /oracle/<SID>/112_64/dbs/spfile<SID>.or a

BR0280I BRBACKUP time stamp: 2014-11-19 06.01.17

BR0301E SQL error -1580 at location BrCtlCopy-1, SQL statement:

'/* BRBACKUP */ ALTER DATABASE BACKUP CONTROLFILE TO '/oracle/<SID>/sapbackup/cntrl<SID>.dbf' '

ORA-01580: error creating control backup file /oracle/<SID>/sapbackup/cntrl<SID>.dbf

ORA-27086: unable to lock file - already in use

Linux-x86_64 Error: 5: Input/output error

Additional information: 9

Additional information: 5

BR0320E Copying of control file to /oracle/<SID>/sapbackup/cntrl<SID>.dbf failed

BR0314E Collection of information on database files failed

BR0056I End of database backup: bepflgbo.and 2014-11-19 06.01.17

BR0280I BRBACKUP time stamp: 2014-11-19 06.01.17

BR0054I BRBACKUP terminated with errors

BR0280I BRBACKUP time stamp: 2014-11-19 06.01.17

BR0291I BRARCHIVE will be started with options '+bepflgbo.and -U -jid ALLOG20130703060000 -c force -p init<SID>.sap -sd'

BR0280I BRBACKUP time stamp: 2014-11-19 06.07.27

BR0292I Execution of BRARCHIVE finished with return code 0

 

All that I found on this issue did not help me. Has anyone faced a similar error?

DBUA is running longer

$
0
0

Hi All,

 

I am doing patch upgrade from 11.2.0.3 to 11.2.0.4.
But the DBUA got stuck on 85% from last 1.30 hours. Also, DBUA is not generating log after 15% completion of upgrade.

Please suggest.

 

Regards,

Shyam

 

 

 

trace.jpg

 

 

DBUA.png

server.jpg

Viewing all 1892 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>