Workload Repository Snapshot error

Hello,
Can any one have a better understanding of this error and let me know how to solve this and make it run properly?
1 BEGIN
2 FOR I IN 1..1000000
3 LOOP
4 INSERT INTO T101 VALUES('LARGE STRING');
5 END LOOP;
6* END;
SQL> /
BEGIN
ERROR at line 1:
ORA-01653: unable to extend table SYS.T101 by 8 in tablespace C101
ORA-06512: at line 4
Thanks a lot
Alain

Hello,
Yeah I added two datafiles to the tablespace as you may see bellow but it keep on giving the same error is that any thing else i can do? or the datafiles added are not enough?
1 BEGIN
2 FOR I IN 1..100000
3 LOOP
4 INSERT INTO T101 VALUES('LARGE STRING');
5 END LOOP;
6* END;
SQL> /
BEGIN
ERROR at line 1:
ORA-01653: unable to extend table SYS.T101 by 8 in tablespace C101
ORA-06512: at line 4
SQL> ALTER TABLESPACE C101
2 ADD DATAFILE '/u01/app/oracle/oradata/orcl/c101a.dbf'
3 SIZE 5M
4 /
Tablespace altered.
SQL> begin
2 for i in 1..1000000
3 loop
4 insert into t101 values('large string');
5 end loop;
6 end;
7 /
begin
ERROR at line 1:
ORA-01653: unable to extend table SYS.T101 by 128 in tablespace C101
ORA-06512: at line 4
SQL> ALTER TABLESPACE C101
2 ADD DATAFILE '/u01/app/oracle/oradata/orcl/c101b.dbf'
3 SIZE 5M
4 /
Tablespace altered.
SQL> begin
2 for i in 1..1000000
3 loop
4 insert into t101 values('large string');
5 end loop;
6 end;
7 /
begin
ERROR at line 1:
ORA-01653: unable to extend table SYS.T101 by 128 in tablespace C101
ORA-06512: at line 4

Similar Messages

  • Automatic Workload Repository  Snapshots stopped ! How to restart

    Hello,
    On a 10.1 database when I try to create a ADDM report (Database: DBNAME > Advisor Central > Create ADDM Task ) I get a warning the following Warning :
    Insufficient Data in Interval. For displaying data on this page, two historical snapshots are needed. Make sure that two snapshots are present in the target database instance. In addition modify the interval so that it is contained within two available snapshots.
    if I check the AWR snapshots (Database: DBNAME > Automatic Workload Repository > Snapshots
    )I notice that I have no more snapshot since few days.
    I have search how to start again the Automatic Workload Repository Snapshots, but I did not found how to do it.
    Some body can help to restart the AWR snapshots.
    Thanks in advance !!!
    Best regards
    Gaspard Amiet

    Hello Chandra,
    Select snap_interval from dba_hist_wr_control; Return : +00 00:10:00.000000
    Before It was to 1 hour and I change to 10 minutes.
    statistics_level=TYPICAL, that is the default I think.
    One more point, on this database the AWR snapshot work well before.
    Best regards
    Gaspard

  • Problem Automatic Workload Repository after upgrage to 10.1.0.4.0

    Hello everybody,
    We upgraded last week a database 10g from release 10.1.0.3.0 to 10.1.0.4.0.
    Since this upgrade, the AWR doesn't create any snapshot anymore but the process MMON is still living.
    I tried to modify the interval of creation (reduce from 1H to 30min) of the snapshot using EM. When I execute the command I receive the following error statement:
    Please correct the following error:ORA-13516: SWRF Operation failed: CATPROC not valid ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 83 ORA-06512: at line 1
    Should I re-execute some script(s) from .../RDBMS/ADMIN to fix it?
    Thank a lot in advance for your support to solve this issue.

    Hopefully I could find a post on the Oracle Forum to fix my issue.
    I did the following operations:
    1) SHUTDOWN IMMEDIATE;
    2) STARTUP UPGRADE;
    3) SQLPLUS / AS SYSDBA
    4) @<Oracle_home>/RDBMS/ADMIN/CATPATCH.SQL
    5) When the script completed check that no errors occured.
    6) SHUTDOWN IMMEDIATE
    7) RESTART
    After this the Automatic Workload Repository could execute normally the snapshots and I was able for exemple to modify the frequence of the snapshots creation.
    I only don't understand why I had to execute this sql script to get in running. Should this script not be a part of execution of the upgrade 10.1.0.3.0 to 10.1.0.4.0 ?

  • Server Manageability - Automatic Workload Repository

    Hello,
    is possible to clean an awr snapshots group, I have problems of space in the SYSAUX, any information would greatly help me.
    thanks!
    Miguel Cadena

    thanks..
    Solaris 10 Sparc
    Oracle 10.2.0.4 Enterprise Edition
    V$SYSAUX_OCCUPANTS
    SM/AWR     Server Manageability - Automatic Workload Repository     SYS          *** MOVE PROCEDURE NOT APPLICABLE ***     --> 4895232 --> SPACE USAGE KB.
    SYSAUX     5.495,6 Mb Used.
    The filesystem is already at the top and I need to free this space... removing some old snaps I get?
    MAC

  • WORKLOAD REPOSITORY report for

    What fields are import to check in the WORKLOAD REPOSITORY report ?

    1008032 wrote:
    Dear
    This is happen due to you are given the begin snap id and end snap id not between the shut down time .EX begin snap it at 12 am 1521 and you shut down at 12:30 am and you you give the 1:00 am snap id 1522 .That time system can not collect the statistics betwwn 1521 and 1522.
    Or you should enable statistics_level parameter if it 11gr2 you should enable controlfile_management_pack _access='DIAGNOSTIC+TUNING'
    issue not resolved please post your error..........
    Thanks&regards
    SS.vijaibabuI checked my statistics_level it shows value TYPICAL which I think is right.
    SQL> sho parameter statistics_level
    NAME TYPE VALUE
    statistics_level string TYPICALAlso I given snap id which between single startup & shutdown still the problem is same sqlplus session get closed after asking for snal ids.
    If error gets generated where it gets generated?

  • "File Repository Server error" when trying to commit a new CrystalEnterprise.Program instance to the InfoStore

    I've run into an issue where saving a new CrystalEnterprise.Program instance is throwing an ambiguous exception with no other information than a generic HRESULT code and the even less useful error message "File Repository Server error". I've debugged the code using the COMException managed debugging assistant and Reflector to get to the callsite of the COM object, but there is nothing there to indicate what the actual File Repository error is attributed to. Logging for the InputFileRepository service in the CMS was been set to HIGH, but nothing shows there as a result of my code executing.
    The call to myInfoStore.Commit(...) is where the COMException is thrown.
        protected void CreateProgramObject(InfoStore infoStore)
            using(PluginManager pluginManager = infoStore.PluginManager)
                using(InfoObjects newCollection = infoStore.NewInfoObjectCollection())
                    using(PluginInfo programPlugin = pluginManager.GetPluginInfo("CrystalEnterprise.Program"))
                        using(Program tempProg = (Program)newCollection.Add(programPlugin))
                            const string USER_FOLDER_QUERY =
                                "Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '[email protected]'";
                            using(InfoObjects folders = infoStore.Query(USER_FOLDER_QUERY))
                                if(folders.Count < 1)
                                    Response.Write("No user folder was found!");
                                    return;
                                using(InfoObject userReportFolder = folders[1])
                                    tempProg.Title = "Scheduled File";
                                    tempProg.Description = "My new program";
                                    tempProg.ParentID = userReportFolder.ID;
                                    tempProg.ProgramType = CeProgramType.ceScript;
                                    tempProg.Files.Add(@"E:\sample.bat");
                                    try
                                        infoStore.Commit(newCollection);
                                    catch(SystemException snx)
                                       Trace.Write(snx.ToString());
    Has anyone run into this issue and found a resolution?

    Thank you for the reply. I changed the file path on the BOE Server to match the path I'm using in the Files.Add(...) call. At least now I get a different error message, but it's still not enough to resolve the issue. The message is "File Repository Server error : File system operation for D:\Scripts\test.bat on File Repository Server failed.  If the problem persists, please contact your system administrator for event log information." I verified the service account the SIA service runs under can access that path, but still no luck.
    Using a UNC path resulted in the original "File Repository Server error" message in the Exception.

  • File Repository Server error : Failed to determine whether there is enough

    Hi, We have setup a new server and while loading file we are getting following error message.
    File Repository Server error : Failed to determine whether there is enough disk space. We are on BOXI R2 SP3 on windows server 2003 with WAS on IIS 6.0.
    From CMC the error message is:
    There was an error while retrieving data from the server: Unable to open file C:\WINDOWS\TEMP\tmp875.txt.
    I ran Input FRS with a particular port and was able to ping FRS on that port. So port is opened.
    Does anyone know reason for this?
    Thanks,
    Kalpesh

    Can you elaborate exactly what you had to resolve this issue.
    Thanks, Mani

  • Performance tuning--- Automatic workload repository  (AWR &ADDM)

    hi all,
    i am in need of some kind of demo or step-by-step procedure to implement Oracle 10G Automated workload repository and ADDM....................
    atleast Point me metalink note should work fine .... actually i need real time implementation details .....
    i will appreciate if any one can post their real time implementation experience/procedure ................ that would help me a lot !! i gotta do this in nxt 2 days...........
    thanks in adv.

    This procedure appeared to be called by ADDM which will generate report based on AWR data. How did you "turn off" AWR? Is it from EM?
    Here's more information about ADDM
    http://www.oracle.com/technology/oramag/oracle/04-may/o34tech_talking.html
    The problem is this shouldn't greatly impact your system performance. This is actually part Oracle so called self tuning effort. How did you determine it consumes a lot of memory?

  • Server backup Faliure Wth failing with snapshot error

    Hi Team ,
    One of my VM guest Machine's backup job is getting failed again and again with snapshot error .
    When I checked logs I can see Event Warning  " VM disks consolidation failed "  where currently there is no snapshot is available  on this machine.
    But When I manually run the snapshot by using by using quiesce Method and then again run backup Job from Symantec , Backup runs fine 7
    We are using Symantec Netbackup 7.6.1 and My VM Machine is running on ESXi01 , VM version 9 , Guest OS MS Windo 2008 R2
    Any Help Would be really appreciate

    Hi,
    DO THIS FIRST
                 a) Try to do a storage vMotion of that VM and delete the file which are left behind along with the VM folder (if any )
                 b) Take a VMware snapshot and after completion , Go for DELETE ALL --> This will update the snapshot records in the VMX file and snapshot configuration file with latest number which is unique while taking the snapshot as per the process.
    DO THIS AFTERWARDS
               a) STOP and set to manual service for Volume shadow copy ,VMware snapshot provider and Virtual Disk inside the Guest OS. Wait and Check for schedule backup.

  • Repository Connection Error: Causes and Solution?

    Hi All-
    We are facing the following error frequently when working with OWB client 11gR2:-
    Repository Connection Error: The connection to the repository was lost, because of the following database error: Closed Connection.
    Exit OWB without commiting
    Can anyone of you help us understand the root cause and possible solution for the same?

    First you need to check is are you able to connect to the same user form Sqlplus.
    Cheers
    Nawneet

  • Getting BO 4.1 File Repository Server Error

    I am trying to save a 2008 report directly from Crystal Reports 2008 to a BO 4.1 repository and I am getting the following error
    <Caution Triangle Image> File Repository Server Error:
    I am able to upload the 2008 Crystal Report using the Add / Local Document directly to the BO 4.1 server but it only allows me to make a copy not overwrite.
    Does anyone know what I need to do, if anything to get it so I can save the report directly form Crystal Reports
    thanks

    Hi Alan,
    CR 2008 is supposed to work with BO XI 3.1. For BI 4.1 you should use CR 2013.
    -Abhilash

  • Snapshot Error When Adding Article to Transactional Replication

    I am trying to add an table articles to my transactional replication setup.   When I do, the snapshot error fails with the following message:
    Source: Microsoft.SqlServer.Smo
    Target Site: Microsoft.SqlServer.Management.Smo.SqlSmoObject GetSmoObject(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)
    Message: Attempt to retrieve data for object failed for Server '<servername>'.
    Stack:    at Microsoft.SqlServer.Management.Smo.Server.GetSmoObject(Urn urn)
       at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.BuildSmoObjectArrayAndUrnLookupTable(IDictionary& dictUrnKeyArticleScriptingBundles)
       at Microsoft.SqlServer.Replication.Snapshot.SmoScriptingManager.DoScripting()
       at Microsoft.SqlServer.Replication.Snapshot.SqlServerSnapshotProvider.DoScripting()
       at Microsoft.SqlServer.Replication.Snapshot.SqlServerSnapshotProvider.GenerateSnapshot()
       at Microsoft.SqlServer.Replication.SnapshotGenerationAgent.InternalRun()
       at Microsoft.SqlServer.Replication.AgentCore.Run() (Source: Microsoft.SqlServer.Smo, Error number: 0)
    Get help: http://help/0
    Source: Microsoft.SqlServer.Smo
    Target Site: Microsoft.SqlServer.Management.Smo.ObjectKeyBase CreateKeyFromUrn(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)
    Message: The input Urn must specify Name at level UserDefinedFunction.
    Stack:    at Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.CreateKeyFromUrn(Urn urn)
       at Microsoft.SqlServer.Management.Smo.Server.GetSmoObjectRec(Urn urn)
       at Microsoft.SqlServer.Management.Smo.Server.GetSmoObject(Urn urn) (Source: Microsoft.SqlServer.Smo, Error number: 0)
    Get help: http://help/0
    Specifics:
    Transactional replication:  Both Immediate Sync and Allow Anonymous are set to 0.
    Publisher and Distributer are same server:  SQL Server Standard 2008 R2 (10.50.4000.0) on Windows 2008 R2 SP1
    If I add even one table article (doesn't matter, I've tried different ones), I get the error above when I run the snapshot agent.
    If I remove the table just added and rerun the snapshot agent, it succeeds with the message "A snapshot was not generated because no subscriptions needed initialization", so at least I don't have to reinitialize (thank goodness!).
    Any ideas as to what might be causing this, and how I can add articles to my existing publication?
    Thanks in advance for your help.

    Hi John V.Barone,
    I’m writing to follow up with you on this post. Was the problem resolved after performing our action plan steps? If not, according to your error message, we need to verify if it is caused by replicating Meta Data corruption. You can check if there is a bad
    row
    in “sysarticles” (for a table) or “sysschemaarticles” (for a UDF) for which we do not have a corresponding “ObjectId” in sysobjects . If yes, delete
    manually  this row
    from Published (sysarticles, sysschemaarticles, syssubscriptions) and Distribution DB (MSsubscriptions,sysschemaarticles,MSarticles).
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한

    EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한
    원인 및 해결 방법을 제시합니다.
    Problem Description
    다음은 emca를 구성하여 repository를 구성하려다가 실패하여 다시
    drop하고 create 시에 이와 같은 ORA-20001 이라고 하는 SYSMAN user가 이미 존재한다고
    하는 에러에 대한 해결방법입니다.
    emca -deconfig dbcontrol db -repos drop 수행 중에 다음과 같이 failed가 발생하고,
    구 43: WHERE username = upper('&EM_REPOS_USER') ;
    신 43: WHERE username = upper('SYSMAN') ;
    [09-03-2008 11:42:20] Drop Repos User. Return code = 58.
    [09-03-2008 11:42:20] Failed. <===
    [09-03-2008 11:42:20] Dropping Roles/Synonymns/Tablespaces ...
    [09-03-2008 11:42:23] Return code = 66.
    [09-03-2008 11:42:23] Failed.
    [09-03-2008 11:42:23] Unquiescing DB ...
    [09-03-2008 11:42:24] Return code = 66.
    [09-03-2008 11:42:24] Failed. <===
    [09-03-2008 11:42:24] Dropped Repository Successfully.
    위와 같이 drop fail 이후에 emca -config dbcontrol db -repos create 수행 시
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    이와 같은 에러를 만나서 다시 create가 제대로 되지 않는 경우를 볼 수 있다.
    Environment :
    아래의 이름과 환경변수는 사용자의 환경에 따라 달라질 수 있습니다.
    OS : Microsoft Windows XP Professional 32bit windows
    컴퓨터이름 : jeher
    Database version : 11.1.0.6.0
    ORACLE_SID : orcl
    ORACLE_HOME : D:\app\jeher\product\11.1.0\db_1
    em 에 사용되는 HOSTNAME_SID : jeher_orcl
    에러 증상
    아래의 log는 실제 emca 수행 시 자세한 log를 확인할 수 있는
    D:\app\jeher\cfgtoollogs\emca\orcl\emca_repos_create_2008_03_09_14_39_55.log 의 내용입니다.
    Check if repos user already exists.
    구 6: WHERE username=UPPER('&EM_REPOS_USER');
    신 6: WHERE username=UPPER('SYSMAN');
    구 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
    신 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
    구 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
    신 11: raise_application_error(-20000, 'SYSMAN does not exists..');
    구 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
    신 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
    구 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
    신 17: raise_application_error(-20001, 'SYSMAN already exists..');
    구 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
    신 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
    DECLARE
    1행에 오류:
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    Explanation
    이러한 에러는 주로 emca command 중에서 emca -deconfig dbcontrol db -repos drop
    을 수행하다가 Service만 정리가 되고, repository가 깨끗하게 정리가 되지 않고
    오류가 발생하거나 hang 이 발생하는 경우에 나중에 다시 create 시에 나타나는 에러입니다.
    11g emca 수행 시 에러 log는 $ORACLE_BASE\\cfgtoollogs\emca\orcl\ 아래에 생성된 log를 확인합니다.
    Solution Description
    다음과 같은 명령으로 EM Configuration file들과 repository를 정리할 수 있습니다.
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?
    A. Delete DB Control Objects 의 상세 설명은 Manual하게 DB Control을 DELETE하는 절차입니다.
    이 부분을 보시면 아주 자세히 설명되어 있습니다.
    The procedure is the same for 10g R1, R2 and 11g 11.1.0.6.0.
    절차1) Configuration file 정리 작업
    A) To delete the configurartion files:
    - remove the following directories from your filesystem:
    <ORACLE_HOME>/<hostname_sid>
    예를 들어 D:\app\jeher\product\11.1.0\db_1\JEHER_ORCL 이라는 디렉토리를 제거합니다.
    <ORACLE_HOME>/oc4j/j2ee/OC4J_DBConsole_<hostname>_<sid>
    예를 들어 D:\app\jeher\product\11.1.0\oc4j\j2ee\OC4J_DBConsoleJEHER_ORCL 이라는
    디렉토리를 제거합니다.
    B) 레지스트리에서 SERVICE 제거 작업.
    Note: On Windows you aslo need to delete the DB Console service:
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
    - locate the OracleDBConsole<sid> entry and delete it
    OracleDBConsoleORCL 이라는 서비스 엔트리를 클릭하고 제거합니다.
    Alternatively on Windows XP and Windows Server 2003 you can run the following from the command line:
    'sc delete <service_name>' where <service_name> is the DB Control service name (typically: OracleDBConsole<sid>)
    절차2) EM repository 를 manual 하게 drop하기.
    To delete the repository
    Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account
    and mangement objects:
    sqlplus "/as sysdba"
    SHUTDOWN IMMEDIATE;
    STARTUP RESTRICT;
    EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    EXEC sysman.setEMUserContext('',5);
    REVOKE dba FROM sysman;
    DECLARE
    CURSOR c1 IS
    SELECT owner, synonym_name name
    FROM dba_synonyms
    WHERE table_owner = 'SYSMAN'
    BEGIN
    FOR r1 IN c1 LOOP
    IF r1.owner = 'PUBLIC' THEN
    EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    ELSE
    EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    END IF;
    END LOOP;
    END;
    DROP USER mgmt_view CASCADE;
    DROP ROLE mgmt_user;
    DROP USER sysman CASCADE;
    ALTER SYSTEM DISABLE RESTRICTED SESSION;
    [참고 사항]
    1) DROP USER mgmt_view CASCADE; 를 수행 시 이미 mgmt_view가 emca -deconfig 명령에 의해
    drop이 되었다면 ORA-1918 ERROR가 발생하는데, 이는 무시합니다.
    "ORA-01918: 사용자 'MGMT_VIEW'(이)가 존재하지 않습니다."
    2) 참고 명령어
    Note: The above(절차2) will completely delete the DB Control repository from the database;
    under certain circumstances (e.g. you want to recreate the repository later on)
    the following statemnts may be sufficient to remove the repository:
    sqlplus "/as sysdba"
    a. drop user sysman cascade;
    b. drop role MGMT_USER;
    c. drop user MGMT_VIEW cascade;
    d. drop public synonym MGMT_TARGET_BLACKOUTS;
    e. drop public synonym SETEMVIEWUSERCONTEXT;
    ===================================
    절차3) EM console HTTP port와 Agent port 설정 해제 작업
    Remove the entries for the old dbconsole information from the
    $ORACLE_HOME/install/portlist.ini file
    제거 작업 단계 중 마지막으로 D:\app\jeher\product\11.1.0\db_1\install\portlist.ini file
    내에서 old dbconsole 정보를 제거합니다.
    [ Example ]
    Ultra Search HTTP 포트 번호 =5620
    Enterprise Manager 콘솔 HTTP 포트(orcl) = 1158
    Enterprise Manager 에이전트 포트(orcl) = 3938
    위와 같이 Enterprise Manager 콘솔 HTTP 포트와 Enterprise Manager 에이전트 포트(orcl)
    가 보이는데, 이 line들을 지웁니다.
    아래의 절차4) 부터 절차8) 까지는 다시 create해주는 과정과 환경 셋업 작업입니다.
    절차4) C:\WINDOWS\system32\drivers\etc\hosts file에서 다음을 추가해 줍니다.
    127.0.0.1 localhost
    10.10.10.10 jeher
    10.10.10.10 은 내 네트워크 환경 -> 로컬연결영역3(Microsoft Loopback Adapter)
    -> 속성(인터넷 프로토콜 TCP/IP)
    -> 속성(다음 ip 주소 사용의 IP 주소가 10.10.10.10)
    위와 같이 확인하여 얻어질 수 있습니다.
    절차5) 다시 emca -config dbcontrol db -repos create 를 수행합니다.
    절차6) 레지스트리에 문자열값 oracle_hostname 이 jeher로 되어 있는 지 확인.
    절차5 가 성공적으로 수행이 되면 관리도구 -> 서비스에 OracleDBConsoleORCL 이라는
    서비스가 다시 생성됩니다.
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/Software/Oracle/Sysman/OracleDBConsoleORCL
    - 문자열값 oracle_hostname : jeher 로 되어 있는지 확인합니다.
    절차7) emd.properties 에서 timezone 수정
    D:\app\jeher\product\11.1.0\db_1\jeher_orcl\sysman\config 아래에 있는
    emd.properties file에서 agent timezone를 Asia/Seoul 로 대소문자를 구분하여 입력합니다.
    For example)
    omsRecvDir=D:/app/jeher/product/11.1.0/db_1/jeher_orcl/sysman/recv
    agentTZRegion=Asia/Seoul
    이와 같이 저장하고 나옵니다.
    절차8) EM 11g LOGIN 접속 방법.
    https://jeher.kr.oracle.com:1158/em 로 접속하면 됩니다.
    username : sys
    password : oracle
    connect as SYSDBA
    OC4J 에 설치 시 보안 설정이 되어 있으므로, http 가 아닌 https 로 접속해야 합니다.
    11g의 경우, password file이 자동으로 $ORACLE_HOME/dbs (windows 의 경우, $ORACLE_HOME/database) 아래에
    생성되므로, 따로 생성이 불필요합니다.
    remote_login_passwordfile='EXCLUSIVE'로 자동 setting 되어 있습니다.
    References
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?

    I ma using correct sid, have a look at /etc/oratab
    [oracle@rac1 bin]$ echo $ORACLE_SID
    orcl
    [oracle@rac1 bin]$ cat /etc/oratab
    #Backup file is  /raczone/11.2.0/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.rac1 line added by Agent
    # This file is used by ORACLE utilities.  It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator.  A new line terminates
    # the entry.  Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    #   $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively.  The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    #+ASM1:/raczone/grid_home:N             # line added by Agent
    #dev:/raczone/db_home1:N                # line added by Agent
    #*:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/OracleHomes/oms10g:N
    #oemrep:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/db10g:N
    #*:/raczone/oem/oms10g:N
    #oemrep:/raczone/oem/db10g:N
    +ASM1:/raczone/grid_home:N              # line added by Agent
    # *:/home/oracle/OracleHomes/db10g:N
    # *:/home/oracle/OracleHomes/oms10g:N
    emrep:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/oms10g:N
    oemrep:/home/oracle/OracleHomes/db10g:N
    dev:/raczone/db_home1:N         # line added by Agent
    orcl:/raczone/11.2.0/product/11.2.0/dbhome_1:N          # line added by Agent
    *:/home/oracle/Oracle/Middleware/oms11g:N
    *:/home/oracle/Oracle/Middleware/agent11g:N
    [oracle@rac1 bin]$

  • Repository configuration error

    Hello,
    Does anyone know what might be causing the following exception? We're getting this thrown as soon as we try to establish a connection with the following line of code:
    repositoryManager = RepositoryManagerFactory.connect();
    I greatly appreciate any insight.
    The source of this error is com.bea.content.RepositoryRuntimeException: Repository configuration error. at com.bea.content.manager.internal.RepositoryManagerImpl.getRepositoryOps()Lcom.bea.content.manager.RepositoryOps;(RepositoryManagerImpl.java:159) at com.bea.content.manager.internal.RepositoryManagerImpl.connect()[Lcom.bea.content.manager.RepositorySession;(RepositoryManagerImpl.java:107) at com.bea.content.manager.RepositoryManagerFactory.connect()Lcom.bea.content.manager.RepositoryManager;(RepositoryManagerFactory.java:36) at com.radian.portal.portalContent.PortalContent.Initialize()V(PortalContent.java:461) at com.radian.portal.portalContent.PortalContent.()V(PortalContent.java:55) at com.radian.portal.portalContent.GetSnippetTag.doStartTag()I(GetSnippetTag.java:25) at jsp_servlet._portlets._divisions.__showsnippet._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(showSnippet.jsp:10) at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:402) at weblogic.servlet.internal.TailFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.documentum.eip.integration.bea.BeaRequestParameterFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(BeaRequestParameterFilter.java:37) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.p13n.servlets.PortalServletFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PortalServletFilter.java:313) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PageFlowJspFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at weblogic.servlet.internal.RequestDispatcherImpl.include(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Z)V(RequestDispatcherImpl.java:613) at weblogic.servlet.internal.RequestDispatcherImpl.include(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(RequestDispatcherImpl.java:400) at weblogic.servlet.jsp.PageContextImpl.include(Ljava.lang.String;)V(PageContextImpl.java:154) at jsp_servlet._portlets._divisions.__snippetexample._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(snippetExample.jsp:19) at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:402) at weblogic.servlet.internal.TailFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.documentum.eip.integration.bea.BeaRequestParameterFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(BeaRequestParameterFilter.java:37) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.p13n.servlets.PortalServletFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PortalServletFilter.java:313) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PageFlowJspFilter.java:101) Caused by: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: remaining name: /app/ejb/content.jar#RepositoryOpsEJB/local-home]; Link Remaining Name: 'java:app/ejb/content.jar#RepositoryOpsEJB/local-home' at weblogic.jndi.internal.WLNamingManager.getObjectInstance(Ljava.lang.Object;Ljavax.naming.Name;Ljavax.naming.Context;Ljava.util.Hashtable;)Ljava.lang.Object;(WLNamingManager.java:98) at weblogic.jndi.internal.ServerNamingNode.resolveObject(Ljava.lang.String;Ljava.lang.Object;ILjava.util.Hashtable;)Ljava.lang.Object;(ServerNamingNode.java:265) at weblogic.jndi.internal.BasicNamingNode.resolveObject(Ljava.lang.String;Ljava.lang.Object;Ljava.util.Hashtable;)Ljava.lang.Object;(BasicNamingNode.java:732) at weblogic.jndi.internal.BasicNamingNode.lookup(Ljava.lang.String;Ljava.util.Hashtable;)Ljava.lang.Object;(BasicNamingNode.java:191) at weblogic.jndi.internal.BasicNamingNode.lookup(Ljava.lang.String;Ljava.util.Hashtable;)Ljava.lang.Object;(BasicNamingNode.java:196) at weblogic.jndi.internal.BasicNamingNode.lookup(Ljava.lang.String;Ljava.util.Hashtable;)Ljava.lang.Object;(BasicNamingNode.java:196) at weblogic.jndi.internal.WLEventContextImpl.lookup(Ljavax.naming.Name;Ljava.lang.String;)Ljava.lang.Object;(WLEventContextImpl.java:237) at weblogic.jndi.internal.WLContextImpl.lookup(Ljava.lang.String;)Ljava.lang.Object;(WLContextImpl.java:336) at javax.naming.InitialContext.lookup(Ljava.lang.String;)Ljava.lang.Object;(InitialContext.java:347) at com.bea.p13n.util.JndiHelper.lookupNarrow(Ljava.lang.String;Ljava.lang.Class;)Ljava.lang.Object;(JndiHelper.java:83) at com.bea.content.manager.internal.RepositoryManagerImpl.getRepositoryOps()Lcom.bea.content.manager.RepositoryOps;(RepositoryManagerImpl.java:152) at com.bea.content.manager.internal.RepositoryManagerImpl.connect()[Lcom.bea.content.manager.RepositorySession;(RepositoryManagerImpl.java:107) at com.bea.content.manager.RepositoryManagerFactory.connect()Lcom.bea.content.manager.RepositoryManager;(RepositoryManagerFactory.java:36) at com.radian.portal.portalContent.PortalContent.Initialize()V(PortalContent.java:461) at com.radian.portal.portalContent.PortalContent.()V(PortalContent.java:55) at com.radian.portal.portalContent.GetSnippetTag.doStartTag()I(GetSnippetTag.java:25) at jsp_servlet._portlets._divisions.__showsnippet._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(showSnippet.jsp:10) at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:402) at weblogic.servlet.internal.TailFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.documentum.eip.integration.bea.BeaRequestParameterFilter.doFilter(Ljavax.servlet.Servlet Request;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(BeaRequestParameterFilter.java:37) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.p13n.servlets.PortalServletFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PortalServletFilter.java:313) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljavax.servlet.FilterChain;)V(PageFlowJspFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(FilterChainImpl.java:27) at weblogic.servlet.internal.RequestDispatcherImpl.include(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Z)V(RequestDispatcherImpl.java:613) at weblogic.servlet.internal.RequestDispatcherImpl.include(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(RequestDispatcherImpl.java:400) at weblogic.servlet.jsp.PageContextImpl.include(Ljava.lang.String;)V(PageContextImpl.java:154) at jsp_servlet._portlets._divisions.__snippetexample._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(snippetExample.jsp:19)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    If it is urgent ... http://metalink.oracle.com

  • Automatic Workload Repository

    Hi,
    I have tried to ask the same question for a couple of times but haven't received any answer. What is the process EMD_NOTIFICATION.QUEUE_READY? It was running even if I turned the Automatic Workload Repository (AWR) off. It consumes a lot of memory.
    I really hope there is someone who can answer my question.
    Thanks.
    Andy

    This procedure appeared to be called by ADDM which will generate report based on AWR data. How did you "turn off" AWR? Is it from EM?
    Here's more information about ADDM
    http://www.oracle.com/technology/oramag/oracle/04-may/o34tech_talking.html
    The problem is this shouldn't greatly impact your system performance. This is actually part Oracle so called self tuning effort. How did you determine it consumes a lot of memory?

Maybe you are looking for