Removing XMLDB in 10g

Can I remove XDB without killing the basic functionality of this version?
How can I stop the XMLDB listener service?

To stop the protocol servers set the port numbers to 0 in xdbconfig.xml. You must have the repository installed to use XMLType.

Similar Messages

  • Oracle Services are not removed from system (10g, on Windows 2003)

    Hi,
    I haven't used Oracle on Windows Os before and not sure what to do.
    Here is what happened
    1- I installed 10g on windows 2003 server, created a database with service name OPER
    2- I was unhappy with the installation and removed it.
    3- then I installed Oracle 10g software again, creating a database again which has name IZROPER
    now, there are two of every oracle service in the services.msci
    service names containing the first db's (OPER) are still showing up in services, how can I remove them?
    ORACLEDBCONSOLEoper
    OracleJobSchedulerOper
    OracleServiceOper
    etc..

    start -- run -- > regedit
    In regedit mode --> HKLM -> SYSTEM -- currentcontrol set --> services --> here Oracle services are avilable , you can delete from here.

  • Job removing in Oracle 10g

    Hi,
    I am working in Oracle migration from 8 to 10g.
    I have a procedure that remove all the jobs named as <job name>.It works in Oracle 8 but does not remove any job in Oracle 10g
    The command is dbms_job.remove(i.job);
    Any suggestion???

    You can remove a job from the database by issuing a DROP_JOB statement, as in the following:
    BEGIN
    DBMS_SCHEDULER.DROP_JOB (
    job_name => 'my_job1');
    END;
    and aslo you can use this
    exec dbms_job.remove(24) ;
    refer this link:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/schedadmin.htm
    Edited by: SKYNIAZI on Mar 26, 2009 10:34 AM

  • Outlier removal in oracle 10g

    I am working on oracle 10g database. Is there any function or procedure in oracle 10g database to remove the outliers from a given dataset?

    The package dbms_data_mining_transform (http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_dmtran.htm#i1013223) has a couple of procedures to help with outlier treatment:
    CREATE_CLIP
    INSERT_CLIP_TRIM_TAIL
    INSERT_CLIP_WINSOR_TAIL
    XFORM_CLIP
    These procedures support treatment of univariate outliers. The anomaly detection feature in Oracle Data Mining supports multivariate outlier detection and thus can be used to remove outliers.
    -Marcos

  • How can i remove manually oracle 10g express edition from vista

    hello
    i use windows vista
    how can i remove manually oracle 10 g express edition
    please help

    1. Uninstall all Oracle components using the Oracle Universal Installer (OUI).
    2. Delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key which contains registry entries for all Oracle products by using regedit.
    3. Delete any references to Oracle services/components in the following registry location: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/. Looks for key entries that starts with “Ora” which are obviously related to Oracle.
    4. Reboot the workstation.
    5. Delete the ORACLE_BASE directory. (i.e C:\Oracle)
    6. Delete the C:\Program Files\Oracle directory.
    7. Empty the temp directory.
    8. Empty the recycle bin.
    have you done this?

  • How can i choice not to install XMLDB in the oracle 10g 's installation ?

    thank you !

    because after i completed the installation of oracle10.1.0.2.0,when i need export my database ,it is always happen some err about XMLDB ,for example ,"PLS-00905: object XDB.DBMS_XDBUTIL_INT is invalid" and like this !
    but if i use catnoqm.sql to remove XMLDB from oracle , it will be another err about ". . exporting table R_NOTBAKTAB 21 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics."
    so i want not to install XMLDB in the installation of oracle!
    thank you very much !

  • Updating a very large xmltype table in xmldb

    Hi,
    I am working on storing a large collection of xml files inside XMLDB (Oracle 10g database). I choose to use the object-relational storage instead of CLOB storage because of the type of queries that have to be performed on this database. The files were loaded successfully into an xmltype table and currently there are more than15million records in the database. I have built functional indexes and text index to improve query performance.
    I would like to know the best way to run regular updates on this database(about once in every two weeks). The update xml files(Five 40MB files with 10,000 records each) contain both old records to be updated and new records to be inserted.
    Each record has a unique id element which can be used in checking to see if it already exists in the database. So the update procedure would require a select on the database to check and see if the record already exists and then update if it exists or insert if it does not.
    Any ideas on how to acheive this within a reasonable amount of time will be greatly appreciated.
    Thanks,
    Uma

    Thanks Mark,
    I have modified the SAXLoader to use a stored procedure inside Oracle which would insert/update as the case may be. It's taking 10 minutes to load a single update file (50MB in size with 10,000 xml records). I have built a text index on this table and it takes 20 to 30 minutes to synchronize the index. I am relatively new to XMLDB and text indexing, and was wondering if there's a way to speed up this process.
    Thanks once again,
    Uma

  • Can Oracle Database 10g and Oracle Database 10g Express Edition co-exist ?

    I just installed Oracle Database 10g Express Edition. But I also want to access isql*plus for study purposes.
    Can I download/install Oracle Database 10g without removing Oracle Database 10g Express Edition ?

    I decided to download and install Oracle 10g myself and it was pretty quick to install. So I answered my own question : Oracle 10g Express is definitely able to co-exist with Oracle 10g no problem.
    I want to post/share this answer for others who started with Oracle 10g express first - the journey I started.
    The url isql*plus is displayed near the end of the installation together with the enterprise manager url. Pretty cool.
    Now I can learn both Oracle 10g enterprise edition and Oracle 10g Express which is based on apex engine.

  • Data mismatch between 10g and 11g.

    Hi
    We recently upgraded OBIEE to 11.1.1.6.0 from 10.1.3.4.0. While testing we found data mismatch between 10g and 11g in-case of few reports which are including a front end calculated column with division included in it, say for example ("- Paycheck"."Earnings" / COUNT(DISTINCT "- Pay"."Check Date")) / 25.
    The data is matching for the below scenarios.
    1) When the column is removed from both 10g and 11g.
    2) When the aggregation rule is set to either "Sum or Count" in both 10g and 11g.
    It would be very helpful and greatly appreciated if any workaround/pointers to solve this issue is provided.
    Thanks

    jfedynic wrote:
    The 10g and 11.1.0.7 Databases are currently set to AL32UTF8.
    In each database there is a VARCHAR2 field used to store data, but not specifically AL32UTF8 data but encrypted data.
    Using the 10g Client to connect to either the 10g database or 11g database it works fine.
    Using the 11.1.0.7 Client to go against either the 10g or 11g database and it produces the error: ORA-29275: partial multibyte character
    What has changed?
    Was it considered a Bug in 10g because it allowed this behavior and now 11g is operating correctly?
    29275, 00000, "partial multibyte character"
    // *Cause:  The requested read operation could not complete because a partial
    //          multibyte character was found at the end of the input.
    // *Action: Ensure that the complete multibyte character is sent from the
    //          remote server and retry the operation. Or read the partial
    //          multibyte character as RAW.It appears to me a bug got fixed.

  • Can Oracle designer 1.3.2 work with Oracle 8.0.5

    Dear Sir/Miss,
    I would like to know if anyone can tell me if Oracle Designer 1.3.2 can work with Oracle 8.0.5 database or not?
    Thank you
    Best Regards

    First i installed Oracle 10g on my windows 7 home premium 64 bit .
    Then i installed OBIEE 10.1.3.4 on my machine
    But then there were some problems cropping up and i wasn't able to use OBIEE 10.1.3.4 with windows 7home premium 64 bit machine.
    I then removed both oracle 10g and OBIEE 10.1.3.4 from my machine.
    Then i installed oracle 11g 64bit and then OBIEE 10.1.3.4 . But again it dint work
    Can anyone help?

  • Problem installing Oracle 11g on Windows XP Professional SP2

    I removed my Oracle 10g express from my XP Professional according the
    the blog at
    http://aricsblog.blogspot.com/2005/08/uninstalling-oracle-10g-manually-from.html
    Then I downloaded win32_11gR1_database.zip (1824539KB) from oracle and
    unzipped it.
    If I click either setup.exe or oui.exe, a dos console pops up and
    shows the following:
    Starting Oracle Universal Installer...
    Checking monitor: must be configured to display at least 256 colors
    Higher than 256 . Actual 4294968296 Passed
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\Owner
    \LOCALS~1\Temp\OraInstall2008-02-17_01-10-35PM. Please wait ...
    It hangs there for about 1 minute and disappears, and nothing
    happens. Tried it a few times, and every time it was the same
    behavior.
    Am I missing anything critical? How can I install 11g on XP Pro?
    Thank you very much.

    Hav you checked you have enough swap space?I had the same issue when I tried installing Forms Developer.
    Check this url:
    http://computermemoryupgrade.mysuperpc.com/virtual_memory_swap_file_size.shtml

  • Servlet Working in one context but not another

    I'm not a sys admin, so I'm hoping this is an easy question and I'm just missing something. I have a web site with several contexts that share most of the same code. One of the contexts has the real files in it, and all the others have symbolic links to the files. This has always worked fine. The application uses .jsps and java objects, but to date no servlets were used.
    We just added our first servlet, which is used to download binary file information created by a jsp and passed to it. This works fine in the context that has the real files in it, but we get a 404 error in the other contexts. All the contexts link to the primary web.xml file from the default (working) context. We also tried copying the web.xml file to each context rather than linking it, but that didn't help.
    If anyone has a suggestion, I'd appreciate it. Thanks in advance for your time,
    Richard

    sorry all...figured it out...had a BIN$ trigger on the site_main that I had removed on the 10g R1 dev database after I had already created the dump file for the 10g R2 upgrade test db....removed this and everything works fine. This trigger was causing the site id to be re-populated from the sequence, thus not matching up when it attempted the site_detl insert.

  • 'sqlplus' is not recognized in Oracle 11g

    Hi Experts,
    I have installed Oracle 11g with OWB, I can't Connect databse through Command prompt and it show the error like
    "'sqlplus' is not recognized as an internal or external command, operable program or batch file"
    Please Help me how to resolve.
    Regards,
    Sri

    Hi,
    It may cause of Environmental variable is not declared / removed
    For Oracle 10g
    Start > My Computer > Right Click > Properties Then System Properties window will been displayed.
    At the System Properties, click Advanced Tab > Environment Variable Pop up Environment Variable will been displayed.
    Then at the System Variable, search variable PATH and click Edit / If PATH is not available then Click on New -> Variable Name PATH and then paste the location bin file like this ;
    C:\oracle\product\10.2.0\db_1\bin
    For  Oracle 11g
    Start > My Computer > Right Click Mouse > Properties
    Then Advanced System Setting -> System Properties will been displayed.
    At the System Propertie, click Advanced Tab > Environment Variable Pop up Environment Variable will been displayed.
    Then at the System Variable, search variable PATH and click Edit / If PATH is not available then Click on New -> Variable Name PATH and then paste the location bin file like this ; Drive:\app\Oracle\product\11.2.0\dbhome_1\BIN
    Thanks,
    Balaa...

  • Trigger working in one db but not another

    I have a simple instead of trigger placed on a view that inserts/updates two tables as follows:
    CREATE OR REPLACE TRIGGER ALL_SITE_VW_INS_I_U_ROW
    INSTEAD OF INSERT OR UPDATE ON ALL_SITE_VIEW
    BEGIN
    IF UPDATING THEN
    UPDATE SITE_MAIN SET......
    UPDATE SITE_DETL SET.......
    ELSE
    INSERT INTO SITE_MAIN
    VALUES(........
    INSERT INTO SITE_DETL
    VALUES(........
    END IF;
    END;
    This is working on our development 10g R1 database, however when we upgraded to 10g R2 is started throwing ORA-02291 Integrity Constraint error. I cannot determine what is different and was wondering if there's a new parameter with 10g R2 that would prevent this from working?

    sorry all...figured it out...had a BIN$ trigger on the site_main that I had removed on the 10g R1 dev database after I had already created the dump file for the 10g R2 upgrade test db....removed this and everything works fine. This trigger was causing the site id to be re-populated from the sequence, thus not matching up when it attempted the site_detl insert.

  • Can't find  FORMS90_TIMEOUT key.

    Hi All ,
    I'm running form10g on windows server 2003 OS , i want all the processes of Oracle Forms that has been aborted by users by clicking the X on the browser to be killed after 1 minute , i know that i have to set the FORMS90_TIMEOUT in the registry to 1 , but when i went to the Form's home in the registry i didn't find this string , can i create a new string key and name it FORMS90_TIMEOUT then give it the value 1 ?
    is that all i have to do ?
    Thanks.....

    From 10g , the Version has been removed so in 10g you need to enter
    FORMS_TIMEOUT
    Hope it helps

Maybe you are looking for