MAXDB copy log file from one server to the other server.

Hi All,
I want to copy a log file from one server to the other server , the database is Maxdb and i don't know how to do it. I want to do it through command prompt, (set of commands required) the front end tool which we are using is DBM ( database manager). Please help.
Regards
M.A

Hi,
Basically, the process is of log shipping. Transferring logs from DC to DR system.
For that, you can check HowTo - Standby DB log shipping - MaxDB - SCN Wiki
This is script based. I have not done it but the idea remains the same.
Regards,
Divyanshu

Similar Messages

  • I recently bought two iMac quad core i5 processor speed 2.5 Ghz. Every time I use Air Drop and I send a file from one iMac to the other, a black curtain drops and I am asked to restart the computer!!! What can I do?

    I recently bought two iMac quad core i5 processor speed 2.5 Ghz. Every time I use Air Drop and I send a file from one iMac to the other, a black curtain drops and I am asked to restart the computer!!! What can I do?

    That's a kernel panic and indicates some sort of problem either with the computer's hardware or software. Visit The XLab FAQs and read the FAQ on diagnosing kernel panics. It would help to post the panic log: Mac OS X- How to log a kernel panic.
    Meanwhile, try booting the computers into Safe Mode then restarting normally. If this is simply a disk repair or cache file problem then this may fix it.
    You can also try creating a new admin account on each computer then booting into the new account. This would help determine if the problem is related to a bad file in the user accounts.

  • Copying report file from one server to another requires refresh database?

    Hi,
    I am using Crystal Reports 11 for development.
    We have a number of crystal reports that are served on a web server running classic ASP that uses these reports with Embedded Crystal Server XI installed on the server.
    When I am developing or modifying a .rpt file (report) I connect to a UAT/development database on a dedicated development server.
    When I am happy with the report and testing is successful I copy and paste the report onto the production server, replacing the old report.
    The problem is I don't have a user account and password on the production server. Our DBAs are the only one with passwords on the prod servers. If an application needs a password entered they come to my desk and enter it for me.
    The problem is in order for the modified report to work on the production, I have to call up a DBA to "verify the database" for me by connecting to production server and entering username and password.
    This is really annoying.
    Why can't I just disconnect\log off server in crystal reports, then copy and paste the .rpt file to prod server and be done with it?
    If I had dozens of reports to change, it seems very rigid that I have to ask a DBA to enter the user account and password used by the application to run the report.
    Can someone please explain how to be able to copy and paste modified reports/ or new reports from one server to another without having this problem.
    Thanks
    Haggisns

    Moving to the Legacy SDK forum.
    Crystal can be magical sometimes but if you don't tell CR where the database is how is it to know you moved it?
    As you have seen and for security reasons you can't simply "drop" a report on any server and expect it to just connect to a new DB server without being asked to enter in credentials or that you have changed the DB server to report off of.... If it's too much work for the DBA to set log on info then he should give you access to so can.
    Thank you
    Don

  • Move File from one floder to the other

    Hi,
    did anyone work on this requirement?
    Search for a file in a  directory(AL11).
    If the file  is found than  copy the file to the outbound directory
    I have used the FM EPS_GET_DIRECTORY_LISTING to search file. and how will i copy it from arcive directory to the outbound directoty?

    DATA: file_count  TYPE i,
            dir_count   TYPE i.
      DATA: file_table  LIKE sdokpath OCCURS 0 WITH HEADER LINE,
            dir_table   LIKE sdokpath OCCURS 0 WITH HEADER LINE,
            source      LIKE rlgrap-filename,
            destination LIKE rlgrap-filename,
            return TYPE i.
    IF p_move = 'X'.
        CALL FUNCTION 'TMP_GUI_DIRECTORY_LIST_FILES'
          EXPORTING
            directory  = text1
            filter     = '*.*'
          IMPORTING
            file_count = file_count
            dir_count  = dir_count
          TABLES
            file_table = file_table
            dir_table  = dir_table
          EXCEPTIONS
            cntl_error = 1
            OTHERS     = 2.
        IF sy-subrc = 0.
          LOOP AT file_table.
            CONCATENATE text2 file_table-pathname
            INTO destination.
            CONCATENATE text1 file_table-pathname
            INTO source.
            CALL FUNCTION 'WS_FILE_COPY'
              EXPORTING
                destination = destination
                SOURCE      = SOURCE
              importing
                return      = return.
            CALL FUNCTION 'WS_FILE_DELETE'
              EXPORTING
                file   = source
              IMPORTING
                return = return.
          ENDLOOP.
          CALL FUNCTION 'TMP_GUI_DIRECTORY_LIST_FILES'
            EXPORTING
              directory  = text1
              filter     = '*.*'
            IMPORTING
              file_count = file_count
              dir_count  = dir_count
            TABLES
              file_table = file_table
              dir_table  = dir_table
            EXCEPTIONS
              cntl_error = 1
              OTHERS     = 2.
          IF file_count > 0.
            CONCATENATE 'Error copying' source 'to' destination
            INTO i_error SEPARATED BY space.
            APPEND i_error.
          ENDIF.
        ENDIF.
      ENDIF.
    Create a folder named tes1 and test2 in C drive and place a dummy file 1.txt and check the code.
    Text 1---  C:\test1\1.txt
    Text 2 -- C:\test2\1.txt
    K.Kiran.

  • Copying a Window from One Smartform to the Other

    Hello Experts!
    I was wondering if there is a way that I can copy a window and then paste it on another smartform.. it is that simple. I have tried the normal righ clicking and copy and paste but it does not work.
    Thank you,
    Val.

    Hi
    I donot think It is possible. But you can copy a smartform to your own development classes.
    For that you need to do the following things.
    Check the link
    Re: change std invoice smart form?
    Reward if make some sense to you
    Thanks
    Krushna

  • Copying video files from one external drive to another

    Hello! I am very new to Apple and FCP, so please forgive my ignorance. I have looked through the other topics and have not found one that addresses my question, so please forgive me if this has been addressed in the past.
    I am working on a project and have all of my video clips saved to a G-Tech G-Raid 320 GB extenal hard drive. I captured much of my footage using "capture now" instead of logging individual clips for various reasons (i.e.: some tape sources did not have timecode), so if I ever have a problem, simply recapturing the footage does not appear to me to be a valid option.
    With this weighing heavily on my mind, I thought it would be best to copy the poject to a second G-RAID external hard drive.
    However, the G-RAID uses an 800 firewire and my G5 computer only has one such port.
    What would be the best way to copy from the one external drive to the other? Will I have to copy the files to my internal hard drive first? And if so, how do I do that? Thanks!!

    Crystal,
    Please reply to a specific post, not to your orignial one. This keeps the threaded discussion in order.
    To see the format for a drive. Open Disk Utility. It is located in your /Applications/Utilities folder.
    You should see all your connected drives on the left side of the window. Click on the icon of the drive you want information on. Select the Volume icon, not the Drive icon ( the volume icon is the one under and slightly indented to the right of the drive icon)
    Look at the bottom of the window. You'll see an item FORMAT: it should say Mac OS Extended. If it says MS-DOS, you'll need to ERASE the disk. When you do that, you'll have the option of changing the format.
    Do not right click and COPY. Simply drag the icon of the folder containing your media files from one disk to the other. It will copy by default.
    good luck.
    x

  • How Can I Copy an database from one server to another ?

    Hi All,
    I need to copy an existing database from one server to another server. I want to maintain all the settings from the source database.
    I´m not used to Oracle database and i´d be glad for any help.
    How can I do this ? Do I need to backup and restore in the other server ? Do I need to copy files from one server to another ?
    Any help will be really appreciated.
    Carlos.

    I think a simpler approach, other than using RMAN, is to do a database export from the source and then import them into the target database. But you will need to do some ground work on the target, i.e, create database, tablespaces, and schemas (with their name the same as those in the source database.)

  • How to copy a file from one location to another ???

    Hi,
    I have a file ('D:/Pictures/1.jpg') and I want to copy this 1.jpg file to a location called 'D:/Folder1'. I tried the WebUtil_File.copy_file function, but it does not work. it returns false boolean.
    I am using windows xp and oracle 10g.
    The webutil configurations are also completed.
    This D: drive is the one which has oracle 10g application server installed.
    Am I doing anything wrong or missed?. I need to complete this urgently. but it does not work.
    Or any other way to copy a file from one place to given any path?. After this I have to renaming (may be using Rename_File function) the copied file. Please advice me.

    An alternative could be HOST command, that calls OS prompt to run a command in the server and then return the focus to the Forms:
    HOST ('copy D:/Pictures/1.jpg D:/Folder1/1.jpg');
    Edited by: Kleber M on Sep 9, 2011 12:38 PM

  • Need to copy .txt file from FTP server and downloaded on local server directory.

    I need to figure out a way to copy .txt file from ftp server in local server directory using sql jobs.

    Below links will help achieving it:
    https://www.virtualobjectives.com.au/sqlserver/ftp_scripts.htm
    http://www.mssqltips.com/sqlservertip/2884/sql-server-integration-services-ssis-ftp-task-for-data-exchange/

  • How to transfer the files from one server to another through pl/sql...?

    I want to transfer all the files from source server with respective directory to designation server with respective directory (designation server - oracle reside server).
    Is it possible to ftp from one server to another server(designation server - oracle reside server) through pl/sql. these two servers are independent & unix server.

    No ... The package mentioned in
    http://www.oracle-base.com/dba/miscellaneous/ftp.pks
    this works for across the server i.e. transfer the files from one server to other (it is basically ftp) ..
    So it is NOT correct that this code transfer the file between two location & with in server..

  • How to copy a file from application server to local system

    Guys,
    Need to copy a file from application server to local system.Is there an FM for the same.
    Tried searching for it but couldn't find anything useful.
    Code snippets will be highly appreciated.
    Warm Regards,
    P.
    Moderator message: very frequently asked and answered question, obviously you did not search thoroughly, all points removed.
    Edited by: Thomas Zloch on Dec 3, 2010 4:48 PM

    hi,
    You can use the transactions CG3Y or through program u can do like this..
    DATA: BEGIN OF IT_FILE OCCURS 0,
                    LINE TYPE STRING,
               END OF IT_FILE.
    OPEN DATASET <file_name>  FOR INPUT IN TEXT MODE ENCODING DEFAULT.
            IF SY-SUBRC IS INITIAL.
              DO.
                READ DATASET<file_name> INTO IT_FILE-LINE.
                IF SY-SUBRC = 0.
                  APPEND IT_FILE.
                  CLEAR IT_FILE.
                ELSE.
                  EXIT.
                ENDIF.
              ENDDO.
            ENDIF.
    CLOSE DATASET <file_name>.
    Download it to local system using  FM - GUI_DOWNLOAD

  • Copied oracle binaries from one server

    We are on 10.2.0.1 on solaris 10 We have copied oracle binaries from one server to another and now we want that oracle database will get installed
    Can you please let us know that what needs to be done so that I will be in sync
    If I am not wrong then there is command like relink
    Please suggest>???

    Take a look to the metalink note : How To Clone An Existing RDBMS Installation Using OUI Doc ID: Note:300062.1
    ... and the doc :
    http://download.oracle.com/docs/cd/B19306_01/em.102/b31949/managing_deployments.htm#BABCGEHB
    Nicolas.
    Message was edited by:
    N. Gasparotto

  • How to compare the files from one server to another

    Hi !
    I want to compare the files present in one server to another server. I had to list out the files which is not present in the server and import those files to an excel file. There are lot of folders and lot of files present inside those folders. I want a java or jsp or javascript program code for this or any site which indicates how to do. What are the requirement for this program to implement like any tool or any other techniques. Please can u help me out.

    No ... The package mentioned in
    http://www.oracle-base.com/dba/miscellaneous/ftp.pks
    this works for across the server i.e. transfer the files from one server to other (it is basically ftp) ..
    So it is NOT correct that this code transfer the file between two location & with in server..

  • Transfer files from One server(Solaris OS) to another server(Solaris OS)

    Hi,
    I want to Transfer files from One Server(Solaris OS) to another Server(Solaris OS) on private network through ftp and after transferring the files i want to delete these files from first server.
    How can i do that ?
    thanks

    http://commons.apache.org/net/

  • I have recently transferred data from my old Mac to my new one. The result was good, but I have 2 users now, whose data I want to merge into 1 single user, so to avoid having to switch from one user to the other to view and use certain files. How to do it

    I have recently transferred data from my old Mac to my new one. The result was good, but I have 2 users now, whose data I want to merge into 1 single user, so to avoid having to switch from one user to the other to view and use certain files. How to do it?

    Here's an easy way:
    Pick the user that you want to eliminate (making sure that the remaining user has administrator privileges) and move all of the data that you want to keep into the Shared folder. Reboot or log out and login to the user you want to keep. Copy all the data from the Shared folder into your account - placing it neatly in folders (Documents, Music, Movies, etc.).
    Once the data is moved, log into the account you want to delete just once more to make certain that you've grabbed all the data you want to keep. Log out and log back into your admin account and go to System Preferences>Users & Groups and delete the 'old' user.
    That should do it.
    Clinton

Maybe you are looking for