RTC-5260 and RTC-5324, Oracle 11.1.0.6.0

Hello,
After changing the database character set (to AL32UTF8) I cannot start the Control Center Manager anymore. I don't know if that is somehow related.
The error that I get is RTC-5360 Failed to connect to the control center... and RTC-5324 This control center access user is not associated with the specified Control center.
I tried searching for the solution, and the only thing that I came across was this post:
http://www.oravn.com/viewtopic.php?t=307&highlight=&sid=c75be6b2e0f11ef64dc4c3ec12d60cc3
I tried the proposed solution, but it did not help at all.
Any suggestions?
Thanks,
Ivan
Edited by: user10458586 on 2008.10.22 04:01

checkout the foll and one of these should solve your problem
[http://www.orafaq.com/forum/t/75845/0/]
Error while deploying a mapping in OWB.
API5022: cannot connect to specified repository. Problem?

Similar Messages

  • RTC-5260 and RTC-5301 error in Oracle Warehouse Builder (OWB)

    Hi,
    I'm a newbie in OWB and I still have to fix some concept in my mind about the infrastructure.
    I'm experiencing the error in the subject while deploying an object (the first object I'm trying to deploy) in OWB.
    I also tried to execute the $ORACLE_HOME\owb\rtp\sql\start_service.sql script but I got this error:
    Role set.
    Not Available
    Diagnostics:
    service startup failure using command "/u02/app/oracle/product/11.2.0/db_1/owb/
    bin/unix/run_service.sh -manual 2 /u02/app/oracle/product/11.2.0/db_1 OWBSYS 19
    +2.168.100.252:1522:evodw" reason ORA-29532: Java call terminated by uncaught Ja+
    +va exception: java.io.IOException: service early exit: code=255 : err=2010/12/2+
    +8-17:09:00-UTC [C53DCE][] oracle.wh.runtime.platform.adapter.InfrastructureExce+
    +ption: RPE-01003: An infrastructure condition prevented the request from comple+
    +ting.+
    +- ORA-00604: error occurred at recursive SQL level 1+
    +ORA-01882: timezone+
    +region not found+
    +at oracle.wh.runtime.platform.service.controller.PlatformDb+
    +.connect(PlatformDb.java:123)+
    +at oracle.wh.runtime.platform.service.+
    +please invoke [owbhome]/owb/rtp/sql/service_doctor.sql for more information+
    +PL/SQL procedure successfully completed.+
    Any suggestion?
    If it can help I also executed the service_doctor.sql script; this is the output:
    +Role set.+
    +>>>>>> There are errors in one or more PL/SQL packages and functions+
    +Platform properties have been loaded correctly+
    +Platform location has been seeded correctly+
    +NLS messages have been loaded correctly+
    +>>>>>> The platform service is not available+
    +Service script is accessible to the database server+
    +Connection information stored within the repository is correct+
    +PL/SQL procedure successfully completed.+
    Thanks in advance,
    Samuel Rabini
    Edited by: Samuel Rabini on Dec 28, 2010 6:11 PM

    Another thing: I compiled the invalid package of owbsys user and now the service_doctor.sql script returns:
    Role set.
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    +>>>>>> The platform service is not available+
    Service script is accessible to the database server
    Connection information stored within the repository is correct
    PL/SQL procedure successfully completed.

  • Equium L10: Issue with main battery and RTC battery

    Hi
    I have the Toshiba Equium L10 and it is around 14 months old and I am having problems with the battery pack and how long it lasts after a full charge. I am also having problems with the RTC battery and an ERROR 0271: Check date and time settings message when I turn on the notebook.
    With regard to the battery pack, I can fully charge it up in around 3 hours but when I start to use it, it only seems to last around one and a half hours or so and it then needs to be charged again. I may have it on for around 40 minutes or so and then turn it off and come back to it later or in a day(s) or so. How long should I expect from a fully charged battery?
    Regarding the RTC batttery, this is really becoming a pain and I have only started getting the ERROR 0271 message at boot time, over the last few weeks or so. I can fully charge the battery pack up and then leave it for a couple of days, but when I turn it on, I get the ERROR 0271 message about the date and time settings being incorrect. Surely after a full charge, the RTC battery should last longer than a couple of days?
    The user manual states that if the RTC battery is exhausted or getting low, you should charge the RTC battery for 24 hours, but in another part of the manual it states between 24 and 48 hours, but how can you charge it for that long when the sections regarding the charging of the battery pack state that after charging the battery pack you should disconnect the AC adaptor because leaving it connected will shorten the life of the battery pack. So how can we charge the RTC battery for 24 to 48 hours if we are not supposed to leave the AC adaptor connected after the battery pack is charged - which is around three hours. Any suggestions regarding these problems, would be appreciated.
    By the way we all know it's easy to change the RTC/CMOS battery in your desktop base unit, but how easy is it to change it in a Toshiba L10 Equium?
    Regards
    Brave0

    Hi Brave0,
    The normal recommendation for the CMOS (RTC) battery is to leave the notebook connected to the AC adapter for at leat 12 hours once the main battery is fully charged. The charging circuitry will divert the charge current to the RTC battery automatically and no current will be passed to your main battery.
    The recommendation for not leaving the AC adapter plugged in when the main battery is fully charged is really only applicable to older notebooks which did not use Li-Ion batteries and consequently they had to be fully discharged before recharging so as to avoid any 'memory' effects in the battery.
    With modern Li-Ion batteries it is quite safe to leave the battery in place when fully charged and still power the notebook from the AC adapter. The charging circuitry will not pass any charge to the battery if it is fully charged.
    regards,

  • Best Practice to fetch SQL Server data and Insert into Oracle Tables

    Hello,
    I want to read sqlserver data everry half an hour and write into oracle tables ( in two different databases). What is the best practice for doing this?
    We do not have any database dblinks from oracle to sqlserver and vice versa.
    Any help is highly appreciable?
    Thanks

    Well, that's easy:
    use a TimerTask to do the following every half an hour:
    - open a connection to sql server
    - open two connections to the oracle databases
    - for each row you read from the sql server, do the inserts into the oracle databases
    - commit
    - close all connections

  • Difference between upgrdae and migration about oracle database

    Difference between upgrdae and migration about oracle database
    please give the comments

    Well, the question is almost philosophic...<br>
    In 9i, there is a Migration Guide whereas in 10g there is a Upgrade Guide.<br>
    Furthermore, in 9i, there is the command line startup migrate whereas in 10g that's startup upgrade.
    Somebody think upgrade when go to new release, and migration when go to new version.<br>
    Others think upgrade when new version replace database in place, and migration when new version include a move of database.<br>
    Another point of view is : upgrade is for technical, and migration for application/data.<br>
    <br>
    Well, after these explanations, your upgrade/migratation notion will not be more clear, but I think that is not very important, only a terminology game. The most important is to know what you need : new version or new release.<br>
    <br>
    Nicolas.

  • Difference between Null in c and Null in Oracle

    Hi,
    Can any one tell me the difference between NULL in C language and NULL in Oracle
    Rds,
    Naga

    > Null is some garvage value in oracle.
    Not sure what you mean.
    AFAIK and not being a C programmer myself, isn't null CHR(0) in C? I'm not sure the two concepts (SQL null and C null) have anything in common.

  • Migration MS ACCESS FORMS and Reports to Oracle (Java or Forms or Reports)

    Hello ,
    can someone tell me, how i can migrate a whole MS ACCESS 2000 mdb (with forms and Reports) to Oracle.
    I think i have first migrate the Access DB with the OMWB to Oracle and in the next Step to convert the VBA Code to JAVA or Forms9i.
    BUT Is there a tool available for Migrating VBA code like the OMWB ????

    I don't know if this is an obvious question, but do you have MS Access 2k installed on the machine you are trying to run this from? I'm assuming yes.
    If you do and there is still a problem, you should log a ticket for support who will take your mdb and help out with the issue for you.
    Many thanks
    Barry

  • Loading MS Access Table and Data into Oracle

    Hi,
    I have few tables in MS Access. I want to create same layout of tables in Oracle and want to populate data from MS Access tables to Oracle tables.
    Please let me know if there is a way by which I can create tables and load data automatically (thru some option or script)?
    I have Oracle 10g database and its clients.
    Thanks in advance,
    Rajeev.

    You can use Oracle migration workbench
    Loading MS Access Table and Data into Oracle
    It´s very easy to use and good to import
    regards,
    Felipe

  • How to extract data from xml and insert into Oracle table

    Hi,
    I have a large xml file. which will have hundreds of the following transaction tags having column names and there values.
    There is a table one of the schema with coulums "actualCostRate","billRate"....etc.
    I need to extract the values of these columns and insert into the table
    <Transaction actualCostRate="0" billRate="0" chargeable="1" clientID="NikuUK" chargeCode="LCOCD1" externalID="L-RESCODE_UK1-PROJ_UK_CNT_GBP-37289-8" importStatus="N" projectID="TESTPROJ" resourceID="admin" transactionDate="2002-02-12" transactionType="L" units="11" taskID="5017601" inputTypeCode="SALES" groupId="123" voucherNumber="ABCVDD" transactionClass="ABCD"/>
    <Transaction actualCostRate="0" billRate="0" chargeable="1" clientID="NikuEU" chargeCode="LCOCD1" externalID="L-RESCODE_US1-PROJ_EU_STD2-37291-4" importStatus="N" projectID="TESTPROJ" resourceID="admin" transactionDate="2002-02-04" transactionType="L" units="4" taskID="5017601" inputTypeCode="SALES" groupId="124" voucherNumber="EEE222" transactionClass="DEFG"/>

    Re: Insert from XML to relational table
    http://www.google.ae/search?hl=ar&q=extract+data+from+xml+and+insert+into+Oracle+table+&btnG=%D8%A8%D8%AD%D8%AB+Google&meta=

  • Install and uninstall of Oracle 11g R2 on Windows 2008 Server

    Hi,
    I installed Oracle 11g R2 and set up a database on Windows 2008 Server following the steps in the Installation Guide and it was successful. After uninstalling the product and doing a re-install, the step to configure the Net Configuration Assistant fails with the following msg.
    Failed to allocate port(s) in the specified range(s) for the following process(es): JMS
    [5540-5559], RMI [5520-5539], Database Control [5500-5519], EM Agent [3938] | [1830-1849]
    Also, when I ran "netca.bat" and tried to reconfigure the Listener, it indicated the default port 1521 is being used. I ran "netstat -an" and do not see the port listed.
    Questions:
    What is the best way to check if something was leftover from my previous install of Oracle that is using the default ports?
    What do I need to do to ensure a re-install is successful?
    Uninstalling Oracle -
    1.     Log in as the Administrator.
    2.     Stop all Oracle Services.
    3.     From a cmd window, run C:\app\oracle\product\11.2.0\dbhome_1\deinstall\deinstall.bat.
    4.     Delete the C:\app\oracle directory.
    5.     Remove the following registry entries as per http://download.oracle.com/docs/cd/E11882_01/relnotes.112/e16777/toc.htm:
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle Services for MTS
    HKLM\System\CurrentControlSet\Services\EventLog\Application\OracleDBConsole<SID>
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.<SID>
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.VSSWriter.<SID>
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle11

    Johan, after I uninstalled Oracle, I checked to ensure there were no remaining Oracle services remaining.
    Srini, below are the steps I followed to uninstall Oracle. In step 3, I just ran deinstall.bat without any parameters and provided required information as prompted. Note, I uninstalled using the Administrator user and not the "oracle" account that I used to install Oracle.
    Uninstalling Oracle -
    1. Log in as the Administrator.
    2. Stop all Oracle Services.
    3. From a cmd window, run C:\app\oracle\product\11.2.0\dbhome_1\deinstall\deinstall.bat.
    4. Delete the C:\app\oracle directory.
    5. Remove the following registry entries as per http://download.oracle.com/docs/cd/E11882_01/relnotes.112/e16777/toc.htm:
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle Services for MTS
    HKLM\System\CurrentControlSet\Services\EventLog\Application\OracleDBConsole<SID>
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.<SID>
    HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.VSSWriter.<SID>
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle11

  • Statement for Lock and Unlock an Oracle user (Urgent)

    Hi DBAs.
    I just want to know about the statement used for lock and unlock the Oracle user thru sysdba suer.
    Thanks
    Hassan

    Hey,
    SQL> alter user <USERNAME> account lock;
    and
    SQL> alter user <USERNAME> account unlock;
    Cheers,
    Marcello M.
    Sorry Justin, same answer........
    Message was edited by:
    Marcello M.

  • How to find Fragmentation of tables and tablespaces in oracle 8i

    Hi,
    How can i measure the fragmentation of Tables and Tablespaces in oracle 8i.
    Do any one have any handy script to find the same.
    What are the attributes to be determined to do health checkup of a database.

    how many such empty blocks are there in the table and of what size.Again Tom Kyte reference :
    http://asktom.oracle.com/pls/ask/f?p=4950:8:7760471022221195640::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:231414051079
    For tablespace, fragmentation is the regular termAbout tablespace, the link from post above can help.
    Nicolas.

  • How to read the data from XML file and insert into oracle DB

    Hi All,
    I have below require ment.
    I will receive data in the XML file. then i need to read that data and insert into oracle tables. please let me know how this can be handled.
    Many Thanks.

    Sounds a lot like this question, only with less details.
    how to read data from XML  variable and insert into table variable
    We can only help if you provide us details to help as we cannot see what you are doing and only know what you tell us.  Plenty of examples abound on the forums that cover the topics you seek as well.

  • Extract the data from SQL Server and Import into Oracle

    Hi,
    I would like to run a daily job that will export the table data from SQL server table (it will be only one or two table) and Import back into Oracle table (it might one or two table tables).
    Could you please guide me that how can i do this using either sql server or oracle?
    We have oracle 9.2 and sql server 2005.
    Normally i do from flat file which is generated by source destination nand i dump into oracle using sql*loader but this time I have to directly extract/export the data from MS Sql server and load into Oracle table, mostly it will reload so i might doing any massaging data during the load.
    If you show me the detail approach, it will be really appreciated.
    I have access to Sql server but i don't how to use sql server to do this or using oracle as a daily job even becuase have to schedule the job for this as it will be a daily job.
    Thanks,
    poratips

    Unless you can find an open source ODBC driver for SQL Server that runs on Solaris (and I wouldn't be overly hopeful there) Heterogeneous Services would require that you license something-- a third party ODBC driver, a new Oracle instance, or an Oracle Transparent Gateway.
    As I stated below, you could certainly use SQL Server's ETL tool, DTS. Oracle's ETL tools would require additional licensing since you're just on 9.2. You could also write a small application (Java or otherwise) that connected to both databases and transferred the data. If you're particularly enterprising, you could load the SQL Server Type 4 JDBC driver into Oracle's JVM and write a Java stored procedure that connected to the SQL Server database via JDBC, but that's a pretty convoluted approach.
    Justin

  • How to integrate from MS SQL SERVER 2005 and Flatfile to Oracle 10g.

    Hi
    I am new to ODI. I am trying to load sample data from MS SQL Server 2005 and Flatfile to Oracle 10g.
    1. I have created three models.
    1-1. SQL2005 (SRC_CUSTOMER table)
    1-2. Flatfile (SRC_AGE_GROUP.txt & SRC_SALES_PERSON.txt)
    1-3. Oracle 10g (TRG_CUSTOMER table)
    You may know I got those environments from the ODI DEMO environment.
    2. I could able to reverse the tables also.
    3. I have created an interface which contains source table (from MSSQL 2005), Flatfile and target table from ORACLE model.
    4. I have imported the knowledge modules. But I am confusing in selecting the knowledge modules to source and target tables.
    I've selected LKM File to SQL for flatfile model.
    I've also selected LKM SQL to SQL for MSSQL 2005 model and IKM Oracle Incremental Update for the target table (ORACLE).
    I've also implemented the interface that I created. It worked without errors. But there is no data in target table which is TRG_CUSTOMER.
    I really would like to know what happened and what the problems are.
    You can email me [email protected]
    Thanks in advance
    Jason Lee

    what did give for SRC_AGE_GROUP SRC_CUSTOMER join condition
    if it is
    (SRC_CUSTOMER.AGE=SRC_AGE_GROUP.AGE_MIN) AND SRC_CUSTOMER.AGE=SRC_AGE_GROUP.AGE_MAX
    give it as
    (SRC_CUSTOMER.AGE>SRC_AGE_GROUP.AGE_MIN) AND SRC_CUSTOMER.AGE<SRC_AGE_GROUP.AGE_MAX

Maybe you are looking for

  • Closing stock of a particular date

    how to get plant wise material closing stock on any particular date. say previous months end date. I am calculating that from MSEG table with the help of MSEGINSMK and MSEGSHKZG field. (with date filtaration by joining MBLNR of MKPF table) But stock

  • How to detect if the user is using SSL

    I use weblogic 5.1 sp6and NES 4.1. Netscape plug-in connects them together. I also install the verisign certificate on the NES 4.1. I want my JSP code to detect if the user is using http or https to visit my site. However, isSecure() will return fals

  • Images on website are layering. I don't get clean page like I do in explorer.

    I have a website I visit (codingcertification.org). When I go to the forum now the page is all messed up. This started about 6 or 7 days ago. Now when the page loads it is like it is in layers. Instead of the forum taking up the left side of the page

  • Seeing File Size in Finder

    I can find out the size of a garageband file by using getinfo. This of course is relatively tedious. How do I see the sizes of gargareband files in Finder?

  • November updates cause error in IE group policy files

    Hi, I reinstalled Windows 8.1 with Update today and noticed an error after installing either the IE 11 cumulative update or the optional November rollup update package. The error pops up only if either or both are installed. If they are uninstalled,