Archival process not running on physical stand by

for physical stand by database we dont have archival process not running. but both primary and stand by database are in sync.
though log_archive_max_processes is set 2.
any help appriciated.

BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
and
select process, client_process, sequence#, status from v$managed_standby;
PROCESS CLIENT_P SEQUENCE# STATUS
MRP0 N/A 4930 WAIT_FOR_LOG
RFS UNKNOWN 0 IDLE
it doesnt shiw any archival process running.

Similar Messages

  • Process not running

    I'm stumped. I have a really odd situation. Any help is appreciated...I've deleted the page, reloaded the app, deleted all the processes and recreated them...all to no avail.
    I have about 20 after submit processes. Everything seems to look OK. However, a couple of the processes don't seem to be executing and others are executing but not listed in the debug on the page.
    Example of debug:
    0.03: ...Process "Get PK for PHYSICAL_INTERFACE_ID Create/Create Another": PLSQL (AFTER_SUBMIT) declare function get_pk return varchar2 is begin for c1 in (select PHYSICAL_INTERFACE_ID_SEQ.nextval next_val from dual) loop return c1.next_val; end loop; end; begin :P780_PHYSICAL_INTERFACE_I
    0.03: ...Session State: Saved Item "P780_PHYSICAL_INTERFACE_ID" New Value="32"
    0.04: ...Do not run process "Get PK for PHYSICAL_INTERFACE_ID Create/Done", process point=AFTER_SUBMIT, condition type=, when button pressed=CREATE
    0.04: ...Process "Get PK for VIRTUAL_INTERFACE_ID Create/Create Another": PLSQL (AFTER_SUBMIT) declare function get_pk2 return varchar2 is begin for c1 in (select VIRTUAL_INTERFACE_ID_SEQ.nextval next_val from dual) loop return c1.next_val; end loop; end; begin :P780_VIRTUAL_INTERFACE_ID
    0.05: ...Session State: Saved Item "P780_PKG_RETURN_VALUE2" New Value="ERROR: Problem Creating Virtual Interface Table"
    0.05: ...Do not run process "Call stored procedure - Virtual Interface Create/Done", process point=AFTER_SUBMIT, condition type=, when button pressed=CREATE
    After running the process "Get PK for VIRTUAL_INTERFACE_ID Create/Create Another" I would expect to see a session state saved similar to the physical interface at time .03 The saved item "P780_PKG_RETURN_VALUE2" actually occurs in a process at a later sequence (which is actually much later--it seems to have skipped a couple processes).
    Has anyone else see this type of problem? The last thing I can do is recreate the whole page (ouch!).
    Thanks,
    -Carmine

    Good afternoon. I am running Apex 3.1 and Oracle 10.2.0.4 on RHEL 4.
    The stranger part is that I have another box running a slightly older version of the Apex application--and that one works. The differences were not in this area/on these pages. Strange.
    I tried remove and rewrite all the processes, deleting the page and copying it from another load of the application, etc. Since it was a development box, I'm reloading everything.
    I can try to get something up on apex.oracle.com. But it was so odd as Apex saw the processes. I even opened SQL developer to look at the processes and it looked good. Yet somehow it seemed to skip a process (not even show that it wasn't to run due to conditions), and the session state from the PK not showing but another process.
    I've never seen anything like it. In my investigation, I will note that something went wrong (invalid) with ctxsys.driload. I forgot the exact error. I'm not very familiar with this package.
    Thanks,
    -Carmine

  • [SOLVED]Can Some Processes Not Run In Background

    Hi,
    Can some process just not run in the background? I have an irc bot and I want irssi to continue running even after I exit. I do
    $irssi
    ctrl-z
    bg
    But after bg it says
    [1] irssi &
    [1] irssi STOPPED
    I've also tried sending the kill CONT signal but it just always stops. Is there another way I should do it for this type of process? Thanks!
    Last edited by Prototype (2014-02-09 03:42:08)

    karol wrote:If you're asking how to background irssi, read http://www.hants.lug.org.uk/wiki/LinuxHints/Screen http://tmux.sourceforge.net/
    Is there no way to run irssi in the background (disowned) with just the built in bash commands? My main goal is to have it running (with me logged into servers) when I exit the terminal.
    Last edited by Prototype (2014-02-09 03:26:24)

  • Sapstart process not running

    Hi all,
    We were trying to stop SAP using stopsap command.But it failed saying that instance has already been stopped.
    Enviroment linux red hat release 4 and oracle 10.0.2.0.5.
    When checked we found out that the sapstart process is not running.Checked the work directory and there is no kill.sap file also.
    Reboot would do the trick, but we wanted to know if there is a way to shutdown sap.Oracle has been shutdown using shutdown abort.
    i tried using kill -2 <pid> but still the process are not getting killed.Thanks.

    Hello,
    normally a SAP system ist stopped by a kill -2 on the dispatcher (the parent of all work processes) which is done by sapstart or in sapstartsrv. If this does not work check the dispatcher trace or open a message on the SAP Market Place.
    Please do not use kill -9. The SIGKILL closes the process directly. All open I/Os are kept open and also all child processes. A kill -6 (SIGABORT) should work as well.
    Best regards,
    Klaus

  • Daily processes not running. Why not?

    For no reason discernable to me, my dual 2Ghz PowerPC G5 running 10.4.6 suddenly stopped running the scripts in /etc/periodic/daily. The strange thing is that the processes in /etc/periodic/weekly and /etc/periodic/monthly are still executing weekly and monthly, as appropriate.
    According to the /var/log/daily.out, the last time the daily processes ran was the 27th of April, so I suspect something failed around that time. The log for that day shows that not all the entries were run. I checked /System/Library/LaunchDeamons, and the launchd entry for com.apple.periodic-daily.plist is there and is unchanged since installation.
    The system log for the 27th shows only these entries:
    Apr 27 03:57:49 hostname cp: error processing extended attributes: Operation not permitted
    Apr 27 03:58:15 hostname cp: error processing extended attributes: Operation not permitted
    Entries like these also show up the 26th, 29th, May 1st and May 6th, so that wasn't the only time.
    What do I check next?
    Dual 2Ghz PowerPC G5   Mac OS X (10.4.6)  

    The computer is on 24/7, or as close to it as I can
    get, so being off isn't a problem.
    Even if turned off regularly the daily scripts should run at least a couple times a week. On my work computer weekly and monthly never run because I turn it off for the weekend, but the daily still runs. So my point is that the monthly is the first most likely not to run, then weekly, and daily not running, ever, would be practically unheard of.
    Of course, that doesn't solve the problem. You
    should repair permissions and run Disk Repair from
    the install disk. You could also try deleting the
    preferences then running it manually from the
    Terminal to reset it.
    Which preferences are you referring to?
    I don't know, do a search with EasyFind, not Spotlight, and see what you can find. And check out Apple's Knowledge base. There has to be at least one preference to delete but you might need some detective work to find it.

  • MDS and MDWORKER processes not running

    Spotlight stopped working about two weeks ago. I noticed that the mds and mdworker processes are not running. Something corrupted maybe???
    Any ideas?

    Spotlight stopped working about two weeks ago. I noticed that the mds and mdworker processes are not running. Something corrupted maybe???
    Any ideas?

  • Tomcat installation prob: process not running

    Hi,
    I am trying to install Tomcat on a Solaris 9 box. (Am a beginner) Am done with the settings but Tomcat is not running.
    $cd $CATALINA_HOME/bin/
    $startup.sh
    Using CATALINA_BASE: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
    Using CATALINA_HOME: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
    Using CATALINA_TMPDIR: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/temp
    Using CATALINA_OUT: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/logs/catalina.out
    Using JAVA_HOME: /usr/java
    $ps
    PID TTY      TIME CMD
    *10447 pts/3 0:00 bash*
    *10530 pts/3 0:00 ps*
    Could it be something related to port setting? I have not changed any of the port settings.
    Could somebody tell me how do I determine which port numbers to use?
    Many Thanks (In anticipation),
    AS

    Hi,
    You should ask your question in a Tomcat forum, and not a programming forum.
    Kaj

  • [solved] To display Processes which are not running from constant process

    i have constant processes prostat1,prostat2,prostat3,prosta4,prostat6,prostat8,prostat9 (6 processes) runs to support the application
    Now my problem is
    i want to display the process which is not running (from the above 6 processes)
    Thanks in advance

    Try this
    echo "Constant processes not running"
    echo
    for PROC in prostat1 prostat2 prostat3 prostat4 prostat6 prostat8 prostat9
    do
            if [ ! "`ps -ef | grep $PROC | grep -v grep`" ]; then
                    echo $PROC
            fi
    doneBTW, those are 7....:-)

  • OID is up & running but "ldap"  process are not running

    Hi all,
    Oracle Internet Directory is up & running but LDAP processes ( Not Running ---- Process oidmon
    Not Running ---- Process oidldapd
    Not Running ---- Process oidrepld
    Not Running ---- Process odisrv) are not running.
    I am trying to configure SSO for reverse proxy server and ran the command ssocfg.sh https proxyServerName proxyServerPort
    and when i am trying to go for next step that is ldapmodify -D cn=orcladmin -w welcome1 -v -f setdasurl.ldif
    it is showing up cannot connect to LDAP server. and also when i am trying to acess SSO admin Server the redirection url is showing up with 404 page not found error.
    pls help me
    Thanks

    Do 'oidctl status' and check if the 'oidldapd' is up and running. If not, start 'oidmon' by executing the command 'oidmon start'.
    To start 'oidldapd', use 'oidctl' command.
    Eg: oidctl connect=<sid_name> server=oidldapd instance=<instance_num> start
    Sometimes, when you start 'oidmon', the 'oidldapd' process is also started. So, its a good idea to do 'oidctl status' after 'oidmon start'

  • Golden gate extract and replicate process are not running.

    All,
    I am trying replicate data between two oracle databases using golden gate.
    I am trying this scenario in a single machine(two databases and golden gate are on same windows machine)
    1. I have two databases PROD, UAT both are running on 11.2 oracle home.
    2. Created the ggate user both the databases, and enabled supplemental logging.
    3. Ran the following scripts in both databases.
    SQL> @marker_setup.sql
    SQL> @ddl_setup.sql
    SQL> @role_setup.sql
    SQL> grant GGS_GGSUSER_ROLE to ggate;
    SQL> @ddl_enable.sql
    4. Connected the source database (PROD) in ggsci prompt
    GGSCI (home-c07402bbc5) 79> add extract ext1, tranlog, begin now
    add exttrail C:\app\Bhanu\Goldengate\lt, extract ext1
    edit params ext1
    EXTRACT ext1
    USERID ggate@PROD, PASSWORD 123456
    RMTHOST home-c07402bbc5, MGRPORT 7840
    rmttrail C:\app\Bhanu\Goldengate\lt
    ddl include mapped objname bhanu.* // bhanu is a schema in PROD database.
    TABLE bhanu.*;
    5. Connected the target database(UAT) in ggsci prompt
    add checkpointtable ggate.checkpoint
    edit params ./GLOBALS
    GGSCHEMA ggate
    CHECKPOINTTABLE ggate.checkpoint
    add replicat rep1, exttrail C:\app\Bhanu\Goldengate\Mt,checkpointtable ggate.checkpoint
    edit params rep1
    replicat rep1
    ASSUMETARGETDEFS
    userid ggate@UAT, password 123456
    discardfile C:\app\Bhanu\Goldengate\rep1_discard.txt, append, megabytes 10
    map bhanu.*, target kiran.*;
    After that started the extract, replicat using
    start extract ext1, start replicate rep1
    Now the status.
    GGSCI (home-c07402bbc5) 103> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 00:11:43
    REPLICAT STOPPED REP1 00:00:00 00:21:16
    Can you please help me what is wrong in my setup and why extract and replicate process are not running.
    Edited by: user12178861 on Nov 19, 2011 11:22 AM

    Thanks for your quick reply.
    I have done few changes but extract, replicate process not running.
    couple of points I would like to share with you regarding my setup.
    1. I am using single golden date instance to replicate the data between PROD and UAT databases.
    2. GGSCI (home-c07402bbc5) 1> dblogin userid ggate@PROD,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 2> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:23:29
    REPLICAT STOPPED REP1 00:00:00 01:33:02
    GGSCI (home-c07402bbc5) 3> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 4> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 5> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 6> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:24:10
    REPLICAT STOPPED REP1 00:00:00 01:33:44
    Target :
    GGSCI (home-c07402bbc5) 1> dblogin ggate@UAT,PASSWORD 123456
    ERROR: Unrecognized parameter (GGATE@UAT), expected USERID.
    GGSCI (home-c07402bbc5) 2> dblogin userid ggate@UAT,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 5> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    ERROR: REPLICAT REP1 already exists.
    GGSCI (home-c07402bbc5) 6> delete replicat rep1
    Deleted REPLICAT REP1.
    GGSCI (home-c07402bbc5) 7> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    REPLICAT added.
    GGSCI (home-c07402bbc5) 8> edit params rep1
    GGSCI (home-c07402bbc5) 9> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 10> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:29:46
    REPLICAT STOPPED REP1 00:00:00 00:00:48
    3. Is mandatory that I need two golden gate instances running each side ?
    Thanks for spending your time on this problem.

  • Shared process not firing on validation error

    I have an application level process which i want to fire on every page reload/navigation regardless of validation errors.
    I have run my page in debug mode and found that on a validation error no processes are executed during the page render (they are skipped due to the validation error being encountered)
    Is there anyway of firing a process regardless??

    See Scott's response at Application Process not running when validation fails
    Processes, computations, and item source actions don't fire again when the page is re-rendered after validation errors

  • Purchase Order is not deleted after archive process

    Hi,
    I want to delete completely a specific purchase order from the system so I followed the next steps to do that but is not working.. not sure if I'm doing something wrong.
    Steps:
    1) I marked up the PO as deleted in the ME22 transaction:
    2) In the transaction SARA I followed these steps:
    Step 1: Create variant for Archiving. Give it a name. Enter your PO number. Flag One step procedure. Flag detailed log. Erase flag for test run.
    Step 2: Maintain your start date, you can use Immediate in such a small case.
    Step 3: Maintain spool parameters. Enter your printer and set the values if you want to print immediatly and if you want keep the print. I suggest to hold the spool in the system. This helps you to determine any error.
    Step 4. Execute the variant.
    3) If I go to the transaction ME23N it says that the PO is archived but is there yet. Also, I can see it in the "Docuement Overview". How can I delete this PO completely from the system??
    Thanks for the help!!

    HI Carlos,
    Since you archived PO, it is stored in archive physical drive not in SAP drive.
    when u use me23n, the archived PO is picking from physical drive and it says "Already archived" message.
    I'm sure there will be no table level entries for the archived documents
    Go to SARA transaction - information system--> Archive Explorer - MM_EKKO and execute.
    Check your PO is listed here.
    So if you dont want to see your PO, then you need to De-activate information system
    in SARA-Information System-->Customizing -
    search infrastructure by Object name and use activate/deactivate icon -
    A question i really need to know - Why you want to delete a particular PO, Archival process is not a small thing and usually it takes place as a MASS activity.
    reg,
    bhg

  • Can we run application services when physical stand by database is in read

    can we run application services when physical stand by database is in read only mode
    i Want to up the EBS application services and check login when phyiscal standby database is in read only mode.
    Is it possible? for checking dataguard database application as well.

    but i just want to know that can i start EBS application services and nagivate the application.Without distrubing my primary database and application.You should not do as the moment you open the standby database it becomes invalid.
    Thanks,
    Hussein

  • Itunes Startup problem (process is running but not visible)

    The problem with my iTunes is that while the iTunes process is running in the task manager, I cannot see the actual iTunes window pop up on my monitor. There are no error messages or anything like that. I have tried restarting and changing users but none of them worked. Any solutions?

    I had the same problem.
    I had not experienced this problem before until I recently reformatted my hard drive and reinstalled Windows XP Pro with SP3.
    The only program that failed to work was iTunes.
    When I looked at the solution for unregistering and registering various dll's, my machine had 2 (well, initially I thought 2) dll's that were missing: sccbase.dll and slbcsp.dll. The registry entries are also missing for those two. I don't know if MS all of a sudden decided those two were not important anymore.
    Anyhow, re-adding the registry entries did not help and using regsvr32 on those two dlls (despite downloading them into the system32 folder) did not work and caused load library failures.
    Those dlls require other dlls in order to work. Sccbase.dll requires sccsccp.dll and dwmapi.dll to run. After those two dlls are placed in system32 folder, sccbase.dll can finally be registered successfully.
    Slbcsp.dll requires slbiop.dll to work...unfortunately, that just lead to yet again another registration failure (0xe06d7363 error code). However, despite this, itunes will now actually run. I tried running itunes without slbcsp.dll, and it did not work. So, it still does require slbcsp.dll somehow despite it not working exactly properly.
    In summary, this is what I did:
    1) Edited the registry to add 2 missing entries for 2 missing dlls: sccbase.dll and slbcsp.dll. Used this site for info: http://forums.cnet.com/5208-6142_102-0.html?forumID=5&threadID=275051&messageID= 2649940
    2) Found other missing dlls required by these 2 dlls (by using Dependency Walker). Used this site for info: http://forums.majorgeeks.com/archive/index.php?t-150722.html
    3) Registered sccbase.dll successfully. Slbcsp.dll was not registered successfully, but still required for itunes to run. Now iTunes 7.7.0.43 will run for me (and not just in the background).

  • I try to launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox is not running and restart doesn't work

    when I launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox not running and a restart doesn't solve the problem

    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 12.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    See also:
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use
    *http://kb.mozillazine.org/Recovering_a_missing_profile

Maybe you are looking for