Oracle 8i Back up

Hi ,
I have Installed Oracle 8i rel 8.1.7 on the windows NT platform.
I have one oracle instance called ora817. My ERP software sits on it.
Basically it has two database schemas , test and prod.
I have created the above said instance while installing oracle through CD, but i did my database creation manually .
By going inside the server manager , i created the oracle database.
by executing the scripts.
My oracle home is d:\oracle817.
My questions:
Can I have one more oracle instance with the same home ?If not what is the procedure to create one more instance ?
How do i take back up for both the the database shcemas?

hi i am Shan Here
if u need to take a back up,it has three types
if u want to take
1 cold backup
shutdown database and copy the datafile controlfile..........
2 hot backup
use begin backup command
3 by using rman
if database is same thenwithout service and if diffrent then with service............

Similar Messages

  • Oracle database back up

    hello!
    i am new bie and am learning oracle database.can you tell me how do i take the data back up .
    Thanks in advance
    shailender

    In a very simple manner, you can shutdown your database and copy all datafiles,control files and log files or you can use Export utility to have an online data export of a user or who~e database.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by shailender:
    hello!
    i am new bie and am learning oracle database.can you tell me how do i take the data back up .
    Thanks in advance
    shailender<HR></BLOCKQUOTE>
    null

  • Oracle Query back up

    Hi,
    I am new in oracle.
    I am practicing in oracle database express edition and saving the queries also simultaneously.
    But is there any way to take the back of these files.
    Is there way i take the backup in .sql format or like a notepad files.
    Edited by: 856405 on May 3, 2011 11:37 PM

    Anu wrote:
    I am not using sqlplus command line for executing my queries. I am using Oracle data base 10 g edition (front end)Ah, yes. Most people here probably just use commercial versions of the database rather than the express edition, so probably don't realise...
    The express edition is based around having Oracle Application Express (APEX) for the front end development, so unless you explicitly choose to use SQL*Plus from the command line, everything else is handled through Apex.
    From here there is an option of saving a query. I am saving my queries and can see them also.
    My concern is to take the back of these queries. Since they are stored some where, will it be some where in the oracle installation folder? or is there any other wya to take the back up of these files as .sql..
    I hope my ques is clear now. I could have attached the snapshot but there is provision of doing so here.Apex stores queries in the Apex database schema (I think it's called FLOWS or something like that), so you would need to ensure that that schema is backed up if it's backup/recovery you're concerned about. Alternatively, you could just copy/paste your queries into notepad and save them with filenames of your own choice. Or the other alternative is that if you are just writing queries, you use SQL*Plus from the cmd prompt and use the above suggestions to save your files. Most people here will probably be using some regular text editor, or something like PL/SQL Developer, SQL Developer or TOAD to develop and edit their code, and then save it to files from there. Only people actually developing Apex applications would be doing it directly in Apex. Of course it's always good practice to ensure you have a copy of source code.
    ;)

  • Oracle as Back-end with Web Dynpro

    hello
    i wish to know how to use oracle with web dynpro as database store
    initially we have been using R/3 system as our store with
    backend of r/3 as oracle
    but now we directly want to communicate with oracle

    Hi Mitesh,
    Initially I had tried few ways to connect directly from WD to Oracle, but nothing worked for me. Finally I could achieve it only through ejbs & even today I stick to that. I tried out many things for connecting directly including accessing the JDBC connector service of the server, but don't know why nothing worked for me.
    Anyway, I'll send you the step by step process to create the ejb & use it in your WebDynpro application to connect to the database (you might find it a bit long, but I believe I have included every step). If someone knows a better way to connect pls let us know, cos it is tiresome to write ejbs each time we need to connect.
    1)     Open the J2EE perspective
    2)     Create an EJB Module project
    3)     Right click on ejbModule, create a new EJB (select your EJB type)
    4)     While creating the ejb itself, you can add business methods by clicking ‘Next’ in the UI. Another option is after creating the ejb, write the method in the bean, then select the method from ejb-jar.xml  ->  <bean name> ->method. Right click and select ‘propogate to local & remote’.
    5)     Double click on ejb-j2ee-engine.xml. select your bean and specify a Jndi name for eg: “MyJndi”.
    6)     Right click on the EJB project and add ‘classes12.zip’ file (provided by Oracle) to it’s build path. (under libraries tab). Also check the same file under ‘Order & Export’.
    7)     Create an Enterprise Application project.
    8)     Right click on the EJB module project and select add to EAR project, then select the created EAR project.
    9)     Right click on the EJB project, select ‘Build EJB Archive’
    10)     Right click on the EAR project, select ‘Build Application Archive’
    11)     Open the WebDynpro perspective, open a new project, right click on the project ->properties. Do the following configurations :-
    •     Java Build path  - select the EJB project from ‘projects’ , check the selected project under ‘Order & Export’
    •     Project references – select the EAR project
    •     WebDynpro references – select ‘sharing references’ tab, click add & make an entry as :     <vendor>/<EAR project name without .ear extension>
    You can find the vendor name under ‘application-j2ee-engine.xml’ file of the EAR project. By default it is ‘sap.com’. So if my EAR project’s name is ABC, my entry would look like ‘sap.com/ABC’
    12)     Now the configurations are over and the EJB can be invoked by writing the client code inside the webdynpro component. Like:
    InitialContext context = new InitialContext();
              Object obj = context.lookup("MyJndi");
    MyEJBHome home = MyEJBHome)PortableRemoteObject.narrow(obj,MyEJBHome.class);
              MyEJB mybean = home.create();
              int a = 0;
              a= mybean.add(10,15);
         wdContext.currentContextElement().setSum(a);
    where ‘MyEJB’ is my EJB name and ‘MyJndi’ is my JNDI name
    To connect to Oracle , you can write the usual Java code (given below) as a business methos of the ejb (similar to add() method in the example). And access it like mybean.<businessMethodName>().
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@Oracle_server_ip:Oracle port:SID of the Database","user_name","password");
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery("your query");
    Hope this helps & pls do let us know if you have any further queries,
    Best Regards,
    Nibu.

  • Need server to run swing program with oracle as back-end

    If I want to create a stand-alone program using swing and jdbc. What kind server I need?

    what do you mean distribute the application on the network? If it is a stand alone application then it is not a distributed application. Do you mean distributing the actual application to the users?

  • Import DBF back into Oracle 10G

    Hi ,
    Appreciate if someone can answer my query.
    One fine morning i find Oracle 10G is uninstalled from our Test database server but the Database files (*.DBF) are intact.
    Now i am trying to understand whether we can import these data files (*.DBF) into my Oracle instance back like before.
    Thanks
    Giri.

    It is better to start a new thread than revive an old one. You can put a link in to the old one if you like. In fact, smart posting suggests you explain what you've tried and what docs you are following, not to mention your exact version and current situation. Remember, we have no working crystal balls and can't see what you see.
    One way is to use the controlfile that is created by backup controlfile to trace. Look in the file for some instructions, and look in the docs for how to rename files when you clone a database. The docs are at tahiti.oracle.com.

  • Oracle Rdb Driver 3.1.0.0 problem with blobs

    I am trying to convert an MsAccess application to use an MsAccess front end and an Oracle Rdb back end.
    I've created the test database under VMS and can successfully link to the Oracle Rdb tables from MSAccess 2000. One of the main reasons for converting to Oracle Rdb is to be able to store large word documents in the database. I was able to do that using Oracle rdb Driver v 3.00.02.06. I recently converted to Oracle Rdb Driver version 3.1.0.0 and can no longer access the Blob field containing the Word document. MsAccess now sees this field as type ‘Binary’ and I keep getting an ‘invalid field type’ error. (with 3.00.02.06 this field was seen by MsAccess as an ‘Ole Object’ and the getchunk and appendchunk functions for getting and saving a blob worked reasonably well).
    Is this a bug in 3.1.0.0 or is there some way to get MsAccess to recognize this Binary field type?

    I suspect you'll need to contact Oracle support on this. There aren't, to my knowledge, any RDB folks around here.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to configure oracle thin drivers for SUN APPLICATION SERVER

    hi all,
    I am working with EJB with oracle as back-end. I wants to know how to configure oracle thin drivers for the SUN APPLICATION SERVER. Please explain me breifly.
    Advanced thanks to all the replies.
    with regards,
    /kumaraswamy.n

    Kumaraswamy,
    Did you try searching the Internet? Here are the results of my Internet search:
    http://tinyurl.com/zo4gk
    And one of the first hits in the list was this:
    Deploying to a Sun Java System Application Server
    Good Luck,
    Avi.

  • Oracle Rdb Driver 3.1.0.0 problem

    I am trying to convert an MsAccess application to use an MsAccess front end and an Oracle Rdb back end.
    I've created the test database under VMS and can successfully link to the Oracle Rdb tables from MSAccess 2000. One of the main reasons for converting to Oracle Rdb is to be able to store large word documents in the database. I was able to do that using Oracle rdb Driver v 3.00.02.06. I recently converted to Oracle Rdb Driver version 3.1.0.0 and can no longer access the Blob field containing the Word document. MsAccess now sees this field as type ‘Binary’ and I keep getting an ‘invalid field type’ error. (with 3.00.02.06 this field was seen by MsAccess as an ‘Ole Object’ and the getchunk and appendchunk functions for getting and saving a blob worked reasonably well).
    Is this a bug in 3.1.0.0 or is there some way to get MsAccess to recognize this Binary field type?

    I suspect you'll need to contact Oracle support on this. There aren't, to my knowledge, any RDB folks around here.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • Exporting text files in earlier editions of Oracle

    I'm not familiar with Oracle, but hope someone might be able to help me out. I have filed an access to information request with a public agency for data that I'm told is in an Oracle database.
    I have asked for the information to be released in flat text files but was told by the agency that they have an old edition (I'm not sure which one) and cannot export the information in that format as a result. As part of conditions for releasing any data to me, certain fields in their database will have to be severed to strip out personal information etc.
    The agency says it can only provide the data in pdf, which I don't believe I will be able to use.
    I'm wondering if this sounds like a valid argument - if there are earlier versions of Oracle that cannot export raw data in the format I requested. Or are there add-ons or aspects of each edition of Oracle that should make the severing and export possible?
    Thanks for any help you're able to provide...

    Any version of Oracle going back at least into the 1980s has the ability to output text files while simultaneously stripping out confidential/personal data.
    Not one of them is capable of producing that output as a .PDF file.
    Keep in mind that the people you are talking to may not know enough about Oracle to spell it correctly. If they need help they can contact me.
    Refer them to:
    SPOOL and UTL_FILE.

  • Configurate Oracle 9.0.2 with Tomcat jakarta-tomcat-5.5.7

    Hi all,
    After installing Oracle 9.0.2 as a standalone db on my PC, some Java and Jsp classes don't run properly. I get the following error msg:
    java.lang.NoClassDefFoundError: javax/xml/transform/Source
    I think it may be a problem with path. For Java programs, I now use a bat file to set path to ignore "C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;" in system's path like this:
    set PATH_BAK=%PATH%
    set Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Executive Software\Diskeeper\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\j2sdk1.4.2_06\bin;C:\j2sdk1.4.2_06\jre\lib\ext
    java %1
    SET PATH=%PATH_BAK%
    The Java classes run properly with the bat file now. But would there be some better solutions? And how can I run the JSP programs again?
    Really appreciate for any suggestion / help. Thanks very much in advance.

    The oracle\jre\1.3.1\bin is installed, and used by component of the Oracle Database that are built with Java.
    This would be things like the installer, the network config manager, etc.
    If you remove it, then chances are these things will still work, but they'll be running on an unknown version of Java (for them anyway).
    But give it a go. If you find you have problems running the installer, or the network manager later on, then you can always put the Oracle JRE back into the path to launch the utility you need.
    I tend to change mine around as you've done by setting some environment variables ORACLE_JRE=... and then switch the order of them in the PATH as I need. It's sort of self documenting in that way.
    -steve-

  • Oracle Secure Backup is not Appeared in EM

    Dear Sir,
    i have tried to show Oracle Secure Back in my EM as described in its Admin Guide
    a. Navigate to the ORACLE_HOME/hostname_SID/sysman/config directory
    and open the emoms.properties file in a text editor.
    b. Set osb_enabled=true and save the file.
    c. Stop the Oracle Enterprise Manager Database Control console as follows:
    emctl stop dbconsole
    d. Restart the Oracle Enterprise Manager Database Control console as follows:
    emctl start dbconsole
    But after this setting i am not able to see any thing in my EM.
    Any one has idea baout it, what reason it may be.....
    I can access my Oracle Secure Backup by
    https://<host name>:1158/....
    Any Body has any idea, please help
    Regards
    Muhammad Hafeez

    There is a separate forum for Oracle Secure Backup, You will get better response if you post it there.
    Secure Backup
    Daljit Singh

  • Resource Controls on Oracle Systems

    The normal resource controls for the oracle user are pretty straight forward -- per the Oracle documentation even though it is hugely Solaris 10 deficient. (we are deploying on solaris 10 u8)
    We are deploying a new data center with 2 and 3-node SFRAC clusters and we have an onsite Sun prof. services person that claims we also need to limit the user.root and default projects in the following manner (systems have 64gb memory):
    projmod -sK "project.max-shm-memory=(priv,6GB,deny)" user.root
    projmod -sK "project.max-sem-nsems=(priv,256,deny)" user.root
    projmod -sK "project.max-sem-ids=(priv,100,deny)" user.root
    projmod -sK "project.max-shm-ids=(priv,100,deny)" user.root
    projmod -sK "project.max-shm-memory=(priv,6GB,deny)" default
    projmod -sK "project.max-sem-nsems=(priv,256,deny)" default
    projmod -sK "project.max-sem-ids=(priv,100,deny)" default
    projmod -sK "project.max-shm-ids=(priv,100,deny)" default
    Has anyone see this done anywhere? Even when I was working at oracle on some of the largest oracle databases in existence I never saw such settings being deployed on Solaris 10.
    Can anyone point me to any hard documentation or similar resource?
    Much thanks,
    CC
    Edited by: rhugga1 on Jan 21, 2010 7:10 AM

    Yes the oracle documentation is wrong. I know how to set the oracle parameters.. As my OP states I was inquiring about limits set on the user.root and default projects
    Since Solaris 10 update 4, these oracle kernel parameters ARE IGNORED COMPLETELY when set in /etc/system (not to mention some are deprecated) You can easily do an empirical test of this yourself since there is so much conflicting documentation out there, including some of Sun's docs.
    Solaris 10 update 4 and later method:
    projadd -c "Oracle" 'user.oracle'
    projmod -s -K "process.max-file-descriptor=(priv,1024,deny)" 'user.oracle'
    projmod -s -K "project.max-shm-memory=(privileged,25769803770,deny)" 'user.oracle'
    projmod -s -K "project.max-shm-ids=(privileged,1024,deny)" 'user.oracle'
    projmod -s -K "project.max-sem-ids=(privileged,1024,deny)" 'user.oracle'
    projmod -s -K "process.max-sem-nsems=(privileged,1024,deny)" 'user.oracle'
    But back to the OT, I've been told there are root project tweaks that don't really make sense to me and I've yet to find any viable documentation supporting this guys claim.
    -CC

  • Problem in back to back interface calls using JDBC adpater

    Hi,
    I am facing a problem while using the JDBC adapter from XI to oracle for back to back iterface calls.
    as my scenario is as follows i am doing synchronus call with the first interface which is working fine, immediately after the synchronus call i am doing a asynchronus call which is showing as successfull in XI but it is not at all reaching to oracle side as it is supposed to update a table in oracle using a stored procedure.
    any idea what could be the problem?
    Shravan

    Hi Shravan,
    It would be helpful if you could tell us the error thrown
    by your JDBC adapter in the <b>RWB--> ADAPTER MONITORING</b>.
    Also, if possible can you give us the message being passed to your JDBC adapter.
    meanwhile, just check your JDBC adapter document format against the formats in this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    For execution of a stored procedure using JDBC adapter, make sure that the action attribute is
    <b>EXECUTE</b> and the table name provided is the name of the STORED PROCEDURE.
    Regards,
    Bhavesh

Maybe you are looking for

  • MSS error while trying to access Adobe forms

    Hi all We are using EP 7 sp14. Delpoyed ESS/MSS BP SP 14. while trying to access certain functionalities in MSS which make use if standerd Adobe interactive forme through portal its coming up with the following error. com.sap.engine.services.webservi

  • SOAP Sender Async Scenario - return message

    In SAP Note, it is provided <i>Q. What should my web service return to the adapter for asynchronous calls? A: Currently, the receiver adapter expects an HTTP 200 with a SOAP envelope with an empty content for successful delivery. Any other response w

  • DVI video out suddenly not working.

    That's basically it. I have a 23-inch Cinema HD Display at home and at the the office. Suddenly the video out is not working with either of them. The displays control panel lists the external display, so the system is detecting the connected display.

  • Notification will not work for Mail

    Downloaded Mountain Lion; everything appeared to go well with install. When I first launched Mail, there didn't seem to be any issues (had to convert messages into new format, etc.) However, Notifications for Mail is not working. When a new message i

  • Unable to turn on Mac

    my Macbook pro was unable to turn on. It shows a white screen with block sign in the middle, provides me with no error message. Does anyone know whats going on with my mac?