Backup of PRD Server to Restore in TEST Server of db2

Dear Sir
I have tried to Restore PRD Backup to Restore in TEST Server using Clip method Redirect Method
Data base was restored, but not up
Can any Sap Guru help me to restore PRD Backup to Restore in DEV server,
Regards /Ashwani

Hi Ash kumar,
You  restoring with offline backup or online backup.if your restoring with online backup.Check up to date logs are avaliable in test server.
If we want to restore the backup
->db2 restore db Sid from path (where the backup file is located)
after displaying successfully status type command
->db2 rollforward db SID to end of logs and stop
->db2 rollforward db SID complete
To check the status of rollforward
->db2 rollforward db SID query status
Regards,
Chandu

Similar Messages

  • Production server Incremental Backup is restoring in Testing server

    Dear All,
    Currently our Production database is running in windows 2003 server , Oracle version is 10.2.0.4.0
    Now my question is daily incremental backup of production server will be restored in testing server (same configuration in production server
    and testing server ) how can i achieve this .....
    Regards,
    S.Arun

    Hi Oradba,
         Thanks for your response. I went through the link and we need this only for testing purpose and not for reporting.
    We need to take incremental backup and restore it in testing server. Is it possible to do this without RMAN.(Due to some Business reasons)
    Thanks & Regards,
    S.Arun

  • Can dw cs3 connect directly to sql server database without a testing server?

    I'm new to dreamweaver but have used script tools that link
    directly to my sql server database.
    Not in dw, so far. As of this early stage, I don't have or
    want to use a web server, and it's blocking me
    without one. I just want to prototype without a testing
    server, directly to my database. And while I'll try php
    later, I didn't want to have to get into it or cold fusion,
    etc. right away.
    Can dw connect directly to sql server database without a
    testing server?
    I'm running XP sp 3 at this point, and don't see IIS. There's
    probably some security issues
    I'll have to tangle with. The goal is for my website to end
    up on the company intRAnet, not the www.
    fwiw, I can Build in Data Link Properties and get a
    successful test to my sql server database via
    Microsoft Data Link, but once I go back and try the test in
    OLE DB Connection it balks on the testing server,
    as I don't have one locally or otherwise. Isn't there a way
    to link to db without a testing server?
    Thanks for any insights.

    Art wrote:
    > You can connect to SQL server using ODBC in windows.
    Yes, you can. However, Dreamweaver's PHP server behaviors
    work only with
    MySQL. To connect to any other database, you need to hand
    code
    everything yourself.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Impact of Rman restore on test server.

    Hi,
    I am working on oracle 10g on linux 64 bit
    I have rman backup from production database. Name and SID of production database is Prod1 and i want to to check this RMAN backup after restoring it on the other test server (VMDB) for Disaster recovery.
    Now problem is that, i want to test it for DR, where i only need to run a script to restore and recover a database at the time of disaster in production site.
    My disaster recovery site will be in different network, so i can keep the name of database and sid same as of Production but is it possible that i could install the database in test database with same db name and same sid as of Production when Test and Production database are in same network.
    What will be the steps if i want to have a single script to restore database to new server. Do i need to create database with installation of Oracle on test machine or RMAN script will create database by itself.
    Do i need to set same dbid as of production in test database before restore. What can be the problems when i have production database running and i am restoring backup of same database on test machine with different IP address but same database name and SID and setting same DBID. I am not using catalog
    I have a full backup of database +Auto backup of controlfile and spfile
    Production database is being accessed by client via TOMCAT server.

    >
    is it possible that i could install the database in test database with same db name and same sid as of Production when Test and Production database are in same network.
    >Yes it is possible.
    >Do i need to create database with installation of Oracle on test machine or RMAN script will create database by itself.
    >
    There is no need to run CREATE DATABASE. Running the right RMAN RESTORE statements will recreate database control files, datafiles and redo log files.
    >What will be the steps if i want to have a single script to restore database to new server.
    >
    Note that in case of disaster recovery, you must make sure that RMAN backups are available from test server.
    You can try to apply following example to your environment:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmrecov.htm#BRADV156
    >
    What can be the problems when i have production database running and i am restoring backup of same database on test machine with different IP address but same database name and SID and setting same DBID. I am not using catalog If you are not using RMAN catalog, risks are limited: you should take care at least:
    1. that Oracle Net configuration files (tnsnames.ora) used in production are not updated
    2. that any tool/script you are using to manage (monitor, backup, etc.) the test database does not interfere with the production database.

  • Error during the hotbackup restore to test server with different db name

    Hi,
    I am using hotbackup to restore the database with new name on other server
    i moved hot backup set to test server i recreated the controlfile
    SQL> @/mounts/dcsnpts1_temp/oradata/dcsnpts1/create/create.sql;
    Control file created.
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 10354451046463 generated at 06/08/2010 02:51:17 needed for
    thread 1
    ORA-00289: suggestion :
    /mounts/dcsnpts1_arch/dcsnpts1/dcsnpts1_arch_R677255203_T1_S1030.arc
    ORA-00280: change 10354451046463 for thread 1 is in sequence #1030
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01195: online backup of file 1 needs more recovery to be consistent
    ORA-01110: data file 1:
    '/mounts/dcsnpts1_data/oradata/dcsnpts1/dbfiles/system01.dbf'
    ORA-01112: media recovery not started
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01195: online backup of file 1 needs more recovery to be consistent
    ORA-01110: data file 1:
    '/mounts/dcsnpts1_data/oradata/dcsnpts1/dbfiles/system01.dbf'
    i do not have archive logs how i can open the database with resetlog
    apprecited inputs.
    Thanks
    Prakash

    all 3 instances reside on single server we use netapp snapshot backup what it will do is it will take all db's snapshot in same time (hotbackup).The snapshots are NOT instantaneous!
    If they were actually frozen in time, the DB would be consistent & open.
    The snapshot must be handled as any other online (hot) backup.
    ALTER SYSTEM SWITCH LOGFILE;
    alter database begin backup
    -- take hot backup
    alter database end backup
    ALTER SYSTEM SWITCH LOGFILE;
    Restore backed up files, then apply all redos inclusive to steps above

  • Oracle 9i DB restore on Test server

    Hi all,
    Production DB 9i
    Solaris 9
    Veritas 6.5
    We backup our Oracle production database using Veritas Netbackup 6.5 with RMAN integration to tape.
    Is it possible to perform a restore of a production db to a test server (new host) without having any affect upon the production db or the RMAN catalog.
    Can the RMAN backup set for a particular db be restored at file level? If so then I could copy the RMAN files to test server and perform an RMAN recover using nocatalog.
    Test Server Oracle10g on Solaris 10.
    I bit confuse how to restore spfile & contrl file from auto backup.
    I trying .......!!!!!!!!!!!
    I copied pfile,spfile,control file move to new host on different directory & I already change the path of directories in pfile.
    Test Server
    RMAN> target / nocatalog
    RMAN> startup nomount pfile='/export/home/oracle/initpfile.ora'; ---DB started nomount mode.
    Q. How I restore spfile & control file from autobackup? I have to connect Target DB with or wihtout Recovery Cat DB....and restore spfile & controlfile does it any affect on production db?
    Has anyone performed anything similar and have a list of steps they could share with me.
    Thanks

    Hi Santosh,
    The problem is that the rman backup on tape of Production DB cannot be accessed by Test Server.
    How I gona recover control file & DB file.....etc.
    I want to know how I move production DB backup which is on tap move to disk.......
    or
    I let me know what is way to access backup........?
    Regs
    Muhammad Asif
    Edited by: user508467 on May 12, 2009 5:43 AM

  • SAP BW System - Memory requirement to restore to test server

    Hi,
    We have SAP BW system version Business Information Warehouse 3.0B. System has following configuration:
    ~
    CPU : 32
    Physical Memory: 67108864 KB
    Physical Memory Available: 30654448 KB
    Database using Memory: Apprx 20 GB
    Database Size: Apprx 5.3 TB
    ~
    We are planning to restore this system to a test server. Test server is having 4 CPU and 8 GB RAM.
    Can you please let me know to do a restore, how many CPU and Minumum RAM We require on test server? How to check from current configuration, how much SAP is using memory?
    Appreciate your help.
    Thanks a ton in advance.
    Best Regards,
    Basis CK.

    Hi  Arun,
    Thanks for the propmt reply.
    We are just planning to do a Disaster Recovery Mock Run. We will be restoring production server database to test server and will be recovering a database and then will start SAP.
    But not sure, if 4 CPU and 8 GB will allow to start SAP. Can you help? Currently Instance profile memory parameters has been set for 64 GB memory. I need to adjust the profile parameter propationately for the less CPU and memory ? how to check and do that.
    Appreciate your help.
    Thanks
    Regards.
    Basis CK

  • RMAN Restore on Test DB Fails - ORA-01152:file 1 was not restored from blah

    Calling all RMAN Gurus!
    I'm having trouble recovering an RMAN backup on my test DB server. Please Help!
    Solaris 10/Oracle 10.2.0.4 Standard Edition (Both Servers)
    Part one - Step by Step
    Primary Server
    1. Perform full backup: backup database plus archivelog;
    2. Copy Backupset & Controlfile to test server: "RSYNC/NFS Mount"
    Test Server
    1. rman target /
    2. startup nomount;
    3. restore controlfile blah blah
    4. alter database mount;
    5. catalog backuppiece
    6. restore database; - no issues
    *7. recover database noredo; - no issues*
    *8. alter database open resetlogs;*
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/09/2009 08:48:22
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/data/oracle/oradata/planodb/system01.dbf'
    All is good until I try and open the database. What am I missing?? Why doesn't this work???
    Because .... If I go through the exact steps but I perform a "recover database" instead of "recover database noredo", I can open the database!!!
    Example :
    6. restore database; no issues
    7. recover database;
    Starting recover at 09-SEP-09
    using channel ORA_DISK_1
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=34
    channel ORA_DISK_1: reading from backup piece /data/oracle/orabase/backup/backup
    set/2009_09_09/o1_mf_annnn_BACKUP_PLANODB_000_0_5bgkffqq_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/data/oracle/orabase/backup/backupset/2009_09_09/o1_mf_annnn_BACKUP
    PLANODB000_0_5bgkffqq_.bkp tag=BACKUP_PLANODB_000_090909010005*
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    archive log filename=/data/oracle/oradata/arch/PLANODB/archivelog/2009_09_09/o1_
    mf_1_34_5bhdkwd4_.arc thread=1 sequence=34
    channel default: deleting archive log(s)
    archive log filename=/data/oracle/oradata/arch/PLANODB/archivelog/2009_09_09/o1_
    mf_1_34_5bhdkwd4_.arc recid=42 stamp=697106925
    unable to find archive log
    archive log thread=1 sequence=35
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 09/09/2009 08:48:52
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 35 lowscn 1425007
    This is ok because seq 35 doesn't actually exist!
    8. alter database open resetlogs;
    database opened!

    You could also explore the UNTIL clause of the RECOVER DATABASE command to specify Recovery until a specific Log, SCN or Timestamp.
    Since you are cloning a Hot Backup to another server the Recovery has to be an Incomplete Recovery. So, it will be to a Log, SCN or Timestamp -- either of which you could also explicitly specify with the UNTIL clause.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • Synchronize with Testing Server?

    If I have not set up a remote server, only my local testing server, is there a way to Get the files from the testing server? I've done a lot of work that's currently only being saved on the testing server because it's through wordpress and I don't want to lose it. Dreamweaver (CS4) only referrs to "get newer files from remote site" which is confusing considering I don't have one set up. When I try synchronizing that way it's synching thousands of files and it's having trouble "getting" files such as my faqs.php. Could this be a permissions issue?

    dalenhughes wrote:
    If I have not set up a remote server, only my local testing server, is there a way to Get the files from the testing server? I've done a lot of work that's currently only being saved on the testing server because it's through wordpress and I don't want to lose it. Dreamweaver (CS4) only referrs to "get newer files from remote site" which is confusing considering I don't have one set up. When I try synchronizing that way it's synching thousands of files and it's having trouble "getting" files such as my faqs.php. Could this be a permissions issue?
    Yes it is possible because Wordpress has nothing to do with DW.  Having said so, all you need to do is this:
    1) Setup your remote server with Wordpress installed and all databases created;
    2) Backup your localhost databases using the methods given in this article:
    <http://tinyurl.com/ypvg83>
    3) Restore the backed up databases to your remote server using the method given in this article:
    <http://tinyurl.com/5r4nv9>
    Finally, may I suggest that you should stop using DW to update your Wordpress website because Wordpress works completely differently from DW.  DW uses simple flat text files that can be manipulated using any text editor.  Wordpress uses its own framework that posts all data to a MYSQL database.
    hth

  • Remote and Testing Server FTP Problems

    I have a Dreamweaver site defined. I have an 2 domains and 2
    FTP accounts. I am using one for my remote server and one for my
    testing server. When I go to preview, it uploads the file to the
    remote server instead of the testing server. Then it goes and tries
    to view the file on the testing server and there is a file not
    found error. If I try the same thing but use 2 network drives or 1
    network drive and 1 FTP account (remote or testing), everything
    works as expected. Any ideas why this happens?

    Sounds like you are properly configured. I don't have a good
    idea why this
    is not working....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "supwoman" <[email protected]> wrote in
    message
    news:fj1jbs$mt8$[email protected]..
    >I have one Dreamweaver site defined.
    >
    > I have one domain (www.1.com) and an FTP account to
    upload files to the
    > folder
    > pointed to by that domain. I am using this information
    for my remote
    > server as
    > part of my Dreamweaver site.
    >
    > I have another domain defined (www.2.com) and another
    FTP account to
    > upload
    > files to the folder pointed to by this domain. I am
    using this information
    > for
    > my testing server as part of my Dreamweaver site.
    >
    > The pages I am building are Coldfusion, so I want to be
    able to test them
    > before deploying them to my live site (www.1.com). I
    cannot setup a local
    > server to do my testing.
    >
    > So, I should be able to checkout a file test.cfm, make
    some changes, then
    > hit
    > the server debug button to preview those changes. It
    should upload the
    > file to
    > the testing server and take me to the
    www.2.com/test.cfm. Then, when I
    > finished
    > testing and check in the file it should upload it so it
    is found at
    > www.1.com/test.cfm.
    >
    > The problem I have is that when I got to test, it
    uploads the file to
    > www.1.com/test.cfm instead of www.2.com/test.cfm.
    >
    > If I use network drives instead of two FTP accounts,
    everything works
    > fine. I
    > hit the server debug button, it transfers the file to
    the right place.
    >
    > Sorry, if I didn't explain that well.
    >
    >

  • TESTING SERVER ISSUES

    I am new to dynamic site development. Am caught up in a very
    basic issue. I am using XP Pro, IIS is working, am trying to set up
    a ASPjavascript page. In "site definition", "testing files", my URL
    is
    http://localhost/test. "Test URL"
    gives error "Dreamweaver cannot use the prefix you entered to
    display live data Please double check your site configuration or
    click Help for more information (HTTP error:12029)".
    If I ignore this and complete the site definition, when I
    make a new ASP javascript page, the Application Databases,
    Bindings, Server behaviours etc don't work - "Set up the sites
    testing server" is not checked
    The IIS
    http://localhost/ works fine. If i put
    in a file in the test folder "index.html" and type in
    http://localhost/test/index.html
    , the page opens.
    Details of the Site Definition settings are:
    LOCAL INFO
    Site : test
    Local root folder : C:\inetpub\wwwroot\test\
    Http address:
    http://localhost/test/
    TESTING SERVER
    Server model :ASP javascript
    Access : local/network
    Testing server folder : c:\inetpub\wwwroot\test\
    URL prefix :
    http://localhost/test/
    I've checked and re-checked IIS, Site definition settings.
    I've been to as many forums as I could. I've un-installed and
    re-installed dreamweaver - No luck.
    I would greatly appreciate any help in resolving this issue.
    Thanks in advance

    Hi,
    You posted a reply to my problem regarding the "testing
    server". I did things as you'd told but am still stuck with the
    same problem. I can open the index page in the internet explorer by
    typing in
    http://localhost/test/index.html.
    My problem is that when trying to make a dynamic page in
    ASPJavascript, the "bindings", "server behaviours" etc won't work
    as the third step "set up sites testing server" remains
    "unchecked". In the database if I check "use DSN on testing server"
    I get an error message saying that 1)There is no testing server on
    the server machine 2) The testing server specified does not map to
    the
    http://localhost/test/_mmserverscripts/MMHTTPBD.asp
    URL. Verify prefix maps to the root of the site.
    I am certain that the IIS is working as I can access the
    local host on the internet explorer.
    I feel that the whole issue revolves around when I am working
    on the Site Definition and at "SiteDefinition"-"Basic"-TestingFiles
    stage, when I click "TestURL" it gives the error message that
    dreamweaver cannot use the prefix entered to display live data.
    I have been trying everything , but haven't been able to
    resolve this very basic issue.
    I am grateful that you took time to reply earlier and I would
    be even more grateful if you could help me here.
    Thanks and best regards

  • Setup for testing server "the prefix does not match.."

    I am just getting started using Adobe Dreamweaver CS3
    with AppServ (Apache, Php, MySQL).
    Im using Windows XP Service Pack 2 and and test it on the
    same computer.(localhost)
    I created a folder on my hard drive
    C:\AppServ\www\MyLocalSite.
    Here´s the setup under the Advanced tab in Dreamweaver:
    Server model:
    php Mysql
    Acess:
    local network
    Testing server folder:
    AppServ/www
    URL Prefix:
    http://localhost/MyLocalSite
    When I click OK, the following message is displayed:
    The site URL Prefix for the testing server does not
    match..
    I have run a lot of sites on my localhost but never ever
    get this unusual message.
    The worst is - I cant use the Recordset with Bindings in
    Dreamweaver CS3 if I dont solve this weird "prefix" problem.
    I ´ve tried a lot of workaround solutions but always end
    up with the message
    that prompt "the prefix does not match.."
    Is it a bug or what?
    I appreciate every answer
    Update
    21:47.................................................................................... .
    I´ve tried to configure a connection to the database
    and I end up with this message:
    1) There is no testing server running on the server machine
    2) The testing server specified for this site does not map
    the
    http://localhost:80/myLocalSite/_mmServerScripts/MMHTTPDB.php
    URL.
    Verify that the Prefix maps to the root of the site
    The server is running and is working when I request my local
    site in IE 7:
    localhost/myLocalSite/index.php

    I too had been experiencing this problem after installing XP
    service pack 3 last week.
    Too fix this issue I had re-assign all file permissions to my
    root web folder.
    Remove all permissions and re-assign the groups
    administrators, authenticated users and everyone FULL CONTROL of
    this folder.
    Click the advanced button and make sure permissions are not
    being inherited from the parent folder.
    Then select the option to re-assign all permissions to all
    child files/folders.
    Good luck.

  • Universe Migration Procedure from TEST Server to PROD server

    Hi,
    We are using SAP BO XI R3 version in our project TEST windows 2003 server.
    we have designed the universe in TEST BO Server and it's working great.
    Now, we would like to move/migrate the universe created in TEST Server to the PROD server.
    please let me know the migration steps [step by step procedure - documents] in getting the universe available in PROD server as well.
    Note: We are using SAP BO XI R2 version in PROD server & XI R3 in TEST Server respectively in separate physical machine .
    Regards,
    Karthik

    Thanks for your support Henry. I agree with your point.
    I have 1 quick question: if we copy the .unv file from TEST BO R3 server and paste the same .unv file to PROD BO R2 server, will it be available for importing in PROD BO R2 Server [to do modification in connection settings (connection to pointing PROD DB)]?
    If yes, we can copy [not export (no use of tool)] manually the .unv file from TEST R3 server and paste it manually in PROD R2 Machine under universes folder and make any modification like changing the connections....etc.,
    Please let me know if this approach works fine with no issues. Because its going to be done in PROD.
    Many Thanks,
    Karthik.

  • Ftp & test server

    Hi
    I'm a bit confused.
    Now got my test server up and running publishing to my wwroot
    on my local
    machine.
    Does doing this mean that I can no longer use teh ftp client
    to upload to
    the clients domain?
    thanks
    Ian

    Open the Site window to full. To make the server you need to
    work with
    active, there are icons at the top of the window that will
    make one or the
    other active. By default, the true remote server is active.
    To change that
    to the testing server (and thus not send your testing files
    to the
    production site until they are finished), click the testing
    server icon and
    the testing server info will be seen in the remote side
    (probably the left
    side, depending on your preferences). Hit the refresh arrow
    to see the
    files on the testing server if only the main folder is
    visible.
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Ian Edwards" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Nancy
    >
    > thanks for the info, you lost me at
    >
    > "or select the testing server "remote" (local/network)
    icon at the top of
    > the site folder to make that server active"
    >
    > Could you let me have a bit more info?
    >
    > thanks
    >
    > Ian
    >
    > "Nancy *Adobe Community Expert*"
    <[email protected]> wrote in message
    > news:[email protected]...
    >> Those instructions assume that your "remote" is
    local. If you have a
    >> true remote host, select FTP as the remote type and
    input the FTP
    >> address, user and password in the fields provided.
    Then FTP to remote to
    >> send the files to the server, or select the testing
    server "remote"
    >> (local/network) icon at the top of the site folder
    to make that server
    >> active.
    >>
    >>
    >> --
    >> Nancy Gill
    >> Adobe Community Expert
    >> BLOG:
    http://www.dmxwishes.com/blog.asp
    >> Author: Dreamweaver 8 e-book for the DMX Zone
    >> Co-Author: Dreamweaver MX: Instant Troubleshooter
    (August, 2003)
    >> Technical Editor: DMX 2004: The Complete Reference,
    DMX 2004: A
    >> Beginner's
    >> Guide, Mastering Macromedia Contribute
    >> Technical Reviewer: Dynamic Dreamweaver MX/DMX:
    Advanced PHP Web
    >> Development
    >>
    >>
    >> "Ian Edwards" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Now Now just cos you lost at tennis!
    >>>
    >>> Hi Murray
    >>>
    >>> I was sent this link as I was having problems
    >>>
    >>>
    http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_3.asp
    >>>
    >>> If I set it up as it says it works Ok but if I
    input the ftp details I
    >>> get the error mesage about the path being wrong
    >>>
    >>> So do I just setup the ftp normally?
    >>>
    >>> cheers
    >>>
    >>> Ian
    >>> ps I thought you played very well
    >>>
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> No.
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>> ==================
    >>>>
    >>>>
    >>>> "Ian Edwards"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Hi
    >>>>>
    >>>>> I'm a bit confused.
    >>>>>
    >>>>> Now got my test server up and running
    publishing to my wwroot on my
    >>>>> local machine.
    >>>>>
    >>>>> Does doing this mean that I can no
    longer use teh ftp client to upload
    >>>>> to the clients domain?
    >>>>>
    >>>>> thanks
    >>>>>
    >>>>> Ian
    >>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • How to test restore in another server?

    Hi,
    I want to test full backup (hot backup using RMAN) of my DB (11.2 SE) on another server (I didn't install DB on yet).
    Saad,

    to test the backup -which is done by third party softwareHow you restore really depends on how you backup the database !
    Without knowing how the backup is done it would be incorrect to advice a single method to test restoration.
    Nevertheless, you need to start with an installation of Oracle software (RDBMS, Binaries) on the new test server. You would have to install the same Oracle RDBMS Release and Version as the one that is running in your production server (where the backup was taken). If the third party software incorporates media management libraries, you'd need to install and configure them as well. Thereafter, the restore command depends on how the backup is done.
    Hemant K Chitale

Maybe you are looking for

  • Need Advice WRT iPod Purchase - Which Model?

    I've never considered buying an iPod before, but I've been making a lot of business trips by car in the past couple of years, so having music to play all long the way would be A Good Thing. But, which model to buy??? I don't think I'll have the need

  • Iphone calendar is repeating days

    When I look at calancar on my iphone 4 (list style), it lists the following: tue may 17 wed may 18 tue may 17---where is this coming from? thur may 19 syncing and updating did not fix this. There are a few other instances where there is an extra tues

  • Output file error

    An option in my menu is to save an array to a file. I can do this seperately in a test, but I cannot encorporate the test into my program correctly. I get an error message when I try to use the "save to file" option in my menu. The rest of my program

  • JTabbedPane using a JLabel in setTabComponent

    Hi, I am in front of a problem with the JTabbedPane and the setTabComponent function. I want to use a specific JLabel in the tab. I have done this but I have pointed out that using the setToolTipText on my JLabel prevent me from browsing the tab by c

  • MPOWER z87 board shuts down right after boot

    Today i got my msi z87 mpower board, 4x4GB corsair vengeance pro 2133 cl9 ram and a 4770k. I am using my old AX650, which definitely works and the H60 i had. I can't pass posting, i crash literally within a split second after i press the power button