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

Backup Oracle 11 + Symantec Netbackup - ORA-19665

$
0
0

Hello,

 

I`m trying to run backup in a Oracle 11 database with util_file + backint to Symantec Netbackup. Apparently backup runs succesfully but it finally get the error:

 

BR0278E Command output of 'G:\oracle\XXX\11203\BIN\rman nocatalog':

Recovery Manager: Release 11.2.0.3.0 - Production on Mon Oct 13 10:54:07 2014

Copyright (c) 1982, 2011, Oracle and/************iates.  All rights reserved.

RMAN>

RMAN> connect target *

connected to target database: XXX (DBID=1667440742)

using target database control file instead of recovery catalog

RMAN> **end-of-file**

RMAN>

host command complete

RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23>

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03009: failure of catalog command on default channel at 10/13/2014 10:54:08

ORA-19665: size 931840 in file header does not match actual file size of 786437

ORA-19664: file type: datafile copy, file name: J:\ORACLE\XXX\SAPBACKUP\BEOYMNCZ.SPA\ACD.D

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2014-10-13 10.54.08

BR0279E Return code from 'G:\oracle\XXX\11203\BIN\rman nocatalog': 1

BR0536E RMAN call for database instance XXX failed

BR0280I BRBACKUP time stamp: 2014-10-13 10.54.08

BR0532E Cataloging backups of all database files failed

 

None of the tablespaces/datafiles is running in autoextend mode, and the database is running fine & online. Why I get this error? How can I match real size with file header size?

 

Thanks in advance.

Pablo.


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

$
0
0

Hi,

 

When I'm trying to install and configured oracle data guard using oracle ver 10.2.0.4 using LAN (Local Area Network) all is running well and no problem found.When I'm trying to install and configured oracle data guard on the same server ( I was scrapping the windows 2008 installation and using windows 2008 clean installation) using oracle ver 11.2.0.3 using LAN, redo log is succesfull transfered from primary server to standby server and redo log status for standby server if viewing on standby server is 'applied' but redo log status for standby server if viewing from primary server is 'not applied' and resolvable gap is detected on primary server. when i'm try to query gap using sql command from both server (primary and standby), the result look like this :

 

SQL> SELECT THREAD#, LOW_SEQUENCE#, HIGH_SEQUENCE# FROM V$ARCHIVE_GAP;

 

no rows selected

 

when i'm trying to stop oracle service on primary server and then start the oracle service again on primary server, redo log status for standby server if viewing from primary server is changed from 'not applied' to 'applied' and resolvable gap is still detected on primary server.

 

what's wrong with this ?it's an oracle 11.2.0.3 bug ?how to resolve that ?

 

does somebody has the same problem like that ?

 

My Server Configuration is :

 

SAP ECC 6.0

Oracle 11.2.0.3

Windows 2008 Server

Memory 64 GB

 

I'm appreciated for your answered.

 

Thank's before

 

Regards,

 

Rasid

Accessing Oracle OLAP cubes in Analysis for OLAP using Simba MDX Provider

$
0
0

We are currently trialling SAP Business Objects, Analysis for OLAP and we are seeing errors when adding dimensions to a crosstab in Analysis for OLAP. So we are accessing Oracle OLAP cubes in Analysis for OLAP using the Simba MDX Provider and seeing a number of stability issues.

 

Is anyone out there also doing this? Have you encountered issues with this set-up and can provide some guidance on configuration, administration and settings for SAP using Oracle OLAP? It seems like the integration between SAP MDAS and Simba is generating errors.

 

We have the latest SAP Business Objects (4.1, SP04) installed and tracing turned on high for both the APS (MDAS) and Simba MDX Provider and I have read all the documentation I can find, and searched the SCN for similar threads but found nothing.

 

Here are some examples from the APS trace files:

 

com.businessobjects.framework.services.mdas.MDASInterceptor||calling [QueryServant] method [getRepresentation(ViewSpec)] message [Failed to get representation: RuntimeException occurred]

 

java.lang.NullPointerException: while trying to invoke the method com.businessobjects.multidimensional.data.result.Cell.getDataType() of a null object loaded from local variable 'cell'

 

com.businessobjects.multidimensional.services.transport.corba.MdasTransportRuntimeException: IDL:com/businessobjects/multidimensional/services/transport/corba/MdasTransportRuntimeException:1.0

 

java.lang.NullPointerException: while trying to invoke the method com.businessobjects.multidimensional.data.result.Tuple.getMemberCursor() of a null object loaded from local variable 'tuple'

 

If anyone knows any threads related to our configuration, please share. Thanks.

DB refresh from 11.204 to 11.201

$
0
0

Hi,

 

 

I am doing a DB refresh from PROD to CLONE system. Now my PROD DB version is 11.204 and CLONE DB is at 11.201 only.

I have done the Restore and Recovery of the DB without issue, but while trying to open the database i am getting the below error:

 

 

SQL> alter database open resetlogs;

alter database open resetlogs

*

ERROR at line 1:

ORA-01092: ORACLE instance terminated. Disconnection forced

ORA-00704: bootstrap process failure

ORA-39700: database must be opened with UPGRADE option

Process ID: 3260

Session ID: 101 Serial number: 3

 

 

 

 

So when Check forums I came across the below solution:

 

 

sqlplus / as sysdba

SQL> startup upgrade;

SQL> @/u01/app/oracle/product/11.2.0/db_home1/rdbms/admin/catupgrd.sql;

SQL> shutdown immediate;

SQL> startup;

SQL> @/u01/app/oracle/product/11.2.0/db_home1/rdbms/admin/utlrp.sql

 

 

 

 

But this was given for situation where the Target DB is in higher level compared to the Source DB. But in my current situation, Target DB is at a lower level than the source system.

So could someone let me know that running the Upgrade scripts here will fix this issue, or I will have to try Downgrade scripts here instead?

 

 

Thanks

How to connect MSSQL to SAP BC on Linux

$
0
0

Hello Gurus,

I try to connect a MSSQL DB (located on an Win-VM) to a SAP BC 4.8 CoreFix7 on Linux SLES11.

 

SAP BC dies while testing the connection.

 

Her the steps I've done to connect the DB to SAP BC:

 

1. Inst. of unixODBC package

2. Inst. of Microsoft ODBC Driver 11 for SQL Server

3. Edit of /etc/unixODBC/odbc.ini

    

[Demo]

Description = MSSQL Datenbank Demo

Trace = Off

TraceFile = stderr

Driver = ODBC Driver 11 for SQL Server

SERVER = 1.1.1.1

USER = Demo

PASSWORD = mypasswd

PORT = 1433

DATABASE = Demo

 

4. in BC Database Adapter

     Alias:                  Demo

     DB URL:              jdbc:odbc:Demo

     DB Username:     Demo

     DB Password:     mypasswd

     DB Driver:            sun.jdbc.odbc.JdbcOdbcDriver

     Min Connctions:   1

     Max Connections: 10

     Expiration Time:    60000

     Test SQL:

     Loaded Drivers:     <None or new driver>

 

     --> Submit

 

In Alias Management select Demo --> Connect

In Service Generation no further entries --> Connect

After this BC dies with:

/sapbc/jvm/jre/lib/amd64/libJdbcOdbc.so: undefined symbol: SQLAllocEnv

 

Has someone a tip for me or a link to documentation?

Sorry, but I'm newbee with SAP BC

 

Best regards

Andreas

İs there a general problem with Oracle 11.2.0.4 on windows2012. ora-3113,ora-3114 and ora 3135

$
0
0

Hi

 

Last two months we have installed different SAP products for different customers on Oracle 11.2.0.4 with Windows 2012 R2 but all of these installation giving ora-3113,ora3114 and ora-3135 error.Some of installation completed successfully but the installed system is not running properly besides that when we opened the incident SAP sides always offer to use niping to send the log to SAP and they said that "There is a  network problem".Special thanks to SAP I can also read the logs !!! Yes it's has written in the log "there is a network problem".There is a nework problem but there is not a solution yet.To solve problem i have changed INBOUND_CONNECT_TIMEOUT and some sqlnet.parameters also changed tcp parameter from windows registry described in 534729 and 1911531 by the advice of SAP consultants. I think it is not specific problem , it can be kind of noncompatibility between windows 2012 R2 and Oracle 11.2.0.4

 

Do you have any comments and experiences about the oracle errors mention above?

 

Regards...

Oracle dumps while processing INDX in multiple sessions

$
0
0

Hello!

 

This table is used for HR functionality in a standart way for a cache of structure authorities. My programm performs indexing of stru. authorities in parallel dialog sessions. All the data is written to the INDX via EXPORT...TO DATABASE operation. So the size of the transferred data is from several KB up to 100 MB by one EXPORT.

 

I have started this programm on 6 different systems: dev - 1, tst - 1, pre-prod - 4. This dumps occurs not at all of them. Pre-prod systems has large and similar amount of data.

Here is the stat of multiple runs in the systems

 

DEV - OK all the time

TST - OK all the time

PRE-PROD - 2 systems - OK, 2 systems - FAILED.

 

As I said, I made really a lot of runs in different systems. That's why I consider that there is now problem in the data, but it is in the configuration of the Oracle or some profile parameters in ABAP instances.

 

Oracle specialists advised to upgrade Oracle server up to 11.2.0.4. This is long

Each Oracle is v 11.2.0.2.

 

How can I understand what is the real problem? PRE-PROD runs gives 50/50 percentage of success...

2 of PRE-PROD systems have Linux OS on the Oracle server and the other 2 have HP OS. Can it lead to the dumps?

Oracle clients on all of the ABAP servers are up-to-date.

 

Thank you for any ideas!

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

$
0
0

HI all

 

Iam installing Net weaver 7.4 SR2 on Windows Server2013R2 machine with orcale database.

My master password consist of @ symbol,

 

I was stuck in the Middle of installation of  Perform oracle Post load Step.

 

During this step installation is throwing an error , i checked br connect.log file , the log file is as below

 

BR0801I BRCONNECT 7.40 (11)

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:42:47

BR0828I Changing password for database user SAPSR3 ...

BR1628E Invalid character '@' in database password

BR0832E Changing password for user SAPSR3 failed

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:42:47

BR0804I BRCONNECT terminated with errors

 

i stoped and closed the sapinst and other sap process.

 

I tried to change the password using Sql plus and brtools by using the below commands

 

sql> alter user SAPSR3 identified by sap;

user alterd.

c:\Users\sapadmin>brconnect -u / -c -f chpass -o SAPSR3 -p sap

BR0801I BRCONNECT 7.40 (11)

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:41:00

BR0828I Changing password for database user SAPSR3 ...

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:41:00

BR0829I Password changed successfully in database for user SAPSR3

BR0830I Password changed successfully in table SAPSR3.SAPUSER for user SAPSR3

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:41:00

BR0802I BRCONNECT completed successfully

 

C:\Users\sapadmin>brconnect -u / -c -f chpass -o SAPSR3 -p sap

BR0801I BRCONNECT 7.40 (11)

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:41:00

BR0828I Changing password for database user SAPSR3 ...

 

BR0280I BRCONNECT time stamp: 2014-10-15 19:41:00

BR0829I Password changed successfully in database for user SAPSR3

BR0830I Password changed successfully in table SAPSR3.SAPUSER for user SAPSR3.

 

I restarted the Installation , but the same error persists,

can any one guide how to get rid of this Special character issue , requesting your guidance in resolving the above error.

 

Regards

Sandeep


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..

Monitoring User Activities

$
0
0

Hello everyone

 

My question is a very not complicated yet important one.

 

We suspect one the employees in our team goes through personal data and salary information of other employees she works with. Hovewer she just displays the data in PA 20 so not performing any changes.

Is there any way to list what was displayed by the users during a work day somehow?

 

Any answers will be appreciated.

Best,

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

$
0
0

Dear Experts,

 

we try to take solman backup to local disk,

when we execute brbackup from windows cmd, brbackup terminates with errors,

 

brbackup command : brbackup -u system/password u2013c u2013t offline_force u2013m sap_dir

 

here are the Errors ;

 

BR0069E File name E:\usr\sap\SLD\DVEBMGS00\data not unique - backup/verification not possible

BR0069E File name E:\usr\sap\SLD\DVEBMGS00\igs\data not unique - backup/verification not possible

BR0069E File name E:\usr\sap\SLD\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\tcTechSrvXML_DAS\servlet_jsp\DataArchivingService\root\WEB-INF\classes\com\sap\archtech\daservice\data not unique - backup/verification not possible

BR0069E File name E:\usr\sap\SLD\DVEBMGS00\j2ee\JSPM\deploy\data not unique - backup/verification not possible

BR0069E File name E:\usr\sap\SLD\DVEBMGS00\SDM\root\origin\sap.com\tc\sld\data not unique - backup/verification not possible

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

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

 

How can i prevent these errors,

 

Regards

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

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,

Accessing Oracle OLAP cubes in Analysis for OLAP using Simba MDX Provider

$
0
0

We are currently trialling SAP Business Objects, Analysis for OLAP and we are seeing errors when adding dimensions to a crosstab in Analysis for OLAP. So we are accessing Oracle OLAP cubes in Analysis for OLAP using the Simba MDX Provider and seeing a number of stability issues.

 

Is anyone out there also doing this? Have you encountered issues with this set-up and can provide some guidance on configuration, administration and settings for SAP using Oracle OLAP? It seems like the integration between SAP MDAS and Simba is generating errors.

 

We have the latest SAP Business Objects (4.1, SP04) installed and tracing turned on high for both the APS (MDAS) and Simba MDX Provider and I have read all the documentation I can find, and searched the SCN for similar threads but found nothing.

 

Here are some examples from the APS trace files:

 

com.businessobjects.framework.services.mdas.MDASInterceptor||calling [QueryServant] method [getRepresentation(ViewSpec)] message [Failed to get representation: RuntimeException occurred]

 

java.lang.NullPointerException: while trying to invoke the method com.businessobjects.multidimensional.data.result.Cell.getDataType() of a null object loaded from local variable 'cell'

 

com.businessobjects.multidimensional.services.transport.corba.MdasTransportRuntimeException: IDL:com/businessobjects/multidimensional/services/transport/corba/MdasTransportRuntimeException:1.0

 

java.lang.NullPointerException: while trying to invoke the method com.businessobjects.multidimensional.data.result.Tuple.getMemberCursor() of a null object loaded from local variable 'tuple'

 

If anyone knows any threads related to our configuration, please share. Thanks.

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


SAP_SLD_DATA_COLLECT getting hanged

$
0
0

Dear Experts,

we have scheduled SAP_SLD_DATA_COLLECT job via RZ70 in our ECC system.Most of the time it runs successfully but everyday

once it get hanged.

i checked SLD system also and everything is fine there. I have checked RFC   SLD_UC and SLD_NUC and both working fine.

what might be the issue kindly suggest.kindly find dev_wx file below

 

Environment:

SAP ECC6

Windows 2008 R2

Oracle 11.3

 

 

Warm Regards,

Sumit Jha

sapdata recommendation for AIX/Oracle

$
0
0

Hello All,

 

We would like to know what is the best practice to have 4 sapdata or 10 sapdata for Oracle filesystem and distribution of data files.

 

We have a ECC of 18TB and BW of 25 TB on AIX 6.1 and Oracle 11.2.0.3. I am looking for long term recommendation for filesystem layout of sapdata.

 

Having 10 or more sapdata for a 10 TB size database would allow parallel read from the 10 different sapdata filesystem.

 

does anybody have any recommendation for the same.

 

 

Thanks,

Dnyandev Kondekar

SAP BO BI Platform with Oracle Exadata Database 12C

$
0
0

Hello Experts!

Could you help me to understand pls information about support Oracle Exadata Database Machine in SAP BO BI Platform..

 

For SAP BO BI Platform exist PAM document say that Oracle Exadata Database supported..

Source TypeVendorSourceSource versionNetwork Layer /
Middleware Type
Query
Language
Middleware / version
RelationalOracleOracle Exadata *11OCISQLOCI Driver Version 11.1.0.6
RelationalOracleOracle Exadata *11JDBCSQLJDBC Driver Version 11.2.0.1.0

 

 

1. What does mean Source version - 11? Is this Oracle 11g ? R2 or R1?

 

2. Note 1590515 - SAP Software and Oracle Exadata. writing many limitation to use Oracle Exadata Database Machine with SAP Product.

Is this limitation influence to work  SAP BO BI Platform with  Oracle Exadata Database Machine?

 

3. And could you help me find information about which version SAP BO BI Platform will be support Oracle Exadata Database 12C?

Dispatcher not coming up after Java Stack Installation - Solaris - Oracle - EHP7

$
0
0

Dear All,

 

We have installed ERP6 EHP7 ABAP + Java stack on Solaris with Oracle Database.

 

Earlier when Only Abap Stack was installed the system was up and running but after the installation of Java stack the Dispatcher is not coming up and throwing the below error.

 

MPI: dynamic quotas disabled.

MPI init: pipes=4000 buffers=6395 reserved=1918 quota=10%

*** ERROR => shmget(10062,422085400,2016) (22: Invalid argument) [shmux.c      1529]

*** ERROR => ShmCreate(62, 422085400) failed 1 [mpixx.c      1166]

*** ERROR => DpInitMpi: MpiInit failed (1) [dpInit.c     1483]

*** DP_FATAL_ERROR => DpSapEnvInit: DpInitMpi failed

*** DISPATCHER EMERGENCY SHUTDOWN ***

 

*** ERROR => ShmCleanup(62) failed 3 [mpixx.c      4546]

MpiCleanup() -> MPI_ERROR: General error

 

aredResources: ShmCleanup 82

ShmCleanup( 82 )

ShmCreate( 82, 0, 2, 0xffffffff7fffe898 )

ShmKeyPermission( 82 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup 83

ShmCleanup( 83 )

ShmCreate( 83, 0, 2, 0xffffffff7fffe898 )

ShmKeyPermission( 83 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup 84

ShmCleanup( 84 )

ShmCreate( 84, 0, 2, 0xffffffff7fffe898 )

ShmKeyPermission( 84 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup SHM_DB_POOL

ShmCleanup( 40 )

ShmCreate( 40, 0, 2, 0xffffffff7fffe898 )

ShmKeyPermission( 40 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup SHM_POOL_0

ShmCleanup( 10 )

ShmCreate( 10, 0, 2, 0xffffffff7fffe898 )

ShmKeyPermission( 10 ) = 0740 (octal)

DpCleanupSharedResources: ShmCleanup SHM_POOL_50

ShmCleanup( 50 )

ShmCreate( 50, 0, 2, 0xffffffff7fffe948 )

ShmKeyPermission( 50 ) = 0740 (octal)

DpHalt: closing connect handles (tcp)

DpDelSocketInfo: del info for nihdl 345 (pos/type=43/1)

NiICloseHandle: shutdown and close hdl 345/sock 50/UDS sock 51

***LOG Q05=> DpHalt, DpHalt ( 20013) [dpInit.c     3563]

DpHalt: *** shutdown completed - server stopped ***

 

 

 

I have tried the following solutions but nothing work..

 

Reboot,

cleanipc 00 remove

increasing the parameter

ipc/shm_psize_10 =  1230000000

ipc/shm_psize_40 =  1070000000

 

 

Can any one please help..

 

Regards,

Letz..

ASM real world examples

$
0
0

In comments to the document Best Practices for Migration of an SAP Database to Oracle ASM, Stefan Koehler asked for statistics about the "real world adaption" with ASM and single instances in SAP environments.


As there were no replies, and the topic might be buried due to the location, I thought I would ask here.

 

I am not looking for "how to implement ASM".

 

I am not asking about "how to move a database to ASM".

 

I am asking if customers are productively using this Oracle capability in large installations.

 

Thank you.

Viewing all 1892 articles
Browse latest View live




Latest Images