Schedule automatic backup on ApEx application

Hi all,
Does anyone knows how to automatically schedule and backup an ApEx application into a SQL File, saving it into server file system.
Regards Pedro.

John, i solved the previous error with a new definition for the CLASSPATH, but when i execute the command: "java oracle.apex.APEXExport" i get the following error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/apex/APEXExport (Unsupported major.minor version 49.0)
My versions are:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
SDK 1.6.0 update 13 (64-bit)
Application Express 3.2.0.00.27
Application Server 10.1.2.3.0
This error might be related with the versions?
Regards Pedro.

Similar Messages

  • Time Machine options are not working. I am unable to schedule automatic backups.

    Time Machine options are not working. I am unable to schedule automatic backups.  The On-Off button is grayed out. I can perform a backup manually.

    Thanks for responding.  I have an external disk with plenty of room.  It is used only for backup of my computer.  I get a backup by clicking on the Time Machine icon at the top of the page and select "Back Up Now."  When I click on Time Machine Preferences, there is a box labeled "Options" which allows me to exclude items from backup and notify after old backups are deleted.  There is no option to schedule a backup.  The "OFF/ON" box is gray.  For "Next Backup:" it says "Automatic backups off."  I would like to turn it on.

  • How to log in automatically to an Apex application

    I'm looking for a way to launch an Apex app that uses database authentication from e.g. Forms without having to enter your username and password again and I found this clue in a document about extending Oracle Applications 11i with Apex:
    "The next problem to overcome is the automatic logon to the Apex application. Here two approaches that could be used are:
    1. Create an Apex public logon page where you can supply the username and password as parameters to the page;
    2. Pass the username and password from Applications 11i to Apex in a cookie."
    I'm more interested in the first option but I can't find any examples of it. The Apex sample application seems to have a login page but I can't figure out how it would accept the username and password as parameters?

    Pauli,
    This might be useful: Re: Direct Login to Application Remember to use https (SSL) if you are passing clear text passwords around, otherwise you need a more secure technique.
    Scott

  • Scheduling automatic Backup of Database and Application

    Hi,
    Can anyone post the step by step process and methods to Backup my database and how to make recovery.
    I am using oracle10g db Application express .
    I am also using oracle enterprise manager 10g for scheduling email alert processes.
    platform : windows xp
    Thank You.

    Hi,
    sorry for the late reply...
    I anot using an Express edition oracle XE .. its personal edition..that too on windows xp platform...
    so i need a way of automating the backup... like weekend or midnight(daily)..
    will oracle enterprise manager be helpful for this? and how?
    thank you.

  • How can i do scheduled automatic backups to an ftp server in ios xr?

    Hello guys! As the title says im looking forward to automatically back up my running config on a cisco CRS-1 to an FTP server. I was only able to find this config example:
    Configuration commit auto-save filename ftp://A.B.C.D/myconfig.txt
    This allows me to save my config to an ftp server everytime i use commit on the device. Now i want to know if there's a way to automatically save my configs everyday at 00:00  and also include the date and time in the name of the file so i don't overwrite the existing files in the ftp server.
    I dont want to use any tool i just wanna know if what im asking is possible via CLI commands. I would greatly appreciate your help with this subject.
    Regards,
    David

    Not sure if this script will work on a CRS, but try this:
    archive
    log config
    logging enable
    hidekeys
    path tftp:///$h-
    write-memory
    time-period 10080
    Explaination: 
    There are two ways to save your config to your remote station:
    1.  When someone saves the config; and
    2.  At an alloted time period, expressed in 10080 (weekly for me). 

  • How to restore or backup Apex application from Command line ? URGENT

    We have Oracle apex 4.1 installed in Oracle 11g R2 database (windows 64-bit) 2008 R2
    For some reason our database dictionary objects are corrupted.
    We wanted to backup our Apex applications in some workspaces ASAP.
    We are not able to access apex from http://localhost:7777/pls/apex/htmldb_login
    We have an underlying database schema export (expdp).
    1) Is there a way to export or backup the apex application without logging into the apex URL ? if yes how ?
    2) Does Oracle has any of its own native tool to backup and restore from command line ?
    Thanks in advance

    My (MS Windows) experience, if I may; perhaps you'll find something useful.
    You'll find the README.TXT file in /apex/utilities directory. Read it.
    In order to use APEXExport, you need JDK version 1.5 or higher. Check your version by typing (and viewing the result):
    C:\>java –version
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)Its directory should be part of the PATH environment variable: on my computer, directory name isC:\Program Files\Java\jre1.6.0_06\binFurthermore, Oracle JDBC class libraries must be part of the CLASSPATH environment variable. Check whether it exists (in Control Panel - System - Advanced - Environment Variables). For my 10gXE, it is here:C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarI couldn't make it work; didn't know that ".\" directory must be entered into CLASSPATH as well (found that information in Arie Geller's book). Therefore, my final CLASSPATH version is:.\;C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarOK, setup is done. Now, go to your /apex/utilities directory and, from the command prompt, run (mind the upper case!)java oracle.apex.APEXExportwhich will show a short help.
    I chose to export the whole workspace. In order to do that, I need the workspace ID (got it from Apex's SQL Workshop; that might be a problem as you can't get there, can you? I can't tell how to find that information apart from SQL Workshop, but I'm pretty sure someone, who is much more experienced than me, will know it). OK, here's how you find it:select v('WORKSPACE_ID') from dual;Finally, here's the final step - export:C:\apex\utilities>java oracle.apex.APEXExport -db localhost:1521:xe -user scott -password tiger -workspaceid 1038408092496568The result are fxxx.sql files (where "xxx" represents application number).
    I hope you'll manage to export your applications; basically, nothing special here (except that ".\" directory in the CLASSPATH variable).
    Best of luck!

  • How to set automatic backup in XE 10.x.x.

    Hi there, i have installed Oracle XE in Windows XP and Windows 2003 server. Is there any option to set incremental backup as daily basis and it has to move specified drive at scheduled time.
    Thanks,
    Gobi

    Hi,
    To schedule automatic backups, use any operating system or third party task scheduling software to run the supplied backup script for your platform.
    For Windows
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN\BACKUP.BAT
    see this link
    http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/backrest.htm#CHDBHCJD

  • How to backup Apex applications using some script ?

    We have Apex 3.1 installed on our server.
    We have several workspaces + applications installed.
    I wanted to backup all the apex applications in our database, just as a precautionary measure.
    I know we can export each application individually using the web login, but I was wondering
    if there is any kind of sql script or something which I can run as a batch job in windows which
    will automatically backup all the apex applications installed.

    Does the logical backups of the database what we take include the Apex applications as well ?
    So lets say:
    Database schema name: abc
    apex workspace: abc_ws
    applications in that workspace: 1,2,3,4,5
    Now at the database level if export the ABC schema and restore it to another database,
    will my apex applications are also backed up ?

  • Automatically backup application

    Is it possible to automatically backup application without a human assistance (I mean in some script running 01:00 by cron). Wget, any other tools? Is the backup URL persistent or not?

    Have a look at this Utility from HTML DB Studio:
    http://htmldb.oracle.com/pls/otn/f?p=18326:44:::::P44_ID:1462
    You can schedule this to run via cron (Unix/Linux) or as a Scheduled Job in Windows.
    Although this is not officially supported, it works perfectly - I run it at least 1 time a day to back up all of my applications at the end of the day and just before I do something irreversible.
    Thanks,
    - Scott -

  • How to automatically login to apex and run a specific page / application

    Hi all.
    I'd like to know if there is a way of automatically login to apex and run a specific page / application. I mean, invoke browser and pass the necessary information to login (not public user) and run a specific application( ina secure way if possible).
    Thanks in advance ...!

    Hi,
    Well, as a very crude test you can set your authentication scheme to be Application Express Authenticationand define some users in Apex. Then create a before header login process on the login page (101) to automatically logon containing:
    apex_authentication.login(
        p_username => :P101_USERNAME,
        p_password => :P101_PASSWORD );
    :P101_PASSWORD := NULL;conditional on P101_PASSWORD is not null.
    Then you can login by specifying your username and password in the URL e.g.
    f?p=YOURAPP:LOGIN:::::P101_USERNAME,P101_PASSWORD:username,password
    Rod West

  • Automatic or scripted backup of appset (application set)

    Hi experts,
    I'm currently using BPC 7.5 MS and I try to schedule an automatic backup in the same way I can manually backup an appset with server manager.
    Unfortunately, I don't find any script or method allowing to doing this task.
    Is there a way to script the backup task?
    Regards,
    Guillaume

    Hello Guillaume,
    There is no built-in BPC script/task to backup AppSets the way Server Manager does.
    However, you can create an SSIS package to perform a similar backup. All you need to do is:
    - backup SQL Server database
    - backup SSAS database
    - backup AppSet folder in FileDB
    - backup AppSet folder in Webfolders
    You can Zip folders as well. Beneficially, you can use SQL Server backup compression. And to make it work similar to Server Manager backup, you can stop "OutlookSoft SendGovernor Service" prior to backups and start it after completion.
    Hope that helps,
    Akim
    P.S. on another hand, you might want to have a separate SQL Server database backup with transaction logs to improve recoverability. So, I'd just go with separate backups for SQL Server DBs, SSAS DBs and folders.
    Edited by: Akim Zubarchuk on Feb 16, 2012 10:06 AM

  • How to schedule script to automate backup of CAS/CAM

    Hi Team,
    I want to configure automate backup of CAS/CAM Device on any free server available in network.
    Is there any script or setting we can configure on these devices

    Hi Amir,
       You can take the Create SSAS database XMLA script and run the job to create the cube. The script contains the Metadata definition of the Database and it does not contain the actual data. 
    Pros: Since you are only creating an empty cube the script will run faster 
    Cons: You still need to process the created cube to use it for reports.
    Fastest option is to take the backup of the cube and restore wherever necessary.
    And you can also use TFS source control to deploy the cube and process it later.
    Regards,
    Venkata
    Venkata Koppula

  • Create automatic backup?

    Is it possible to set Acrobat Pro 9.0 to create an automatic backup of whatever document you are working on? I don't mean "save". For example, in MS Word, I have my preferences set so that a document named Backup Document Name is automatically created as I work on the document, so in case there is a computer or application crash while using the document, the Backup Document is automatically saved.
    Does anything similar exist in Acrobat Pro?
    Thanks.
    Sheri

    thank you for answer . You mean create two scheduled task with wbadmin or powershell ? Create Backup once ? With this is still full backup , or incremental ? And can I create automatic backup ?
    Falcon
    I try create automatic backup and I have 2 backup disk.After I change disk the windows backup detect new disk and create new backup . How detect which files must copy ? In the folder windowsimagebackup is list with files with hash or how ? 

  • How to automate backup in Max DB

    Hi All,
    I am using Maxdb.I would like to know is there any way to automate backup in maxdb(Like scheduling the backup at a perticular time) can any one of you help in this regard.I am using windows o/s and maxdb.
    Thanks in advance.
    Thanks
    Venu

    Hello Venu,
    To be able to monitor the database on your Solution Manager system:
    -> Please check if the database client software installed on the
       application server. See notes:
        822239     FAQ: MaxDB Interfaces
        649814     Updating MaxDB/ liveCache client software
    -> What is the version of the database? What is the SAP Basis SP on
       your Solution Manager system & what is the SAP kernel version
       your Solution Manager system?
    -> If the system is NOT running with MAXDB, you need MAXDB database-dependent part of the SAP kernel, which is known as the DBSL installed on the application server.
       SAP notes :
       325402     dbadaslib/dbsdbslib: How do I apply a patch?
       822239       FAQ: MaxDB Interfaces
       After that the application server need to be restarted.
    -> See in the SAP note  588515  the section 3.
       Call transaction DB59, Select "Integrate database" & create the database
       connection, for example, TEST < You could name it MAXDB_<SID> to have
      unique connection name>. And follow the further instructions.
      Please run the 'Connection test' after that & review the log.
      After the database connection was created in /ndb59 you could double click
      on the created connection TEST .
      Or /ndb59 -> select connection -> click database assistant bottom =>
      it brings you to the  database assistant (DB50/DB50N).
    And in the database assistant you could click on Alert Monitor and activate
    the database MTE tree.
    You could run the /ndb50n transaction & specify the created in the /ndb59 database connection TEST and execute to monitor the MAXDB database on your system.
    -> Please review the SAP note:
          431508     SAP WebAS - using DB13C or DB13 for SAP DB systems
    Thank you and best regards, Natalia Khlopina

  • How to schedule the backup for sqlserver2005/ECC5.0

    Dear all
      Our system inlude: ECC5.0,sqlserver2005,windows2003 server.I want to know that how can i implement the backup for the sap system ?
      If i use the DB13 to backup sap system ,i have to load/unload the tape manually.
      1) we use the tape library,how can i schedule the backup automatically?Maybe seems that no 3rd software can do the backup through DB13 basing sqlserver .
      2) If i want to backup automatically ,i have to backup the sqlserver directly and donnot use the DB13 ?what's the risk between them ?
    Thanks erveryone.

    Hi Dipendra,
                         For running the Adobe application You need to configure some thing in both Java as well as in ABAP stack for that abobe form application to work. You need to do some configuration in the Visual administrator for Java & also in the ABAP stack sidi using your SAP user id line creating ADSUSER , ADS_AGENT    user id creation and roles assignment and RFC destination creation etc..          
    Just refer these documents for the installation and post-configuration of Adobe Document Service on NW2004s.
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    You can start by read the note 736902 to get the credentials for the ADS.
    Hope this answers your question.
    Thanks,
    Greetson

Maybe you are looking for

  • 2007 Macbook Pro, Wireless connection slows to a crawl or drops out!

    Hi all, I have recently started having problems with my 2007 15" 2.16ghz Macbook Pro and the wireless connection to my router. Quite often it will say I am not connected to the network, the Airport symbol will fluctuate between full bars and no bars

  • Key date in query designer

    Hi All, I have a requirements to read data based on t.code S_AHR_61016403 by using Trip Begins On date and filter by receipt date therefore I'm using DS 0FI_TV_01 and able to get data into Cube level correctly. In Query designer, I have to use trip b

  • Download Dreamweaver from Adobe

    We already have two copies of Dreamweaver as part of InDesign installs. We want to try out two more copies of Dreamweaver by itself for a couple of other staff, to see if they will be able to grasp it. BUT, it seems very intrusive and painful trying

  • Problems trying to render radioButtons  & combine HTML table cells

    Hello Can anyone help please, I am trying to render radio buttons in one table column and text in other columns of the same row, and can't: Here is some example html: <tr bgcolor="#EDEDCC"> <td><input type="radio" name="downloadcode" value="223"></td

  • Error after replication

    Hello all it's my first time trying to do a replication, i finished setting up the master & materialized view, and started the replication, then i tried updating a table to check it the transaction is replicated on the other database, i got the follo