How to stop dg log transfers

Hello. I'm on Solaris 10, running Oracle EE 11.2.0.2.
I'm fairly new to this job site and I've found they have a database that was once set up with DG physical standby (no FSFO).
Apparently it has not been updating their standby database for over a year.
At this point, they said they can live without the standby (at least for now).
First problem I see is that in the alert log, there are millions of errors trying to connect to the old standby database.
I have tried a couple times to disable (defer) the dest_2, but I'm still getting the errors in the alert log even though dest_2 is deferred.
See below:
Fatal NI connect error 12541, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=taurus)(PORT=1522))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASSIA_DG2_DGB)(CID=(PROGRAM=oracle)(HOST=copernicus)(USER=ora
cle))))
  VERSION INFORMATION:
        TNS for Solaris: Version 11.2.0.2.0 - Production
        TCP/IP NT Protocol Adapter for Solaris: Version 11.2.0.2.0 - Production
  Time: 18-DEC-2012 09:11:08
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12541
TNS-12541: TNS:no listener
    ns secondary err code: 12560
    nt main err code: 511
TNS-00511: No listener
    nt secondary err code: 146
    nt OS err code: 0
***********************************************************************When I first checked the alert log, it was over 3Gb, which makes it pretty difficult to use.
Anyway, now that I have a new fresh alert log, I see the errors keep being generated.
See init params below.
NAME                                 TYPE        VALUE
log_archive_dest                     string
log_archive_dest_1                   string      LOCATION=/opt/oracle/orabackup/ASSIA/archivelogs/
log_archive_dest_10                  string
log_archive_dest_11                  string
log_archive_dest_12                  string
log_archive_dest_13                  string
log_archive_dest_14                  string
log_archive_dest_15                  string
log_archive_dest_16                  string
log_archive_dest_17                  string
log_archive_dest_18                  string
log_archive_dest_19                  string
log_archive_dest_2                   string      service="ASSIA_DG2", LGWR ASYNC NOAFFIRM delay=0 optional compression=disable
                                                                        max_failure=0 max_connections=1 reopen=300 db_unique_name="ASSIA_DG2"
                                                                        net_timeout=30, valid_for=(all_logfiles,primary_role)
log_archive_dest_20                  string
log_archive_dest_21                  string
log_archive_dest_22                  string
log_archive_dest_23                  string
log_archive_dest_24                  string
log_archive_dest_25                  string
log_archive_dest_26                  string
log_archive_dest_27                  string
log_archive_dest_28                  string
log_archive_dest_29                  string
log_archive_dest_3                   string
log_archive_dest_30                  string
log_archive_dest_31                  string
log_archive_dest_4                   string
log_archive_dest_5                   string
log_archive_dest_6                   string
log_archive_dest_7                   string
log_archive_dest_8                   string
log_archive_dest_9                   string
log_archive_dest_state_1             string      ENABLE
log_archive_dest_state_10            string      enable
log_archive_dest_state_11            string      enable
log_archive_dest_state_12            string      enable
log_archive_dest_state_13            string      enable
log_archive_dest_state_14            string      enable
log_archive_dest_state_15            string      enable
log_archive_dest_state_16            string      enable
log_archive_dest_state_17            string      enable
log_archive_dest_state_18            string      enable
log_archive_dest_state_19            string      enable
log_archive_dest_state_2             string      DEFER   <=======
log_archive_dest_state_20            string      enable
log_archive_dest_state_21            string      enable
log_archive_dest_state_22            string      enable
log_archive_dest_state_23            string      enable
log_archive_dest_state_24            string      enable
log_archive_dest_state_25            string      enable
log_archive_dest_state_26            string      enable
log_archive_dest_state_27            string      enable
log_archive_dest_state_28            string      enable
log_archive_dest_state_29            string      enable
log_archive_dest_state_3             string      enable
log_archive_dest_state_30            string      enable
log_archive_dest_state_31            string      enable
log_archive_dest_state_4             string      enable
log_archive_dest_state_5             string      enable
log_archive_dest_state_6             string      enable
log_archive_dest_state_7             string      enable
log_archive_dest_state_8             string      enable
log_archive_dest_state_9             string      enableI'm thinking I could just clear out the log_archive_dest_2 parameter entirely since they don't need it for now, but I'd also like to understand why it is still attemting to connect to the standby server even though dest_2 is set to DEFER.

Hello mseberg.
See below when I run the command as you provided:
DGMGRL> connect sys@ASSIA
Password:
Connected.
DGMGRL> edit database 'ASSIA' set PROPERTY LogShipping=OFF;
Object "ASSIA" was not foundAlso, just to mention, I noticed in the database that dg_broker_start=TRUE.
Not sure why they have this set to true if this is not intended to be used as a fast-start failover database.
Anyway, the ASSIA_DG2 database no longer exist and has been completely removed from the standby server.
As for the listeners, all listeners are running normally as far as i can tell.
We have two listeners:
/opt/oracle/product/11.2.0.2/db_1/bin/tnslsnr ASSIA -inherit
/opt/oracle/product/11.2.0.2/db_1/bin/tnslsnr REMEDY -inheritIf I look at the services for our ASSIA listener, this is what it shows...
$ <ASSIA> /opt/oracle/product/11.2.0.2/db_1/network/admin>lsnrctl services ASSIA
LSNRCTL for Solaris: Version 11.2.0.2.0 - Production on 18-DEC-2012 11:20:32
Copyright (c) 1991, 2010, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCassia)))
Services Summary...
Service "ASSIA" has 1 instance(s).
  Instance "ASSIA", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:2855 refused:1
         LOCAL SERVER
Service "ASSIA_DG1" has 1 instance(s).
  Instance "ASSIA", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
Service "ASSIA_DG1_DGB" has 1 instance(s).
  Instance "ASSIA", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
The command completed successfully

Similar Messages

  • How to stop any photo transferring between Mac and iphone

    how to stop any photo transferring between Mac and iphone ?

    This is a possibility. But please be aware using your Mac to emit a WiFi connection is a temporary solution. And it will get a short range unlike an actual WiFi Router. Also you may find it to be unstable at times. The Airport Card in your Mac was not designed to be a full time Router WiFi emitter. But more of a receiver to get the signal and use it for personal use.
    1. Unlock the network on your Mac make it an open network
    2. Go to your iPhone, Settings-Wireless-Tap on blue circle next to network name, Choose Forget network
    3. Now go back, It will rescan and find an open network, Connect, and see if Safari works
    If Safari works, Then you had a Security issue. Try using WEP 128 bit 13 character passkey or WEP 8 Character Passkey.
    Cheers and best of luck
    Message was edited by: Andrew T.

  • How to stop iPad from transferring apps to Mac?

    First off, let me state that I have iCloud backups of the most important app data and I don't care that I don't have backups for the rest. I don't care that those apps might one day be gone from the App Store. I don't care about saving my game data.
    What I do care about is that I shouldn't be forced to have a backup of ALL the apps on my iPad/iPhone on my MBP, which didn't come with unlimited storage space.
    I think at one point I was asked by iTunes if I wanted to transfer the purchases to my Mac (or if I wanted to backup the apps? I don't remember) and I foolishly clicked yes. Now, even though I have clicked on "Rest Warnings" multiple times, iTunes still insists on copying all the apps to my Mac without asking me if I wanna do it.
    I saw some suggestions about creating empty folders and stuff but I don't wanna do that. It just doesn't make sense that Apple doesn't give us an option to NOT backup our apps to our Macs. I thought the point of having an App Store where you can download your purchases anytime you want is so that you don't have to keep everything on your Mac.
    Any help is greatly appreciated!
    Keywords: how to stop iPad from copying apps to Mac, how to stop iPad from backing up apps to computer, how to prevent iPad from syncing apps

    I hope you get a solution soon. I've been having this problem too. I under any circumstances don't want my apps on my computer either, I remember when I bought my first iPad iTunes used to have an option to choose whether or not to sync/transfer apps but now its gone and it drives me crazy everytime I want to transfer music. I remember this option was Under the tab "Apps" in the device and under the Apps list. It was a check box like the ones that the Music and other library syncing currently have. But i havent seen it in a while. Apple really screwed this up.

  • How do stop automatically logging in to another user's account?

    My computer connects to SBC Yahoo DSL via PPPoE. The SBC Yahoo DSL account and password are set (in Internet Connect) so that when you click on Safari, the computer is able to connect to the internet without having to type in the account name and password each time.
    The problem is, there are multiple users on my computer who have Yahoo (or some variation of Yahoo, such as SBC Yahoo! or My Yahoo!) as a homepage. When one logs off, and I log onto my Yahoo homepage, I find I am still logged into the account of the user who just logged off. How do I stop this from happening?

    Hi mhoesq,
    Thanks for clarifying the different identities.
    Now, when each of you go to different parts of Yahoo, do you have a similar setup as with Safari, that is, each has a Yahoo identity and password ( I presume this if it says welcome so and so) and have you checked an automatic log-in/ remember me sort of thing.
    If that is the case ( and here I'm guessing) then if each person does not log out of their Yahoo account but just closes Safari, then the next time someone else logs in, Yahoo will think it is the same person.
    Safari will remember a user's homepage, and Yahoo will remember who is logged in.
    So adding to the scenario that you have described, if User A actively logs out of their yahoo account and then closes Safari and logs out of the Mac, then I would imagine when User B logs in, fires up Safari and is automatically logged in to a new yahoo account then it should say Welcome User B.
    There are a lot of presumptions here, but this may be the explanation.
    regards, roam

  • How to stop auto log out during slow download from App store?

    How do I change my settings on my MacBook Pro using OS X 10.6.8 so that I can download OS X Lion on a very slow internet connection. Periodically, the operating system is logging out automatically during the download and I have to restart the download.

    To the best of my knowledge, there is no way to prevent the automatic downloading of the SD version when you buy an HD show.
    You can, if you wish, suggest that the ability to prevent the SD version from downloading through the iTunes feedback page. But since the SD version is needed for use on iPods and there at least at present is no mechanism for someone to download the SD version at a later time should they decide they need it, Apple may just continue to force the downloading of both versions. If they get enough feedback on the issue, though, they may figure something out.
    Regards.

  • How do I stop itunes from transferring apps from my ipad or iphone to my pc ?

    How do I stop iTunes from transferring apps from my iPad or iPhone to my PC ? I have App sync turn off and I have add files to library turned off. Yet every time
    I sync iTunes transfers all my apps to my PC. I have 20-30 gig of apps on each. A lot of them are 1gig each and it takes for ever to sync , plus I don't want 100 gig of apps just sitting on my hard drive for no reason. Any app I ever want is always available in the cloud so what's the point of having them on my PC in the 1st place?

    I'm pretty sure that the space is used up on your computer's hardrive.
    Anyway my solution to this nuisance of apps/itunes transfer was to allow itunes to download the apps from my phone...
    ...First of all I had tried to uncheck a few boxes in itunes a) automatically sync when device is connected (in the summary section) b) prevent devices from syncing (edit>preferences>devices) and c) Automatically sync new apps (apps section of device)
    HOWEVER, when I would click sync in any section, apps tried to transfer to itunes from my iphone.
    So after all my apps went on my computer (approx. 9 GB), I checked the boxes back, disconnected my device and deleted all the apps from itunes and my computer simultaneously (by clicking del/move to recycle bin).
    Now when I connect my iphone it does it's backup/sync thing automatically ...but no apps try to transfer
    Note: apps from your library cannot be set to sync with your device
    I can now also click sync in any section and no apps transfer.
    (This problem started when I downloaded an app from itunes rather than my device and I later transfered the app to my device. My apps section in itunes is completely empty now and no apps appear in windows explorer either)
    the only thing I am unsure of now is; what's going to happen if I purchase an app from itunes on my pc again ...I'm guessing I'll have to repeat the process (might want to avoid that)     

  • How to stop the auto-start of log reader agent (replication) right after my database is restored?

    I have the scenario where the SQL server is restored (after migration).
    This database has transactional replication set-up on one of the databases. When I do a manual delete and restore of the database, I see that the replication starts right after the publisher and subscriber are restored.
    Replication agents should not start and run before the integrity checks are completed. How to stop the replication from auto starting right after the migration?
    Thanks in advance - Jebah

    Thanks Pradyothana, I have disabled the logreader, distribution agents through sp_update_job in Tsql script. I have also verified that there are no pending transactions to be replicated to the subscriber, I see that the job is still being executed. Is there
    any other way to disable the jobs?
    Steps I followed
    Started with a Working publication and subscription
    Disabled the jobs (log reader and distribution agents)
    Backed up publisher, subscriber, distribution and msdb
    Deleted the publication, subscription, publisher and subscriber
    Restored the publisher, subscriber, distribution and msdb
    Enabled the jobs and executed sp_replrestart
    Observations/Issues
    Replication does not work
    Replication monitor does not show any error
    Jobs are shows as enabled but not started in job monitor
    Not able to start/stop the log reader and synchronization manually.
    I am not sure if I have missed something while restoring the db.
    Thanks in advance

  • How to stop the gray wheel from spinning after logging out

    how to stop the gray wheel from spinning after logging out?

    Frank ...
    Make sure to quit all open applications before logging out.
    Your proflie indicates your Mac has v10.7.1 installed.
    If that is the case, updating your system software will help as far as functionaly as well as security.
    Install the OS X Lion Update 10.7.5 (Client Combo)
    Then restart your Mac.
    message edited by:  cs

  • How to stop the mixed-content Yes/No question every time you log in or change screens.

    Since the new VZW forum format when I log in or change screens I have been asked if I want to accept content that was not sent encrypted (HTTPS:\).  See attached photo to see what I mean.
    Speaking for myself, I found this very annoying so here is how to stop it if you are using Windows Internet Explorer.
    Bring up Windows Internet Explorer.  I use IE8 and it fixed mine.
    Then go to TOOLS>Internet Options and Select the Security Tab.  Then Click the Custom Level button.  Next go down through the list in the Miscellaneous Section and change "Display Mixed Content" to ENABLE.
    Hope this makes your day a bit brighter, it did mime!
    JerryF
    If you want to see more about this you can look here.
    http://blogs.msdn.com/b/askie/archive/2009/05/14/mixed-content-and-internet-explorer-8-0.aspx

    jco23,
    Go back and again check to see that it is ENABLED.
    I say this because the first time I "tried" to enable it, it didn't enable it.  I tried again and discovered that I did NOT do the proper exit procedure when closing (leaving) the miscellaneous list after I changed it to enabled.  Oh dopey me!!!
    The second time it worked.
    JerryF

  • I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?

    I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?
    I NEED HELP

    jesster03 wrote:
    i just bought a new macbook w/ mtn lion. when i transferred data from my old macbook over, it created another user name (i called it "old computer"). That's actually good
    That's actually bad. Peruse Pondini's Setup New Mac guide and seriously consider starting over.

  • How can I stop iTunes from transferring purchased apps from iPad to computer?

    How can I stop iTunes from transferring purchased apps from iPad to my computer? I don't want them taking up space on my computer. iPad backups and apps on the cloud are enough to ensure my apps are backed up, so I don't understand why they need to be on iTunes too. I'm running Mavericks, iTunes 11.1.5 and iOS 7.0.6.

    There isn't an app for that!
    As far as I can tell there is no option to give you that control. It is worth noting that apps can be withdrawn from the store at any time. Should your device need restoring you need all the apps in your library to transfer to it before the app data can be successfully restored. Pulling that all down from the cloud would be time consuming.
    If space is becoming an issue you should consider moving the library to a bigger drive (which you should also backup to another).
    As a temporary measure you could try deleting some larger apps using Finder from within iTunes/iTunes Media/Mobile Applications while keeping the entries in your library. iTunes may complain during syncs that it cannot copy apps to the device because they cannot be found, but it should not clear them from the device. Test first on a single app that doesn't have any data that you would mind losing in case the behavior has changed from the last time I tested it.
    tt2

  • How to stop logging in stored procedure?

    With interactive ISQL ssession, there is a command "stop logging" to stop ase logging for current session.
    How to do same thing for a stored procedure?

    No, each select/into will need to create a new table.
    With some planning/designing you could do something like:
    ==========================
    select ... into mytab1 ...
    select ... into mytab2 ... union all select * from mytab1
    --drop any indexes from mytab1
    truncate table mytab1
    drop table mytab1
    select ... into mytab3 ... union all select * from mytab2
    --drop any indexes from mytab2
    truncate table mytab2
    drop table mytab2
    ==========================
    Obviously you have to make the final decision ... minimize logging with more complicated coding *vs* accept logging overhead with less complicated coding.
    Just saw Kevin's response ... which is a more efficient method assuming each insert can stand on it's own.
    My example assumes some intermediate processing between the INSERTs (eg, insert mytab1, run some queries against mytab1, insert mytab2, run some queries against mytab2, insert mytab3) ... then again perhaps you could use the #temp tables for intermediate processing, too.
    There are a lot of ways to reduce your logging which ultimately depends on your exact requirements.

  • I would like to know how i stop some albums ive bought from transfering to my iphone i delete them from itunes but when i sync my phone they transfer from my iphone this is a pain some one please help!!

    I would like to know how i stop some albums ive bought from transfering to my iphone i delete them from itunes but when i sync my phone they transfer from my iphone this is a pain some one please help!!

    Burb79 wrote:
    I thought of that one two tried it but still no joy. I have an ipad2 as well which I set up to not sync any music to it but for some reason the albums have got onto that as well. im thinkin its somthing to do with the dam cloud thing
    Go to Settings/ Store and under the category "Automatic Downloads" you can turn OFF the automatic download of purchases to your device (this needs to be done for each device). There's also a setting in iTunes just for automatic pushes to your iTunes library.
    To remove a purchase you've made directly to your device, you can either:
    a- Swipe across the song title from left to right and press Delete, or
    b- If you auto-sync your device, connect to iTunes and click on the Music tab where you define your sync settings (the Music tab is to the right of the overall Summary page of your device). At the bottom of the Music tab you'll see direct purchases that are on your device -- simply un-check those and click "Apply" or "Sync" to remove them.
    c- If you manually manage music on your device, connect to iTunes and click the small arrow to the left of your device name, and then click on the Music folder under your device. Then navigate to the item(s) you want to remove and then delete them.
    To prevent things from syncing from your library to your device, there are many ways to do that (un-checking things in your library is one way, but not the best IMO). Might want to read the manual or some online tutorials on iTunes if you want to learn more.

  • How to stop updating TRDAT ,PWDLGNDATE in USR02 table while log on through dialog user

    Hi Every One,
                         when ever user logon to sap system TRDAT,PWDLGNDATE updates the current date on which user logon but i don't want to update it for some of my dialog users how to stop this is there any parameter is there to set please help me

    Hi,
    This is SAP Business one system administration forum. Please find correct forum and repost above discussion to get quick assistance.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • How to create different log files for each of web applications deployed in OC4J

    Hi All,
    I am using OC4J(from Oracle) v1.0.2.2 and Windows2000. Now I want to know
    1. how to create different log files for each of my deployed web applications ?
    2. what are the advantages in running multiple instances of oc4j and in what case we should run
    multiple instances of OC4J ?
    3. how to run OC4J as Windows2000 Service rather than Windows2000 Application ?
    Thanks and Regards,
    Kumar.

    Hi Avi,
    First of all I have given a first reading to log4j and I think there will some more easy way of logging debugging messages than log4j (If you could provide me a detailed explanation of a servlet,jsp,java bean that uses log4j and how to use log4j then it will be very helpful for me). The other easy ways (if I am not using log4j) to my problem i.e creating different log files for each of web applications deployed in oc4j are
    I have created multiple instances of OC4J that are configured to run on different ports and so on each instance I have deployed a single web application . And I started the 2 oc4j instances by transferring thier error/log messages to a file. And the other way is ..
    I have download from jakarta site a package called servhelper . This servhelper is a thread that is started in a startup servlet and stopped in the destroy method of that startup servlet. So this thread will automatically capture all the system.out.println's and will print those to a file. I believe that this thread program is synchronized. So in this method I need not run multiple instances of OC4J instead each deployed web application on single instance of oc4j uses the same thread program (ofcourse a copy of thread program is put in each of the deployed web applications directories) to log messages on to different log files.
    Can you comment on my above 2 approached to logging debugging messages and a compartive explanation to LOG4J and how to use LOG4J using a simple servlet, simple jsp is appreciated ...
    Thanks and Regards,
    Ravi.

Maybe you are looking for

  • Error while making vendor rejection through 122 mvt

    Dear Friends, User made GR for a Subcontract Material against a Scheduling Agreement. Then part qty he wanted to reject through 122 mvt. System gives the following error. Purchase order 8101000081 00210 has no component 000ADC120000 in plant 1000 Mes

  • Regarding letter of credit

    HI Can any one say me how to hadle Letter fo Credit in SD. As my client does not have export scenario i have been said that they are going to have it in domestic sale please provide me the settings and the masters if any has to be updated. And in wha

  • WICD can't get IP using cable?

    Hi, When running the default "network" i can lease a dhcp address. when following the wiki: INTERFACES=(!eth0) DAEMONS=(syslog-ng dbus !network !dhcdbd !networkmanager wicd ...) I still cant get any ip using cable...wifi works... error message in mes

  • CHANGE NAME OF MY IPHONE IN ITUNES

    i just synched my new iphone 4 and the default name given was " iphone iphone" at my itunes..i wanted to change that name for something more logical. anyone knows how to do it? tks

  • Zpool status shows ONLINE even if storage connectivity is lost

    Hi experts, I have seen that zpool status reports zpool as ONLINE even if storage connectivity is lost. is there a way to get zpool check for actual status rather than reading it from cache? Even a statvfs64 on zfs on top of it do not return error. I