Changing default archive directory

Hi
I want to change the default archive directory.(which is log_archive_dest ).
Which one should I use?
ALTER SYSTEM SET log_archive_dest_1='location=/u01/oradata/MYSID/archive/'
or
ALTER SYSTEM SET log_archive_dest='location=/u01/oradata/MYSID/archive/'
SQL> show parameter log_archive_dest ;
log_archive_dest                       /ora_archive/
log_archive_dest1
log_archive_dest2
*.*

log_archive_dest_<n> and log_archive_dest can not BOTH be set.
log_archive_dest doesn't support the LOCATION= syntax.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • How to Change Default User Directory without changing System Directory

    Hi Everyone,
    I need to change default User Directory for my JDeveloper 11.1.1.0.2.
    Default User Directory = C:/JDeveloper/mywork
    Default System Directory = *<JDEV_HOME>/System*
    Now I Need to Change it to
    My Default User Directory = C:/Monty/JDev11g2/
    But System's Default Dir = *<JDEV_HOME>/System*(Same)
    For this i explicitly Set variable ide.user.dir to C:/Monty/JDev11g2/ in JDev.boot file as explained in Installation document.
    Working fine but it contains System Folder too. I don't want this.
    Any Help to find me separate these both as it works for Single User.
    Thanks,
    Fizzz...

    Hi John, You must be right if i'd believe in ghost, A Ghost of System's Folder :-). Well that's true, We should ignore it. But still If someone finds any Clue then let me know.
    Thanks
    Fizzz...

  • How to change default compile directory tmp_ejb?

    Dear all,
    Someone knows how to change the default directory "tmp_ejb...." in WebLogic Server
    7.0?
    This is the default directory where WebLogic Server 7.0 generates and compiles
    the EJB's declared in config.xml.
    I try to specify the attribute TmpPath="ANOTHER_TMP_LOCATION_DIRECTORY_FOR_EJB"
    in the EJBContainer node but still doesn't work.
    The same thing happens when I test this attribute on EJBComponent declaration.
    Someone knows if there is an enviroment variable that specify this tmp_ejb location
    path?
    It's false that the tmp_ejb is located where the config.xml file is placed.
    I have 3 weblogic servers and they haven't the same behaviour.
    Someone can help me??????
    Thanks.

    I ran into the same problem and was wondering if you got an aswer the question you posted in BEA's news group: "How to change default compile directory tmp_ejb?
    Thanks

  • Oracle 10g Express Edition - change default working directory for save ?

    Greetings all,
    I'm completely new to Oracle but I am quite sure that on Oracle 9i, when using the <save xyz.sql> statement, a file was saved somewhere on the hard drive.
    I accidentaly managed to convince XE to save .sql files on C:\ but I would like to change that ...
    Google refused to offer me a solution so I'm asking you guys for advice.
    And no, <save desired_path\filename.sql> is not an option :P, I would like to make the change permanent.
    Thank you in advance,

    Hi,
    If you are using Windows, you can edit your "SQLPlus 80" shortcut.
    Changing the "start in" path to, e.g. "c:\sql" will do the trick. SQL+ commands such as "save" and "get" will now use "c:\sql" as default working directory.

  • Changing Default Project Directory

    Does anyone know how to change the default project directory?
    I can move events; that's no problem.
    But I can't seem to move the default project directory off my main MacBook Pro drive.
    Thanks.

    I ran into this issue and found a work-around for it.
    The problem is that OS X Finder Aliases work a little differently than UNIX links. A UNIX link will do what we need it to do because it is lower-level in the operating system (not a Finder trick), but if you cross physical disk boundaries you then need to then use a "symbolic link."
    If you know how to make a sym-link, then you should be good to go -- if not, there are directions below.
    To do this [you should have some UNIX command-line familiarity]:
    In the Finder, copy your Projects or Movies folder to the drive/destination where you want it.
    When the copy is complete, rename the original folder (I copied my whole Movies folder and renamed the old one "Movies2").
    Open Terminal (~Applications/Utilities/Terminal) -- it should put you in your home directory.
    You will now want to figure out what the UNIX path to your new projects or movies folder is. Get Info in the finder on your new folder, and note the "Where:" field -- as you will need to type this by hand.
    You create a UNIX symbolic link by typing the link command, followed by the symbolic-link flag (-s) then the source directory (your new folder) and the target for the link (where you want it to point FROM), from your home folder.
    I moved my Movies folder to a disk that I called "500GB" so I wanted the Movies folder to point TO the Movies folder on the disk called "500GB".
    To create the symbolic link, with the Terminal program, and my current directory as my home folder, I typed:
    ln -s /Volumes/500GB/Movies ./
    And that created a "Movies" symbolic link in my home folder that points to "/Volumes/500GB/Movies"
    iMovie'08 now works with the relocated projects, etc.
    Once you are done with this, launch iMovie and make sure that it is doing what you need it to do. If it is not, you still have the original Movies or Projects directory that you started with. If it is working, then you can backup and/or discard the safety backup you made when you renamed the original folder (i.e. "Movies2").

  • Can't change default installation directory for silent installation of Flash Builder 4.5

    Hello,
    I'm trying to create a custom installation script for Flash Builder 4.5 in silent mode.
    I have created a flash builder msi installer using "Adobe Application Manager Enterprise Edition".
    I would like to change the default installation directory during silent installation.
    Could you please help ?
    Thank you in advance.
    Best regards,
    Ryad

    The install.xml in the "Adobe Flash Builder 4.5 Installer/deploy" folder will have the INSTALLDIR property. You can change this property to your custom location.
    <?xml version="1.0" encoding="UTF-8"?>
    <Deployment>
      <Properties>
        <!--Note that the INSTALLDIR value is machine specific.  The value below is a suggested default value but may need to be overriden.-->
       <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
      </Properties>
      <Payloads>
    </Payloads>
    </Deployment>
    Thanks
    Unni G S

  • How to change default installation directory sapinst_instdir TO other drive

    Hi,
    I am installing ECC 6.0 and have enough space in my disk for data files.
    I have alloted 20GB in C: drive which also comprise of Operating System.sapinst_ instdir directory grows more than 10GB and due to lack of space installation fails. How can i change th default sapinst_instdir directiory from C drive to other drive. can i use any software to change partition? ( with OS windows server 2003)
    I have also encountered an error at import phase of first job and after changing *.TSK file the installation proceeds. will this cause any serious problem.
    regards,
    Anand

    Hello,
    I understand from ur post is u want to create the instalaltion logs on another directory instaed of C:\ drive....if so u can follow the procedure as describe below..
    create temp directory in any other drive called D:\ drive...
    go in to that temp drive.....
    and fire the executable from that temp directory.....if u r executable in e:\ drive then....
    d:\temp>e:\installer\insatall.exe
    the above command creates all logs one by one in temp dorectory of D:\ drive instaed of c:\ drive..
    Thanks

  • Is there a way to set maximum cache size or to change default cache directory to sd card on Android?

    I'm low on space in my Android Phone and Firefox Cache is huge by my phone standards. I have to clear data after each time I use firefox. Firefox is great but I'm using it less and less, day by day. I browsed Internet for tips, but while I was able to set a cache directory on sd card using "about:config", it still writes on phones internal too. It seems it duplicated cache.
    Setting a different max size using "about:config" only works temporarily, because it seems Firefox returns to default after a while.
    Thank you.

    Hello.
    To help automatically clear up some cache from Firefox, click on each of the images from left to right. Now at least you won't have to constantly do it yourself.
    Also, to help you with your space issues, download Clean Master from the Google Play app Store: https://play.google.com/store/apps/details?id=com.cleanmaster.mguard this app will clean up hidden cache and useless files on your phone, helping free up space.
    And as for why Firefox keeps reverting to the default cache in "about:config", I do not know. We are sorry for any inconveniences that this has caused you. But please try doing what was mentioned above to help with your issue.
    Hope this helps!

  • Changing default saving directory

    Using AA pro 7, win XP home and Mozilla firefox browser. Is there a way of changing the directory for saving PDF files?
    Right now it is c:\windows\Temp. And it always comes back to this directory. If I use MS IE browser then the directory that comes up is the last one I used.
    Is there a fix for this? Thanks, joeZy

    I added a shortcut in the "Save As" box - the one that lists Desktop, My Documents, etc down the side. That way, it's one simple click right in the "Save As" dialog box.
    This works for Firefox as well as the main program (Adobe Acrobat Pro (version 9) in my case), in Windows XP (my operating system) and reportedly in Vista as well.
    Here's the link, which you may need to copy and paste:
    http://www.simplehelp.net/2007/07/28/how-to-set-custom-shortcuts-in-the-windows-xp-save-as -dialog-box/
    You may need to get a system administrator to do this if you don't have sufficient access rights. You should also note that this will also likely affect other programs as well (which I haven't yet confirmed), which may be either good or bad depending on where you tend to store things.

  • FTPAdapter - logical directory name - file not moved to archive directory

    I created a simple ftp service to read the file from remote inbound directory and archive it to an "archive" directory using logical directories. I supplied the input and archive directories. The process reads the file from the input directory, but doesnt move it to archive directory. In the opmn logs i see the following message
    File Adapter::Outbound> Since file could not be copied to specified archive directory, file : CUST__20081113002951.xml is being copied to a default archive directory :/apps/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/fileftp/defaultArchive/
    I checked the a) directory permission - this is the ftp users home directory , so it has all the bits set rwxrxrx- I even tried rwxrwxrwx, but same issue
    b) there is enough space on the box
    c) I can manually move the files around as the same user.
    Secondly, the files under the default archive directories are being created as root. Not sure why. Our server is running as "oracle" user.
    We are on 10.1.3.4
    any idea how to troubleshoot this ?
    Edited by: user9514124 on Nov 13, 2008 5:27 PM

    Just a thought. You are trying to archive to an FTP user's home directory. I assume that you want to archive remotely (on the source server)? If so you need to specify UseRemoteArchive="true" in the WSDL file for the adapter. If you forget that the adapter archives locallly on the SOA Suite server and perhaps there the directories are indeed missing or have the wrong rights?
    If you are using remote archiving and it doesn't work, have you tried to login with an FTP client and upload a file to the archive folder with FTP (as the FTP adapter user)? That is what the FTP adapter will do.
    If you are using local archiving, check all the parent directories and make sure that they are fine as well as the target directory. Also look into the file ownership issue, the files should not be created as root if everything really runs as oracle! Perhaps someone has accidentally started something as root?
    Good luck!

  • Changing the Default Save Directory in Acrobat

    I am currently working with multiple systems, some using Acrobat 7.0 and some using 6.0.
    Basically, I am wondering if in either of these versions of Acrobat it is possible to change the default save directory to something other than 'My Documents.' Acrobat will remember the last directory I saved to if I have already saved to that location once in a given session, but if I exit the program and then enter it again, it defaults back to 'My Documents' instead of the last place I saved.
    Is there a way to set the default directory in 6.0 and/or 7.0?

    No. Put a short cut to where you want to go in the My Documents folder and you are only 1 step away.

  • How can I change the default EXPORT directory for latest iPhoto?

    Perhaps I am missing something, but I have as yet to find a way to set my default EXPORT directory. Since installing Lion and the iPhoto update, whenever I want to export it wants to put the image in 'Pictures', but I want 'Desktop' generally or somewhere else.
    I am all set with library and import location. In fact, Import is smart enough to remember where I import my stuff FROM - namely, the desktop.
    But once I have edited files and want to export them, the default jumps back to Pictures.
    Again, this is NEW and CHANGED behavior with the latest release to coincide with iOS 5 ...
    I just want it to remember my default from export to export ... heck, it even changes within the same session!

    I can certainly confirm the behaviour and have no solution to it.
    That said, in the export dialogue typing command-d will point the export to the desktop.
    Regards
    TD

  • Problem Changing the Root Directory of the Default Virtual Host in J2EE 7.0

    Hi,
    I'm trying to change the root directory for the default virtual host in J2EE 7.0.
    i did the following steps in visual admin: services -> HTTP Provider -> Runtime -> Virtual Hosts -> default:
    Root Directory: "D:/usr/sap/<server>/<instance>/j2ee/cluster/server0/apps/sap.com/crm~b2b/servlet_jsp/b2b/root/b2b" (this the correct path to the application)
    Start Page:"z_index.jsp"
    I restarted HTTP Provider Service and the J2EE.
    When I start http://<server>:<port> i get the following error:
    The requested resource /z_index.jsp is not available
    Details:   File [z_index.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    sap.com/com.sap.engine.docs.examples is the initial default root directory, but i changed it to the correcht path...
    Can anybody help me?
    Yours
    Michael
    Message was edited by:
            Michael Cendon

    Hi,
    hqt200475 wrote:
    Hi,
    I have the Environemt:
    + Linux SUSE 11 + Oracle Enterprise 11.2.0.2
    oracle@stb:~> uname -a
    Linux stb 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxMy Problem is changing the home directory of an existing Standalone-ASM:
    /u00/app/oracle/product/11.2.0/grid_1/I want to move it to
    /u00/app/grid/product/11.2.0/grid_1/My Question: what is the optimal path?
    Optimal Flexible Architecture standard
    All Oracle components on the installation media are compliant with Optimal Flexible Architecture. This means, Oracle Universal Installer places Oracle Database components in directory locations, assigning the default permissions that follow Optimal Flexible Architecture guidelines.
    Oracle recommends that you use Optimal Flexible Architecture, specially if the database will grow in size, or if you plan to have multiple databases.
    /u00/app/oracle/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "oracle"
    /u00/app/grid/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "grid"
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/appendix_ofa.htm
    Hope this helps,
    Levi Pereira

  • How to change Default editor in Linux for PL/SQL Programming

    Deare friends ,
    I am using oracle 8i (8.1.6) on RedHat Linux 7.2 , But i donot know how to change default editor for modify editor on sql prompt say ex:-
    In winodow
    SQL> ED
    it open nope pad to modify sql and pl/sql statement
    while in linux
    SLQ > ED
    it open one editor but it is not easy to work and i want to change that editor so could you tell me how to chane editor i want to use vi editor .
    if any boyd know reply me on :-
    [email protected]
    or on this forum
    Thanking you in advance
    Piyush Patel

    Either manually do a 'define editor=vi' when you log in through sql*plus, or put that in the glogin.sql in $ORACLEHOME/sqlplus/admin or put that in a login.sql in the directory you run sqlplus from.

  • How to change default /Users and /Groups to different Volume?

    Users are created in /Volumes/<boot>/Users and groups in /Volumes/<boot>/Groups.
    We need these to be created on a different volume, eg., /Volumes/External/Users, and /Volumes/External/Groups.
    Setup Assistant correctly put user Backups into */Volumes/External/Shared Items/Backups* and also correctly put web services on /Volumes/External/ServiceData -- we want to do the same for Groups and Users.
    Groups are the most critical, as the group needs bulk storage. Users we could leave as is if it can't be done.
    How can this be configured? We've read File Server Admin, Open Directory Admin, and Advanced Server admin from http://www.apple.com/server/macosx/resources/documentation.html without finding an answer.
    Thanks in advance.

    1. Create new folders on the external volume to hold users and groups, but to prevent confusion name them something other than "Users" and "Groups". /Volumes/External/NetUsers and /Volumes/External/NetGroups would be reasonable choices.
    2. Share both of these folders (in Server Admin -> server name in sidebar -> File Sharing -> Volumes & Browse modes -> select each folder -> click Share near the top right).
    3. Enable both folders for automounting on clients (Server Admin -> server name in sidebar -> File Sharing -> Share Points-> select each folder -> Share Point tab under that -> Enable Automount option) with the default options (Directory: /LDAPv3/127.0.0.1, Protocol: AFP, Use for: User home folders and group folders). Be sure to click Save (not just OK in the dialog).
    4. To migrate users, run Workgroup Manager, and change the home location for the users you want to move (select Accounts in the toolbar -> /LDAPv3/127.0.0.1 from the hidden pop-up menu under that -> User icon tab at the left -> select the user(s) you want to change -> Home tab on the right -> select the NetUsers option from the "Where" list). Then, for each user, run this command on the server: "sudo cp -Rp /Users/username /Volumes/External/NetUsers".
    5. Similarly, move Group folders in WGM (Accounts -> /LDAP... -> Groups icon on left -> select groups to move -> Group Folder tab on right -> NetGroups in the list). Then, for each group, run "sudo cp -Rp /Groups/groupname /Volumes/External/NetGroups".
    6. Test to make sure all is working before deleting the old user and group folders from /Users and /Groups (do NOT delete /Users and /Groups themselves, just the individual folders from under them).

Maybe you are looking for

  • Problem while dropping snapshot

    Dear sir I am a junior dba, now I have a problem while I drop a customerinfo snapshot from Oracle 9.2.0.4 database. It seem to be the snapshot has been dropped correctly. But I found it's still remained in user's schema and looks like normal table. I

  • Why can't my hdmi cable work with my computer

    why can't my hdmi cable work with my computer and we i put the cable in my computer. My computer just goes black for one second and then it goes but to my computer display.

  • Email server timeout

    Account details for this user can only be updated via the site where it was first created.

  • Can Powerbook connect to sony LCD flat panel fo simultaneous display?

    I want to buy the Sony KDL-52XBR2 LCD flat panel and connect my Powerbook G4 using an HDMI or HD-15 Pin cable for simultaneous display. While the TV specs say it will allow a PC to connect and display, I have had trouble in the past with Mac/tv conne

  • Need to change  of color icons

    if status is ok display ok on icon and keep green if status not ok display not ok on icon and change to orange how to do this what components we have to use plz help new to oracle adf Edited by: 850508 on Apr 7, 2011 1:35 AM