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

ORA-01408:such column list already indexed error 'SAPDFACT' import package

$
0
0

Dear Experts,

 

SAP System Copy failed due to ABAP Import error "ORA-01408:such column list already indexed  " on SAPDFACT' package.

SAP Package : ECC 6/ ERP

OS : Windows 2003 64 bit R2

DB: Oracle 10g

HW : VmWare

 

Please find the below details I collected from my system and requesting your assistance.

 

 

************************************************************************************************************************************************

Error from SAPDFACT.log is below.

-


 

DbSl Trace: ORA-1408 occurred when executing SQL statement (parse error offset=57)

 

(DB) ERROR: DDL statement failed

(CREATE  INDEX "/BI0/E0FIGL_C01~P" ON "/BI0/E0FIGL_C01" ( "KEY_0FIGL_C01P" ,

 

"KEY_0FIGL_C01T" , "KEY_0FIGL_C01U" , "KEY_0FIGL_C011" , "KEY_0FIGL_C012" , "KEY_0FIGL_C013"

 

) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001

 

MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )

DbSlExecute: rc = 99

  (SQL error 1408)

  error message returned by DbSl:

ORA-01408: such column list already indexed

(DB) INFO: disconnected from DB

************************************************************************************************************************************************

SAPDFACT.TSK Status

-


T /BI0/E0FIGL_C01 C ok

D /BI0/E0FIGL_C01 I ok

P /BI0/E0FIGL_C01~0 C ok

I /BI0/E0FIGL_C01~01 C ok

I /BI0/E0FIGL_C01~02 C ok

I /BI0/E0FIGL_C01~03 C ok

I /BI0/E0FIGL_C01~04 C ok

I /BI0/E0FIGL_C01~05 C ok

I /BI0/E0FIGL_C01~06 C ok

I /BI0/E0FIGL_C01~P C err

T /BI0/F0FIGL_C01 C xeq

D /BI0/F0FIGL_C01 I xeq

P /BI0/F0FIGL_C01~0 C xeq

I /BI0/F0FIGL_C01~01 C xeq

I /BI0/F0FIGL_C01~02 C xeq

I /BI0/F0FIGL_C01~03 C xeq

I /BI0/F0FIGL_C01~04 C xeq

I /BI0/F0FIGL_C01~05 C xeq

I /BI0/F0FIGL_C01~06 C xeq

************************************************************************************************************************************************

/BI0/E0FIGL_C01 INDEX

-


SQL> connect sapsr3 /as sysdba

Enter password:

Connected.

SQL> select index_name from dba_indexes where index_name like '/BI0/E0FIGL_C01%'

;

 

INDEX_NAME

-


/BI0/E0FIGL_C01~0

/BI0/E0FIGL_C01~01

/BI0/E0FIGL_C01~02

/BI0/E0FIGL_C01~03

/BI0/E0FIGL_C01~04

/BI0/E0FIGL_C01~05

/BI0/E0FIGL_C01~06

 

7 rows selected.

 

SQL>

 

***************************************************************************************************************************************************

 

Thanks and Regards,

Jebin Sebastian


orabrcopy error - Error loading Oracle JDBC driver

$
0
0

Hello,

 

I want to perform a SAP system copy (homogeneous) with Oracle 11.2g in a Windows Server 2012. The source SAP system is running with Oracle 11.2g in a Windows Server 2003.

 

The problem... is when I try to execute the orabrcopy tool (in the source server) which is as you know, the tool that generate the control.sql file, it show me the following error:

I:\orabrcopy>"C:\j2sdkx64\bin\java.exe" -showversion -cp ".\.;.\orabrcopy.jar;E:\oracle\DEV\11204\jdbc\lib\ojdbc14.jar" com.sap.inst.lib.app.SecureStartup "" com.sap.inst.orabrcopy.OraBRCopy -oracleHome "E:\oracle\DEV\11204" -sourceSid "DEV" -generateFiles -forceLogSwitches -targetSid DEV -password #devsystem -listenerPort 1527

java version "1.4.2_42" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_42-b03)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_42-b03, mixed mode)

 

Required system resources are missing or not available:

  Error loading Oracle JDBC driver.

 

In the orabrcopy guide, I read the following prerequisites:

 

10-03-2016 19.30.56.jpg

 

- I have installed in the server the JRE version 1.4.2 as you can see in the following information:

I:\orabrcopy>java -fullversion

java full version "1.4.2_42-b03"

 

- The JAVA_HOME environment variable is set with the correct path: C:\j2sdkx64

 

- I´m running this with <sapsid>adm user (which belongs to the Oracle DBA group)

 

- In the <ORACLE_HOME>/jdbc/lib I have the file classes12.jar as you can see in the following image:

10-03-2016 19.45.14.jpg

- Both services... oracle database and listener are started.

 

So... I can´t understand what is wrong with this!! Why it show me the error:

 

Required system resources are missing or not available:

  Error loading Oracle JDBC driver.


Can you help me please? (This is urgent)


Best regards,

João Dimas

Database Analyser

$
0
0

Hi Experts

We are running on an Oracle DB witgh Oracle DB Optimizer - but my issue is that the optimizer dont alway pick the most effective index and we need to use the HINT. Is it possible to switch of the indexing functionality on the optimizer.

 

Thanks

C-CEE 110_604 Upgrade support package from 21 to 28

$
0
0

Hi Gurus,

 

Im using ERP ECC 6.06 with SAP_BASIS 731 SP5, SAP_APPL 606 SP5,

and planning to upgrade component C-CEE 110_604 support package from 21 to 28.

can we directly using SPAM ? any per-requisite that need to take concern

please advise.

 

Thanks

Regards

Lowis

Error during the SAP System Copy - System call failed. Error 3 (The system cannot find the path specified. ) in execution of system call 'CreateDirectory' with parameter

$
0
0

Hello,

 

I´m performing a SAP homogeneous system copy using the software provisioning manager (70SWPM version) with a Oracle DB 11.2 (11.2.0.4) in Windows Server 2012 (R2).

 

Now I´m facing an error during the installation/system copy in the target server in the phase "Oracle Backup/Restore database - control.sql".

11-03-2016 18.41.03.jpg

 

In the log files I see the following error:

 

An error occurred while processing option SAP Business Suite 2005 > SAP ERP 6.0 Support Release 3 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP > Central System( Last error reported by the step: System call failed. Error 3 (The system cannot find the path specified. ) in execution of system call 'CreateDirectory' with parameter (I:\, NULL), line (821) in file (d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcpath.cpp), stack trace: d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\ejscontroller.cpp: 181: EJSControllerImpl::executeScript() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\jsextension.hpp: 1136: CallFunctionBase::call() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\osmod\iaxxcfile.cpp: 183: iastring CIaOsFileConnect::callMemberFunction(iastring const& name, args_t const& args) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\osmod\iaxxcfile.cpp: 1671: iastring CIaOsFileConnect::createDirectoryFromPath(args_t const& _args) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\osmod\iaxxbfile.cpp: 674: CIaOsFile::createDirectoryFromPath_impl() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxcfsmgt.cpp: 476: CSyFileSystemMgtImpl::createDirectory(I:/oracle/DEV) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxcpath.cpp: 1367: createMissingParentDirectories(I:/oracle/DEV) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcpath.cpp: 808: CSyPath::createDirectory() .). You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue later.

Log files are written to C:\Program Files/sapinst_instdir/BS2005/ERP60SR3/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/.

 

 

There is something strange in this log file, as you see it mention some lines with the statement "... (I:/oracle/DEV)..." and I can´t understand why it´s using this path because in the target server I don´t have that disk (I:) in my filesystem, I only see that in source server. I already checked the control.sql and init<SID>.ora files and I don´t see any reference to I: disk or paths, therefore I don´t get it!

 

 

I can´t understand what is wrong here... can you help me please?

 

 

Best regards,

João Dimas

Full form of BASIS

$
0
0

Hi,

 

Can anybody let me know the full form of BASIS?

 

Thanks in advance

sanjay

How to find actual trnasmission time in SOST .

$
0
0

Hi Team,

 

Someone accidently triggered SAP connect job  in our quality environment. We have canceled job within 2 minutes. Now we are in process of finding the emails which got sent due to this job. When I goto SOST and serch sent transmission it is showing send date only which is the date when message was created.  and showing the exact date of transmission.

 

When I Double click on status it gives me transmission date and time. Is there any table from where I can find exact time when the mail got send from system.

Erro during the SAP System Copy - unable to assign default tablespace to user: SAPSR3 (ORA-01920)

$
0
0

Hello,

 

DB: Oracle 11.2g (11.2.0.4)

OS: Windows Server 2012 (R2)

 

I´m doing a homogeneous system copy and during the software provisioning manager tool, in target server, it stopped with the following error in the phase "Adapt database schema":

14-03-2016 11.09.15.jpg

 

I checked the log files and this is the output of them:

 

- ora_sql_results.log:

 

...

.  Oracle Version:       11.2.0.4.0

.  Parametervalue os_authent_prefix:   OPS$

.  Schema Id:       SR3
.  Database User (Schema):       SAPSR3
.  SAP R/3 Administrator:       OPS$PTDIR\DEVADM
.  SAP R/3 Serviceuser:        OPS$PTDIR\SAPSERVICEDEV

.  ASM Parameter:

.  Create SAPUSER env:       0
.  Domain/Host:        PTDIR

.

CREATE user done: SAPSR3

unable to assign default tablespace to user: SAPSR3

begin

*

ERROR at line 1:

ORA-01920: user name 'SAPSR3' conflicts with another user or role name

ORA-06512: at line 103

 

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

 

SAPINST: End of output of SQL executing program E:\oracle\DEV\11204/bin/sqlplus.

 

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

 

2016-03-14, 12:07:56 SAPINST ORACLE stop logging

 

 

- alert_<sid>.log:

 

...

USER (ospid: 2100): terminating the instance due to error 119

Instance terminated by USER, pid = 2100

Mon Mar 14 11:36:26 2016

Starting ORACLE instance (normal)

Specified value of sga_max_size is too small, bumping to 872415232

LICENSE_MAX_SESSION = 0

LICENSE_SESSIONS_WARNING = 0

...

 

 

I also checked the dba_users table and this is the output:

14-03-2016 11.29.51.jpg

 

 

Can you please help me to correct this error?

 

 

Best regards,

João Dimas


lsnrctl "listener supports no services" message

$
0
0

(i couldn't get my screenshots to show up - so see attached file for those)

==

Hi Folks –

I have a technical question regarding Oracle TNS config for an SAP system.  From time to time I see this problem and want to get a deeper understanding of how it works.

 

So for example below we had an NW70 system running on 11204 Oracle (same question here applies to any SAP on oracle).  We also had a HA cluster on unix involved – so 2 unix cluster node servers (g1u3055c/g2u2187c) and some remote sap application servers as well.

 

The DB was up/running on the g2u2187c node shown below.  Obviously in order for SAP to be able to start it has to connect properly to the DB level – and this is where the oracle TNS config comes into play.  So we check this w/ “R3trans –d” as <sid>adm user on the unix server where the DB was running.  In this case that was failing w/ an ora-12514 type of TNS error.

 

Next on the DB server (g2u2187c) I tried to see whether the listener was up/running by checking for an o/s level PID and found this

 

So next as ora<sid>user on same server I wanted to see the output of “lsnrctl status <listener name>” (here listener name was what I saw running at the o/s level – e.g. LISTENER_PRX) – and below is what that showed – NOTE that the msg “The listener supports no services” is shown!

 

>> to add – as <sid>adm here – I had checked its environmental variables to see whether TNS_ADMIN was set – and it was NOT – so in this case the SAP user <sid>adm was simply taking the TNS oracle config info from the oracle default location ($ORACLE_HOME/network/admin)

 

I know that “R3trans –d” for sidadm will never work unless the aforementioned “lsnrctl status….” command output shows a service for that SID.  So fixing that in these cases is clearly the next step.  And I am aware that the fix is some combination of checking the listener.ora, tnsnames.ora config and possibly restarting the oracle listener.

 

My question:  can anyone provide concrete steps technically that lead to the “listener supports no services” output shown above and how to fix? (like when this command is run, what is it doing behind the scenes exactly…….by knowing that, I’d know better what exactly to check/change in those TNS files)

Thanks

SAP Converting from single database to Oracle RAC

$
0
0

Hi All,

 

 

     Window Server 2012 R2 Std

     Oracle 12c

     SAP ECC 6.0

 

     We are planning to implement Oracle Rac in our existing SAP System.

     I have already searched for converting to oracle rac. I posted here I hope that I can get additional referrence from you experts.

 

 

Thanks,

Multiple instance in Oracle RAC ASM

$
0
0

Dear Experts,

 

We have a oracle RAC ASM with two SAP db instance currently running. We are now planning to install another db instance on it. The database instance already exist are XX1, YY1 & we are planning to install ZZ1.

 

So my question is during ZZ1 installation what are the points I have to take notice so that it will not effect the others in the RAC. In sapinst in the below option which we have to select, whether i have to select MCOD or Install database (recreate if exist)

222.jpg

 

For Oracle_HOME for grid I have to share the same location of grid which I choose for other instances or something different

 

222.jpg

 

 

In the RAC parameters I gave the SID of the new system ZZ1

 

222.jpg

 

 

 

Kindly advise.

 

Regards,

Jituda

SXMSCLUP (Archive/Delete) - Undo space in LOB

$
0
0

I've openned a ticket with SAP, but I figured I would get additional input

 

 

 

My SXMSCLUP LOB segment continues to grow. We are successfully running the archive/deletion process successfully. We've noted that even though data is deleted is  still saved in the LOB segment; I believe this is the source of the unexpected growth.

 

SXMB_ADM there is a parameter Deletion PERSIST_DURATION HISTORY; the lowest this can be set is 7 days. (We generate tons of messages mostly due to FSCM Credit Worthiness calls).

 

 

 

How are others managing this table in a highly transactional system? This table is constantly in flux, I'm not sure why SAP would put data in a lob segment given the amount of changes.

 

 

 

*I have logging turned on, unfortunately its "all or nothing" if I could avoid logging the FSCM calls it would be a great help, but I have not seen the functionality to "choose" which messages to log.

 

 

 

Thanks

Error during the SAP System Copy - Start Instance phase (ORA-01017: invalid username/password; logon denied)

$
0
0

Hello,

 

DB: Oracle 11.2g (11.2.0.4)

OS: Windows Server 2012 (R2)

 

I´m doing a homogeneous system copy and during the target server installation/copy, the software provisioning manager stopped with an error during the phase "Start Instance":

14-03-2016 13.57.36.jpg

 

I checked the SAPMMC console and in fact the disp+work.EXE is stopped (with grey color).

 

 

I checked the log file dev_disp and I see the following error:

...

Mon Mar 14 16:27:59 2016

*** ERROR => DpHdlDeadWp: W9 (pid 3912) died (severity=0, status=0) [dpxxwp.c     1746]

...

 

Then I checked the dev_w9 log file and I see the following errors:

...

C Mon Mar 14 16:26:47 2016

C     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:

C     ORA-01017: invalid username/password; logon denied                                                                           

C  OCISessionBegin(con=0, svc=035BEA60, srv=035C2120='DEV'): start session usr=035D1260='SAPSR3', rc=1017

C  OCIHandleFree(con=0, svc=035BEA60): Free session hdl usr=035D1260

C  OCIServerDetach(stale2 con=0, svc=035BEA60, srv=035C2120='DEV') successfully detached

C  OCIHandleFree(con=0, svc=035BEA60): Server handle srv=035C2120 freed

C  OCIHandleFree(con=0): Service svc=035BEA60 freed (i=0).

C  rc=1017 -> Trying to reattach to server 'DEV'

C  OCIHandleAlloc(con=0): Service svc=035BEA60 created, rc=0

C  OCIServerAttach(con=0, svc=035BEA60): New server hdl. srv=035C2120 attached to 'DEV'

C Mon Mar 14 16:27:49 2016

C     OCISessionBegin(OCI_DEFAULT) failed with SQL error 3113:

C     ORA-03113: end-of-file on communication channel                                                                              

C  OCISessionBegin(con=0, svc=035BEA60, srv=035C2120='DEV'): start session usr=035D1260='SAPSR3', rc=3113

C  OCIHandleFree(con=0, svc=035BEA60): Free session hdl usr=035D1260

C  OCIServerDetach(stale2 con=0, svc=035BEA60, srv=035C2120='DEV') successfully detached

C  OCIHandleFree(con=0, svc=035BEA60): Server handle srv=035C2120 freed

C  OCIHandleFree(con=0): Service svc=035BEA60 freed (i=1).

C  *** ERROR => CONNECT failed with SQL error '3113'

[dbsloci.c    16104]

B  ***LOG BV3=> severe db error 3113; work process is stopped [dbsh         1241]

B  ***LOG BY2=> sql error 3113   performing CON [dblink       544]

B  ***LOG BY0=> ORA-03113: end-of-file on communication channel [dblink       544]

M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1538]

M  in_ThErrHandle: 1

M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   11614]

M  Info for wp 9

...

 

 

I also ran the R3trans -d with <sid>adm operation system user and I also see the same errors:

4 ETW000 r3trans version 6.24 (release 721 - 31.07.15 - 14:39:42).

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time   : 14.03.2016 - 16:24:18

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: r3trans -d

4 ETW000  trace at level 1 opened for a given file pointer

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:18 2016

4 ETW000  [     dev trc,00000]  Loading DB library 'dboraslib.dll' ...

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:19 2016

4 ETW000  [     dev trc,00000]  Library 'dboraslib.dll' loaded

4 ETW000  [     dev trc,00000]  Version of 'dboraslib.dll' is "721.02", patchlevel (0.600)

4 ETW000  [     dev trc,00000]  con_info_ext_support(): DBSL supports extended connect protocol

4 ETW000                          ==> connect info for default DB will be read from ssfs

4 ETW000  [     dev trc,00000]  dbs/ora/stmt_cache_size = 250

4 ETW000  [     dev trc,00000]  Register application info.

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:20 2016

4 ETW000  [     dev trc,00000]  Oracle client version: 11.2.0.4.0, (dbsl 721 180915, non-unicode)

4 ETW000  [     dev trc,00000]  Detailed Oracle client (patch) info not available.

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:22 2016

4 ETW000  [     dev trc,00000]  Client NLS setting (by OCINlsGetInfo(con=0)): 'AMERICAN_AMERICA.WE8DEC'

4 ETW000  [     dev trc,00000]  Connecting as SAPSR3/<pwd>@DEV on connection 0 (nls 0) ... (dbsl 721 180915, non-unicode)

4 ETW000  [     dev trc,00000]  OCIHandleAlloc(con=0): Service svc=04132B40 created, rc=0

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:25 2016

4 ETW000  [     dev trc,00000]  OCIServerAttach(con=0, svc=04132B40): New server hdl. srv=04136190 attached to 'DEV'

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:36 2016

4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:

4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                           

4 ETW000  [     dev trc,00000]  OCISessionBegin(con=0, svc=04132B40, srv=04136190='DEV'): start session usr=041451D0='SAPSR3', rc=1017

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0, svc=04132B40): Free session hdl usr=041451D0

4 ETW000  [     dev trc,00000]  OCIServerDetach(stale2 con=0, svc=04132B40, srv=04136190='DEV') successfully detached

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0, svc=04132B40): Server handle srv=04136190 freed

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0): Service svc=04132B40 freed (i=0).

4 ETW000  [     dev trc,00000]  rc=1017 -> Trying to reattach to server 'DEV'

4 ETW000  [     dev trc,00000]  OCIHandleAlloc(con=0): Service svc=04132B40 created, rc=0

4 ETW000  [     dev trc,00000]  OCIServerAttach(con=0, svc=04132B40): New server hdl. srv=04136190 attached to 'DEV'

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:46 2016

4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:

4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                           

4 ETW000  [     dev trc,00000]  OCISessionBegin(con=0, svc=04132B40, srv=04136190='DEV'): start session usr=041451D0='SAPSR3', rc=1017

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0, svc=04132B40): Free session hdl usr=041451D0

4 ETW000  [     dev trc,00000]  OCIServerDetach(stale2 con=0, svc=04132B40, srv=04136190='DEV') successfully detached

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0, svc=04132B40): Server handle srv=04136190 freed

4 ETW000  [     dev trc,00000]  OCIHandleFree(con=0): Service svc=04132B40 freed (i=1).

4 ETW000  [dbsloci.c   ,00000]  *** ERROR => CONNECT failed with SQL error '1017'

4 ETW000  [     dev trc,00000]  Mon Mar 14 16:24:47 2016

4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 1017   performing CON

4 ETW000  [    dblink  ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied

2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'DEV'"

 

I already faced this ORA error in other situations but know I can´t understand what is wrong and how to correct it!

 

I read the sap note 1576837 - ORA-01017: invalid username/password; but I can´t understand which scenario applies to my specific case!

 

I checked the database users (select username, account_status from dba_users;) and I don´t see anything wrong :

14-03-2016 15.52.53.jpg

 

Any tips? Can you help me please to understand what is wrong here and how to correct this error?

 

 

Kind regards,

Thank you,

João Dimas

Tables not getting updatd after running full stats

$
0
0

HI Folks,


Could anyone please suggest  how to proceed  further if the full stats command brconnect -c -u / -f stats -t all –f collect -p 4 has not updated the tables in ECC system.


Regards,

Sharma TVK

Deadlock error WARNING => MtxLock 7f4022f83fd8 RQ_Q_QUE owner=39 deadlock ? [mtxxx.c 2576]

$
0
0

Hi All,

 

Our SAP instance is terminating with the following error.

I have checked with the note 1966321, it says that to do the latest kernel patch.

Our kernel patch is 2 years old.

The system was running fine without any issue.

I need to know whether the kernel patch will do the trick?

 

Regards,

Karthik.R


Error with SAP 46B (46D kernel) start ORA-8103 occurred; SQL statement

$
0
0

Dear All,

 

I 'm getting above error in dew_v0.

 

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

trc file: "dev_w0", trc level: 1, release: "46D"

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

*

*  ACTIVE TRACE LEVEL           1

*  ACTIVE TRACE COMPONENTS      all, M

*

B Fri Mar 18 00:41:44 2016

B  create_con (con_name=R/3)

B  Loading DB library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' ...

B  Library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' loaded

B  Version of library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2099)

B  New connection 0 created

M  relno      4640

M  patchlevel 0

M  patchno    1674

M  intno      0

M  pid        2596

M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2596) [dpxxdisp.c   958]

I  MtxInit: -2 0 0

X Fri Mar 18 00:41:45 2016

X  EmInit: MmSetImplementation( 2 ).

X  <ES> client 0 initializing ....

X  Using implementation std

M  <ES> Memory Reset enabled

X  ES initialized.

M Fri Mar 18 00:41:46 2016

M  ThSysUsrCheck: clear T0

M  calling db_connect ...

C  Got ORACLE_HOME=E:\oracle\ora920 from environment

C Fri Mar 18 00:41:47 2016

C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment

C  Logon as OPS$-user to get SAPR3's password

C  Connecting as /@PRD on connection 0 ...

C Fri Mar 18 00:41:55 2016

C  Now I'm connected to ORACLE using OCI_7 API

C  Got SAPR3's password from table SAPUSER

C  Disconnecting from connection 0 ...

C Fri Mar 18 00:41:57 2016

C  Now I'm disconnected from ORACLE

C  Try to connect with the password I got from OPS$-user

C  Connecting as SAPR3/<pwd>@PRD on connection 0 ...

C Fri Mar 18 00:41:58 2016

C  Now I'm connected to ORACLE using OCI_7 API

C Fri Mar 18 00:41:59 2016

C  Database instance prd is running on SAPPROD with ORACLE version 9.2.0.8.0 since 20160318

B  Connection 0 opened

B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time

B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20160318 004146

M  db_connect o.k.

I Fri Mar 18 00:42:11 2016

I  MtxInit: 0 0 0

X  EmInit: MmSetImplementation( 2 ).

X  <ES> client 0 initializing ....

X  Using implementation std

X  ES initialized.

B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 23

M  rdisp/reinitialize_code_page -> 0

M  PfReadDBVersion: use compatibility mode for stat-files

S  *** init spool environment

S  initialize debug system

T  Stack direction is downwards.

T  debug control: prepare exclude for printer trace

T  new memory block 0637B020

S Fri Mar 18 00:42:12 2016

S  spool kernel/ddic check: Ok

S  using table TSP02FX for frontend printing

S  1 spool work process(es) found

S  frontend print via spool service enabled

S Fri Mar 18 00:42:15 2016

S  printer list size is 150

S  printer type list size is 50

S  queue size (profile)   = 300

S  hostspool list size = 3000

S  option list size is 30

S      found processing queue enabled

S  found spool memory service RSPO-RCLOCKS at 241A0098

S  doing lock recovery

S  setting server cache root

S Fri Mar 18 00:42:16 2016

S  found spool memory service RSPO-SERVERCACHE at 241A05D8

S    using messages for server info

S  immediate print option for implicitely closed spool requests is disabled

A  ---PXA-------------------------------------------

A  PXA INITIALIZATION

A  Attached to PXA (address 24260040, size 154298K)

A  abap/pxa = shared

A  PXA INITIALIZATION FINISHED

A  ---PXA-------------------------------------------

A  RFC Destination> destination SAPPROD_PRD_00 host SAPPROD system PRD systnr 0 (SAPPROD_PRD_00)

A  RFC Options> H=SAPPROD,S=00

A Fri Mar 18 00:42:18 2016

A  RFC rfc/dump_client_info not set, use default -1

A  RFC Method> initialize RemObjDriver for ABAP Objects

M  SsfSapSecin: putenv(SECUDIR=E:\usr\sap\PRD\DVEBMGS00\sec): ok

M  =================================================

M  === SSF INITIALIZATION:

M  ===...SSF Security Toolkit name SAPSECULIB .

M  ===...SSF trace level is 0 .

M  ===...SSF library is E:\usr\sap\PRD\SYS\exe\run\sapsecu.dll .

M  ===...SSF hash algorithm is SHA1 .

M  ===...SSF symmetric encryption algorithm is DES-CBC .

M Fri Mar 18 00:42:21 2016

M  ===...sucessfully completed.

M  =================================================

C Fri Mar 18 00:42:33 2016

C  *** ERROR => ORA-8103 occurred; SQL statement is ==>

[dbsloci.c    8749]

C  SELECT "FUNCNAME" , "PNAME" , "INCLUDE" , "FREEDATE" , "APPL" , "MAND" , "FMODE" , "HOST" , "UTASK" \

C  FROM "TFDIR" WHERE "FUNCNAME" = :A0;

B  ***LOG BY4=> sql error 8103   performing SEL on table TFDIR      [dbtrtab 6295 ]

B  ***LOG BY0=> ORA-08103: object no longer exists

[dbtrtab 6295 ]

M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   10619]

A Fri Mar 18 00:42:50 2016

A  ** RABAX:  level LEV_SN_C_STACK failed.

A  Fri Mar 18 00:42:50 2016

A  ABAP/4 Program SAPMSSYD                                .

A  Source SAPMSSYD                                 Line 98.

A  Error Code DBIF_RTAB_SQL_ERROR.

A  Module  $Id: //bas/46D/src/krn/runt/ablink.c#3 $ SAP.

A  Function ab_tfdir Line 139.

A  &INCLUDE DBIF_RSQL_SQL_ERROR.

M Fri Mar 18 00:42:51 2016

M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   10619]

B Fri Mar 18 00:42:59 2016

B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:46D.00]):

B   max_blocking_factor =   5,  max_in_blocking_factor      =1000,

B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,

B   prefer_union_all    =   0,  prefer_union_for_select_all =   0,

B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,

B   convert AVG         =   0,  alias table FUPD            =   0,

B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,

B   select *            = 0x3,

B   use_hints           = abap->1, dbif->1, upto->4294967295, rule_in->0,

B                         rule_fae->0, concat_fae->0, concat_fae_or->0

 

 

Regards

Vasek

SOFFCONT1 table reorganization error

$
0
0

HI,

We have 1.5 TB SOFFCONT1 table which is having log segment and want to

reduce the size and run reports as suggested by SAP Notes but not able

toreorg the same due to error while doing reorg by BRTOOLS.


 

I have run the following command:-

brspace -u / -c force -f tbreorg -a reorg -o SAPRP1 -s PSAPRP1 -t

SOFFCONT1 -n PSAPRP1SOFF -e 16 -KST

 

Ouutput error:-

BR0280I BRSPACE time stamp: 2014-07-04 19.43.41

BR1101I Starting 'online' table reorganization...

BR0280I BRSPACE time stamp: 2014-07-04 19.43.42

BR1124I Starting 'online' reorganization of table SAPRP1.SOFFCONT1 ...

BR0280I BRSPACE time stamp: 2014-07-04 19.44.03

BR0301E SQL error -42008 at location tab_onl_reorg-39, SQL statement:

'BEGIN DBMS_REDEFINITION.START_REDEF_TABLE (UNAME => '"SAPRP1"',

ORIG_TABLE => '"SOFFCONT1"', INT_TABLE => '"SOFFCONT1#$"', OPTIONS_FLAG

=> DBMS_REDEFINITION.CONS_USE_PK); END;'

ORA-42008: error occurred while instantiating the redefinition

ORA-01405: fetched column value is NULL

ORA-06512: at "SYS.DBMS_REDEFINITION", line 56

ORA-06512: at "SYS.DBMS_REDEFINITION", line 1488

ORA-06512: at line 1

BR0280I BRSPACE time stamp: 2014-07-04 19.44.05

BR1106E Reorganization of table SAPRP1.SOFFCONT1 failed



 

 

This is not specific to the table i have also upgrade the BRTOOLS but

issue not getting resolved still same error coming.

please suggest.

 

Regards:

Akash Ahuja

Error reorg table with brspace

$
0
0

Hi everybody,

 

I was trying to reorganize a table with brspace and I got the next error:

 

BR0280I BRSPACE time stamp: 2013-03-27 12.19.49

BR1101I Starting 'online' table reorganization...

BR0280I BRSPACE time stamp: 2013-03-27 12.19.50

BR1124I Starting 'online' reorganization of table SAPSR3.SWW_WI2OBJ ...

BR0280I BRSPACE time stamp: 2013-03-27 12.19.51

BR0301E SQL error -42008 at location tab_onl_reorg-39, SQL statement:

'BEGIN DBMS_REDEFINITION.START_REDEF_TABLE (UNAME => '"SAPSR3"', ORIG_TABLE => '"SWW_WI2OBJ"', INT_TABLE => '"SWW_WI2OBJ#$"', OPTIONS_FLAG => DBMS_REDEFINITION.CONS_USE_PK); END;'

ORA-42008: error occurred while instantiating the redefinition

ORA-22060: argument [] is an invalid or uninitialized number

ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 1613

ORA-06512: at line 1

ORA-06512: at "SYS.DBMS_REDEFINITION", line 56

ORA-06512: at "SYS.DBMS_REDEFINITION", line 1490

ORA-06512: at line 1

 

The options I put in brspace were:

 

Options for reorganization of tables: SAPSR3.SWW_WI2OBJ (degree 1)

1 * Reorganization action (action) ............ [reorg]
2 - Reorganization mode (mode) ................ [online]
3 - Create DDL statements (ddl) ............... [yes]
4 ~ New destination tablespace (newts) ........ []
5 ~ Separate index tablespace (indts) ......... []
6 - Parallel threads (parallel) ............... [1]
7 ~ Table/index parallel degree (degree) ...... []
8 ~ Category of initial extent size (initial) . []
9 ~ Sort by fields of index (sortind) ......... []
10 # Index for IOT conversion (iotind) ......... [FIRST]
11 - Compression action (compress) ............. [none]
12 # LOB compression degree (lobcompr) ......... [medium]
13 # Index compression method (indcompr) ....... [ora_proc]

 

I suppose there are a wrong option, but I used the same in the developper system

 

Brtools are the same in both systems: 7.20 (23)

 

Does anybody know what is the problem?

 

Regards.

ORA-01507: database not mounted during the DBUA wizard (Oracle Update)

$
0
0

Hello,

 

SAP: SAP ERP 6.0

DB: Oracle 10.2g

OS: Windows Server 2003 X64

 

I´m doing an update (Patch Set Update) to our oracle database from the version 10.2.0.2 to 10.2.0.5.

 

I´m following the readme file that is inside of oracle 10.2.0.5 media. I ran the Oracle Universal Installer and it finished with a successfully message as you can see in the following image:

 

21-03-2016 11.13.24.jpg

21-03-2016 11.21.11.jpg

 

So... as you may know, the second phase I need to run the DBUA, this is, next to this task I must run the Oracle Database Upgrade Assistant (DBUA) wizard to complete the oracle update activity and is in that specific task/wizard that I´m facing one error... I weird error.

 

I start well the DBUA wizard, without problems... and it show me the following:

21-03-2016 11.36.10.jpg

21-03-2016 11.36.32.jpg

... the error ORA-01507: database not mounted

21-03-2016 11.37.42.jpg

ORA-01507: database not mounted

 

DBUA thinks this is a Rerun operation and is trying to connect to the database with oracle home E:\oracle\PRD\102. If you believe this is not a Rerun operation, remove the below file and invoke DBUA again.

E:\oracle\PRD\102\cfgtoollogs\dbua\logs\Welcome_PRD.txt

 

I tried to find that specific file that is mentioned in the error message (Welcome_PRD.txt) in that specific location but unfortunately I don´t see that file in that specific path . I only see two files, sqls.log and trace.log!

 

The database services are started:

21-03-2016 12.27.22.jpg

 

I went to SQL Plus and I ran some commands (such as select * from v$database; SELECT * from v$version; select status from v$instance;) and this is the output of them:

21-03-2016 12.29.57.jpg


So... can you help me please in way to understand what´s the problem and how to overcome this error, because I need to run the DBUA to finish the oracle Patchset update (10.2.0.2 to 10.2.0.5)!



Can you help me please? Thank you

 

 

Best regards,

João Dimas

Hyperion integration with BOBJ 4.1

$
0
0

Hi All,

 

Hyperion integration with BOBJ 4.1 Support Pack 4 Patch 7.

 

Please explain about the process like which Hyperion client and server need install,setup env variables and JAR files.

 

 

Advance thanks

 

Regards,

Sreekantha.

Viewing all 1892 articles
Browse latest View live




Latest Images