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

Re: BRTOOLS - Recreate database > Create new database fails URGENT HELP

Hello Alert log for your DB will be called alert_BWD.log... the path is defined in Oracle parameter background_dump_dest (show parameter background_dump_dest) Watch out the DB version you are using is...

View Article


Re: BRTOOLS - Recreate database > Create new database fails URGENT HELP

you can find the alert log in /oracle/<SID>/saptrace/background/alert_<SID>/.log/oracle/BWD/saptrace/background/alert_BWD.log

View Article


Monitor the online backup progress in Oracle 11g (RMAN)

Hi, is there  a simple way to see the progress of the online backp for oracle? We are using oracle 11g and using RMAN td level-0 and level-1 backups in the SAP environment(SAP Netweaver 7.01)...

View Article

Re: Monitor the online backup progress in Oracle 11g (RMAN)

you can monitor the .anf in /oracle/<SID>/sapbackup directory if you use brbackup. generally you can get the status when querying the v$session_longops via SQL Thanks ,Siva

View Article

Re: IDES NW 7.01

Hi  After click the sapserver.cmd  nothing to display and i share the file details @set cmddrive=%~d0@set cmdpath=%~p0@set rootdir=%cmddrive%%cmdpath%@cls@cscript /nologo...

View Article


Re: Monitor the online backup progress in Oracle 11g (RMAN)

Thanks Siva! I was looking for something like a script which tells me the running backup progress. Like the following script which tells the status of RMAN backup (completed/failed): col STATUS format...

View Article

Re: IDES NW 7.01

Hi Manas, Open command prompt. Traverse to path of sapserver.cmd. Type the command>sapserver.cmd Hope this helps. Regards,Deepak Kori

View Article

Re: Monitor the online backup progress in Oracle 11g (RMAN)

Siva, Can you please confirm if this script is okay to find the online backup progress col STATUS format a9select sid, serial#, sofar, totalwork, opname,round(sofar/totalwork*100,2) "% Complete"from...

View Article


Re: Monitor the online backup progress in Oracle 11g (RMAN)

Hello RakeshHave a look at this SAP note point 21618868 - FAQ: Oracle performanceYou can use that query or adapt it according to you requirements.In addition to that if you do a quick search on Google...

View Article


Re: Monitor the online backup progress in Oracle 11g (RMAN)

you can try this RMAN backup overall progress status  SELECT decode(context,1,'This Task:',2,'Agregate:','?') Context, sofar, totalwork, round(sofar/totalwork*100,2) "% Complete"FROM...

View Article

Error occured at INSERT entry into SAP table GVD_SPPARAMETER Return code 4

Hi, after a system copy base don export/import we can see this error message on target system for job SAP_PERIODIC_ORACLE_SNAPSHOT:Error occured during creation of oracle snapshot (Creation...

View Article

Re: J2EE database not available via test

Hello NibuCheck the default profile, make sure SAPDBHOST was set same as the output of hostname command.What is the output of the command hostname ? Is the output = SAPDBHOST ?I just looked at the...

View Article

Re: IDES NW 7.01

Hi all problem has been resolved after copy the software in c: drive, it working. Installation successfully completed.

View Article


Re: Error occured at INSERT entry into SAP table GVD_SPPARAMETER Return code 4

Hello,  The GVD_* tables are outdated since Oracle 10. You should unschedule this job that is running report RSORAHST. Regards http://service.sap.com/sap/support/notes/12920881411834 - DBA Cockpit:...

View Article

Re: J2EE database not available via test

Hi All, Thanks for the valuable  suggestions . Resolved the issue , we tried to  switched to node 2 and there startsap starts the DB .Then compared everything between node 1 and 2 . Found some...

View Article


Re: Sqlplus "/as sysoper " : ORA-01031

Hi Suneeth, check $ORACLE_HOME/rdbms/lib config.c which looks something like this: /* SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access. *//* Refer to the Installation and User's...

View Article

Re: Sqlplus "/as sysoper " : ORA-01031

Hi Deepak, The config.c file seems to be setup correctly. [oracle@hometest lib]$ more config.c #define SS_DBA_GRP "dba"#define SS_OPER_GRP "oper"#define SS_ASM_GRP ""  char *ss_dba_grp[] = {SS_DBA_GRP,...

View Article


Re: Sqlplus "/as sysoper " : ORA-01031

you can try the below option 1) Check the permissions on the Oracle executable:          % cd $ORACLE_HOME/bin    % ls -l oracle                 ('ls -n oracle' should work as well)    The permissions...

View Article

Re: Sqlplus "/as sysoper " : ORA-01031

Hi SivaKumar, 1] The permissions for the oracle executable are set correctly.[oracle@hometest lib]$ cd $ORACLE_HOME/bin[oracle@hometest bin]$ ls -lrt oracle-rwsr-s--x 1 oracle oinstall 232769539 Mar 15...

View Article

Re: Oracle Advanced Compression - Performance

Hi Fidel and Stefan, Thank you so much for your feedback. In regards the number of columns in my case the table doesn't reach the 255 columns limitation actualy it has 225 columns and per the Oracle...

View Article
Browsing all 5847 articles
Browse latest View live


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