Error message: ORA-00821: specified value sga_target 4 M is too small

Hi all

My database instance is down, when I'm trying to start, it throws an error:
ORA-00821: sga_target 4 M value is too small, you must be at least 28 M

The problems began when erroneous changed sga_target for some values without specifying the unit.
My question is, how can I solve this problem, so that the database instance is down? I use spfile

I tried to start the instance with pfile (start pfile='D:\oracle\product\10.2.0\admin\orcl\pfile\init.ora') it throws errors:
LRM-00109: could not open parameter file "D:\oracle\product\10.2.0\admin\orcl\pfile\init.ora".
ORA-01078: failure in the treatment of system settings


Please someone help me

Concerning
Sadik

Hello

What you can do in this case and you do not have a good pfile, you can proceed as follows:

1. find the spfile, normally in the directory of $ORACLE_HOME/dbs
2. a copy of the spfile to be sure will not be damaged.
3. on unix command prompt: string - a > newpfile.ora
4. check with the newpfile.ora editor and change. The pfile file will contain all of the settings and you must change the SGA_TARGET value to a height of 400M or more. Smaller values can be made, but are not advised to 10 gr 2 or higher.
5. try start the database using the newpfile.ora update.

Hope this will solve your problem.

Best regards, Gerwin

Tags: Database

Similar Questions

  • Error message ORA-01722 loading data from text file

    Hi all

    I want to load data into the table 'dh_healthcare '.

    with the columns:

    ...

    NUMBER OF RMI,

    NUMBER OF KUM,

    ...

    Loading data with the APEX data workshop, I got the error message ' ORA-01722: invalid number. "

    For example, ALEXIS has the following values:

    1.99

    6.49

    4.14

    ...

    KUM:

    139,30

    51.32

    165,23

    ...

    I tried to put the precision and scale in the column definition, but the same error message appears.
    When I changed the data type of these columns in VARCHAR2 (60) the data loaded without error message.

    Someone at - it an idea to solve the error?

    Thank you

    Ben

    This has to do with the settings of NLS Session about the decimal separator and the group separator.

    How you load the data in the table determines where and how you set the Session variables.

    MK

  • Error message ' ORA-12547: TNS: lost contact "in dbca

    Background info: I am building a cluster RAC test 11.2.0.3 running on a hardware IBM pSeries with AIX 6.1 operating system level. I need to create a cluster, and then adding a new node later practice. Due to availability limited hardware, my initial cluster will be node 1 and I'll add additional nodes later.

    I installed successfully grid Infrastructure. GI and ASM are online and seem to function normally. Today, I installed the 11.2.0.3 database software. Now, I'm trying to create a test using DBCA database. After you have entered all the information database (SID information, where must reside files db, sizing of memory, etc.), the creation of the database starts, then immediately emits the error message ' ORA-12547: TNS: lost contact. "

    I searched MOS (Metalink) and also reviewed a few sites using Google. All the information indicates that this problem most often occurs when you try to connect to an existing database using sqlplus. I have not found that everything about this error message when the database was created.

    Does anyone have advice on how to troubleshoot the problem? Can you point me to some documents that could help with this issue?

    Any help is appreciated. Thank you!

    Search MOS for "ORA-12547 dbca" and you will get a few hits - see if those who help.

    PL also spent the last 100 lines in the Setup log - http://docs.oracle.com/cd/E11882_01/install.112/e24332/app_ts.htm#i1090466

    HTH
    Srini

  • error message "Please provide a value for all required fields.

    I try to install enterprise converter on my virtualcenter server.  I use the latest version (2.5u3), and when I get to the part where I provide identification information, I get the error message "Please provide a value for all required fields.  It is, I have - all fields are filled with the correct values.  I tried 2 different accounts - time local administrator and another account, that I've created specifically for vmware and they both fail with this error message.

    Someone has ideas of what's going on here?

    Elf

    The account used for the converter must be able to log on as a service.  This can be set in the local security on the VC server policy.

    geob

  • Foreign key Error Message ORA - 01430

    I have a LSU_INTER_RESOURCES_T table name. I would like to add a constraint foreign key with the following command:

    ALTER table lsu_inter_message_t
    Add constraint inter_message_id_fk
    inter_request_id lsu_inter_requests_t (inter_request_id) ON DELETE CASCADE REFERENCES;

    The system returned the error message:
    ORA - 01430: added column already exists.

    If I drop the inter_request_id column I'll lose data, and when I create the constraint it places the column at the end of the table. Data loss is not a problem now because the table has no data, but down the line, I see that there is a real problem.

    I would like to have the foreign key defined in the sequence column, I chose when I designed the tabular presentation. IE I want to all key columns placed at the beginning of the table online.

    Can I move the column after that I have set it and how this is done? Is this a feature of 10g?

    Thank you, Ned

    Try

    alter table lsu_inter_message_t
    add constraint inter_message_id_fk
    foreign key(inter_request_id ) REFERENCES lsu_inter_requests_t(inter_request_id) ON DELETE CASCADE;
    
  • MERGER into slider throws the error message: ORA-01747

    Hi guys,.
    I'm new in PL/SQL and I'm taking the last row of a database table and add the same data in another table with the same structure, but for the ancestors of the current employee. Something like:

    Day EmpID LOB (key fields)
    12-1007-29

    EmpID has 24 and 95 ancestors. That's why in the destination table I have to insert (or update of status and idforum if these three key areas already exists):

    EmpID LOB day
    24 1007 29
    95-1007-29


    There are 4 tables:

    X - table base;
    Y - destination table (same structure as X);
    Z - the relationship between the employee and ancestor;
    W - plays the role of a temporary table, but is a real table - only for the MERGER;
    ============================================================================================
    create or replace
    PROCEDURE INSERT_PARENTS AS
    BEGIN

    DECLARE
    EMP_VAR NUMBER (38.0). -employee
    NUMBER OF ANCESTOR_ID; -relative of the employee
    NUMBER OF LOB_VAR; -LOB
    NUMBER OF DAY_VAR; -date of
    NUMBER OF FORUMID_VAR; -Idforum
    STATUS_VAR VARCHAR2 (20); -Status
    Parents of CURSOR
    IS
    SELECT ancestor_key FROM Z WHERE member_key = EMP_VAR; -This slider will go through all the ancestors of the employee

    Number EMPROWID_VAR; -It's the key to the table Y (destination table)

    BEGIN
    -extract the last line of the table of database variables

    SELECT EMPL_KEY in the EMP_VAR OF X WHERE EMPROW_ID = (SELECT Max (EMPROW_ID) OF X);
    SELECT LOB_KEY in the LOB_VAR OF X WHERE EMPROW_ID = (SELECT Max (EMPROW_ID) OF X);
    SELECT DAY_KEY in the DAY_VAR OF X WHERE EMPROW_ID = (SELECT Max (EMPROW_ID) OF X);
    SELECT IDFORUM in FORUMID_VAR OF X WHERE EMPROW_ID = (SELECT Max (EMPROW_ID) OF X);
    SELECT STATUS in STATUS_VAR OF X WHERE EMPROW_ID = (SELECT Max (EMPROW_ID) OF X);

    SELECT NVL (Max (EMPROW_ID), 0) + 1 in EMPROWID_VAR OF Y; -initialize the key to the table max + 1 of the existing key Y


    Parents OPEN.

    LOOP
    EXTRACT the parents in ANCESTOR_ID;

    EXIT WHEN parents % NOTFOUND;

    EMPROWID_VAR: = EMPROWID_VAR + 1;
    -the value of the new key for Y
    INSERT w (emprowid_var, lob_var, ancestor_id, day_var, forumid_var, status_var)
    VALUES (EMPROWID_VAR, LOB_VAR, ANCESTOR_ID, DAY_VAR, FORUMID_VAR, STATUS_VAR); -prepare the source for the MERGE statement


    -merge data between 2 tables:
    -If a parent already exists in the destination, to update just idforum and the new status
    -If that parent does not exist in the dest table, will be inserted with the status ' U/R '.

    MERGE TO Y Dest
    USING the W
    WE (Dest.LOB_KEY = Surce.LOB_VAR AND)
    Dest.EMPL_KEY = Surce.ANCESTOR_ID AND
    Dest.DAY_KEY = Surce.DAY_VAR)

    WHEN MATCHED, THEN update to SET (Dest.FORUMID = Surce.FORUMID_VAR,
    Dest.STATUS = Surce.STATUS_VAR)

    WHEN NOT MATCHED THEN INSERT (Dest.EMPROW_ID, Dest.LOB_KEY, Dest.EMPL_KEY, Dest.DAY_KEY, Dest.FORUMID, Dest.STATUS)
    VALUES (Surce.EMPROWID_VAR, Surce.LOB_VAR, Surce.ANCESTOR_ID, Surce.DAY_VAR, Surce.FORUMID_VAR, ' U/R');

    END LOOP;
    END;

    END INSERT_PARENTS;

    When I try to run this procedure (compile) I get this error message:

    Error (53,37): PL/SQL: ORA-01747: invalid column, table.column, or user.table.column specification

    Can you tell me where I am doing wrong? (I'm pretty sure that it's in the Merge statement, but what is it?)

    Thanks in advance.

    Published by: petresion on November 19, 2011 14:02

    without the paintings I never would have found

    MERGE INTO y dest
    USING w surce
    ON (dest.lob_key = surce.lob_var AND dest.empl_key = surce.ancestor_id AND
    dest.day_key = surce.day_var )
    WHEN matched THEN
      UPDATE SET dest.forumid = surce.forumid_var,
                 dest.status = surce.status_var
    WHEN NOT matched THEN
      INSERT ( dest.emprow_id,
               dest.lob_key,
               dest.empl_key,
               dest.day_key,
               dest.forumid,
               dest.status)
      VALUES ( surce.emprowid_var,
               surce.lob_var,
               surce.ancestor_id,
               surce.day_var,
               surce.forumid_var,
               'U/R');
    
  • error message: ORA-01422:

    Hi all

    When executing a package, I got an error message:

    ERROR on line 1:
    ORA-01422: exact fetch returns more than number of lines


    I wrote an exception to the too_many_rows, who took care of the mistake, but my question is the exception made condition get connected anywhere?



    Thank you

    Hello

    user12296910 wrote:
    can you please give an example how to save error message?

    EXCEPTION
         WHEN  TOO_MANY_ROWS
         THEN
              errm := SQLERRM;
    
              INSERT INTO  my_error_log
              (      error_log_id
              ,      proc_name
              ,      user_name
              ,      error_dt
              ,      error_msg
              )
              VALUES
              (      error_log_id_seq.NEXTVAL     -- error_log_id
              ,      'MY_PROC'          -- proc_name
              ,      USER               -- user_name
              ,      SYSDATE               -- error_dt
              ,      errm               -- error_msg
              );
    

    In practice, you would probably want to a separate procedure to do the Insert, and you call this procedure of article of EXCEPTION.

  • PL/SQL: digital error or value (string buffer of characters too small)

    Hi all

    Here is the procedure used to send notifications. It worked very well in the previous version of DB :-10.1.0.5.0 and it has been recently upgraded to 11.2.0.2.0.

    I respond very well, but when running it throws the error.
    PROCEDURE PROC_STATUS_MAIL_UNADJ IS
    
           K_BOUNDARY CONSTANT VARCHAR2(1000) := 'a1b2c3d4e3f2g1';
          l_analysis_report  VARCHAR2(32767); --empty_clob; --clob :=
          l_header VARCHAR2(1000);
          l_footer VARCHAR2(200);
          cnxn UTL_SMTP.connection;
    
          cursor cloc is select location_id from locations order by location_id asc;
    
          loc_id cloc%rowtype;
    
    BEGIN
    
      dbms_output.enable (1000000);
    
         FOR loc_id in  cloc
    
         loop
    
         l_analysis_report := '<style type="text/css">
        <!--.style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #FF0000}-->
        <!--.sidebar1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px}-->
        <!--.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px}-->
        </style>
        <center><b><font face="Arial">Run Summary Report'
                    || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI AM') || '<br><br></font></b></center>'
                    || ' <div align="center"><table width="95%" border="1" cellspacing="0" cellpadding="1" </div>'
                    || '<span style="font-size: 10pt; font-family: Arial"> </span> '
                    || '<tr bgcolor=b4b4b4><td align="center"> <font size="3"> <b>'
                    || 'Analysis</b></td><td align="center"><font size="3"> <b>'
                    || 'Start Time</b></td><td align="center"><font size="3"> <b>'
                    || 'End Time</b></td><td align="center"><font size="3"> <b>'
                    || 'Run Duration (mins)</b></td><td align="center"><font size="3"> <b>'
                    || 'Status</b></font></td></tr> ' || UTL_TCP.CRLF;
    
    
                    FOR curr_refresh IN (SELECT AN.ANALYSIS_ID,AN.NAME ANALYSIS_NAME,TO_CHAR(ARH.RUN_START_TIME,'DD/MM/YYYY HH:MI:SS') START_TIME,
                                         TO_CHAR(ARH.RUN_END_TIME,'DD/MM/YYYY HH:MI:SS')END_TIME,
                                         ROUND(((ARH.RUN_END_TIME-ARH.RUN_START_TIME)*24*60),2) RUN_TIME_SECS,ARH.JOB_STATUS STATUS
                                         FROM
                                         RUN_HISTORY ARH,ANALYSES AN
                                         WHERE
                                         AN.ANALYSIS_ID=ARH.ANALYSIS_ID
                                         AND AN.CYCLE_IND_ID IN (1,3)
                                         AND ARH.RUN_START_TIME>TO_DATE(SYSDATE-30)
                                         AND ARH.JOB_NAME LIKE 'RHS_QU%'                                   
                                         AND AN.LOCATION_ID = loc_id.location_id
                                         AND ARH.JOB_STATUS='Completed'
                                         ORDER BY ARH.RUN_START_TIME DESC)
    
                           LOOP
    
                       l_analysis_report  := l_analysis_report ||'<tr><td align="center">'|| curr_refresh.analysis_name
                          || '</td><td align="center">' || curr_refresh.start_time || '</td><td align="center">'
                          || curr_refresh.end_time || '</td><td align="center">'|| curr_refresh.RUN_TIME_SECS ||
                          '</td><td align="center">'|| curr_refresh.status ||
                          '</td> </tr>' || UTL_TCP.CRLF;
                      exit when length (l_analysis_report) > 32500;
    
    
                   END LOOP;
    
                  l_analysis_report := l_analysis_report || '</table><br><br>';
                   l_footer := UTL_TCP.CRLF ||'<b> Note: This is an auto generated email. Please do not reply to it. Contact the IT team for any further information.</b>'||  UTL_TCP.CRLF;
    
    
                   FOR curr_email IN (SELECT GLOBAL_NAME INSTANCE_NAME,
                                      EU.EMAIL_USER_LAST_NAME last_name, EU.EMAIL_USER_FIRST_NAME ACNAME,
                                      EU.EMAIL_USER_EMAIL_ID,loc.LOCATION_NAME LOC_NAME,
                                      '[email protected]' MAIL_FROM
                                      FROM
                                      RHS_EMAIL_USER EU,LOCATIONS LOC,GLOBAL_NAME
                                      WHERE EU.LOCATION_ID=LOC.LOCATION_ID
                                      AND EU.LOCATION_ID=loc_id.location_id
                                  ) LOOP
    
                cnxn := UTL_SMTP.open_connection('smtprelay.inc.com', 25);
                UTL_SMTP.helo(cnxn, 'smtprelay.inc.com');
                UTL_SMTP.mail(cnxn, '[email protected]');
                UTL_SMTP.rcpt(cnxn, curr_email.EMAIL_USER_EMAIL_ID);
    
                      l_header := 'MIME-Version: 1.0'||'
    To: ' || curr_email.last_name || ' <' || curr_email.EMAIL_USER_EMAIL_ID || '>
    From: ' || curr_email.mail_from || '
    Subject: Un-Adjusted Analysis Report for ' || curr_email.loc_name || ' Location from' || curr_email.instance_name || ' on ' || to_char(sysdate, 'DD-MON-YYYY') || '
    Reply-To: [email protected]
    Content-Type: text/html;' || UTL_TCP.CRLF || UTL_TCP.CRLF;
    
                UTL_SMTP.data(cnxn, l_header || l_analysis_report || l_footer);
                UTL_SMTP.quit(cnxn);
    
                
                END LOOP;
    
                END LOOP;
    
    END PROC_STATUS_MAIL_UNADJ;
    
    
    Error :- 
    
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SYS.UTL_SMTP", line 591
    ORA-06512: at "SYS.UTL_SMTP", line 497
    ORA-06512: at "SYS.UTL_SMTP", line 503
    ORA-06512: at "RISK_HISTORY.PKG_RHS_EMAIL_NOTIFY", line 206
    ORA-06512: at "RISK_HISTORY.PKG_RHS_EMAIL_NOTIFY", line 414
    ORA-06512: at line 2
    Can it please let me know if there is no problem with the code or upgrade questions?

    Kind regards
    Sunny

    Published by: k_17 on October 13, 2011 12:07

    You must move the thread {forum: id = 75}.

  • Avoid the error message "the resource specified is reserved"

    Hi all

    My question is this: I have two Labview VI each using a wizard DAQ to collect different channels analog voltage. While a VI data collection of 3 channels at 1000 Hz, the other gets just a sample on request from a fourth channel. Now, when I run them at the same time, I get the error "specify resource is reserved. Please note that I don't want two VI to be beaten in a single task. I want that they separate because one is for accelerometers and another is for "startpad. I call these my C# code VI. I read in another thread, saying that this is not possible. But both that they use different channels, I don't understand why this cannot be done. Is it possible that I can get around this problem?

    No, you can avoid the error, and most of the other threads explains why. This card has a clock unique convert. Your card has all of the analog inputs in a single A/D muxes and who uses the clock unique convert. The unique clock means that you simply cannot have two different rates. You have to combine all channels in a single task (do not know what 'club' means) or run one at a time.

    Of course, you can always get a second DAQ card as well.

  • I try to access Add or remove a program and get an error message "failed to create value on line 451".it does this for several different things

    I bought this computer from a person and some features seem to be locked.please help

    Hi Brighteyes714,

    You can follow the procedure in the article and mark mentioned below.

    Error when you open Add or remove programs: ' failed 'at line 410' of value creation.

    http://support.Microsoft.com/kb/823768

    Let us know if that helps.

  • Set up the installation of Adobe X 1 - why the 1316 error message - the account specified already exists. What counts?

    Installation on a desktop computer running Windows 8 went well. Now I'm doing the same upgrade of Standard 9 X 1 and running on this problem. What error code account is a reference to?

    Uninstall all the software acrobat and reader.

    clean (Download Adobe Reader and Acrobat tool - Adobe Labs)

    Reinstall acrobat xi, but not acrobat 9.

  • Error Message ORA-31043: Element 'person' no globally defined in the schema

    Hi all

    We recorded 2 documents xsd as follows...
    DECLARE
       lc_test_xsd   CLOB;
    BEGIN
    
       lc_test_xsd   := '<?xml version="1.0" encoding="UTF-8"?>
    
    <schema 
        xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:tns="http://www.xyz.com/cicat/types/basictypes/2/0" 
        targetNamespace="http://www.xyz.com/cicat/types/basictypes/2/0" 
        version="2.0">
        
        <simpleType name="LastNamePrefix">
            <annotation>
                <documentation>
                    Additional word to last name (name prefix) corresponding to SAP HR Core 
                    Table T535N; V.
                </documentation>
            </annotation>
            <restriction base="tns:String255" />
        </simpleType>
        <simpleType name="CountryID">
            <annotation>
                <documentation>
                    Codes for the representation of country names according to ISO 3166.
                </documentation>
            </annotation>
            <restriction base="string">
                <maxLength value="2" />
            </restriction>
        </simpleType>
        <simpleType name="LocationCode">
            <annotation>
                <documentation>
                    Code of a location, e.g. Fe, Wa2 or Kor.
                </documentation>
            </annotation>
            <restriction base="string">
                <maxLength value="4" />
            </restriction>
        </simpleType>
        <simpleType name="GenderCode">
            <annotation>
                <documentation>
                    Code of the gender: male, female, unknown. Unknown is used if the value is 
                    unknown or must not be stored due to legal restrictions.
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="male" />
                <enumeration value="female" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="String255">
            <annotation>
                <documentation>
                    String with 255 characters max
                </documentation>
            </annotation>
            <restriction base="string">
                <maxLength value="255" />
                <minLength value="1" />
            </restriction>
        </simpleType>
        <simpleType name="RB-CostCenter">
            <annotation>
                <documentation>
                    Cost Center
                </documentation>
            </annotation>
            <restriction base="string">
                <minLength value="3" />
                <maxLength value="6" />
            </restriction>
        </simpleType>
        <simpleType name="OrgUnitName">
            <annotation>
                <documentation>
                    Name of the Organizational Unit
                </documentation>
            </annotation>
            <restriction base="string">
                <minLength value="1" />
                <maxLength value="18" />
            </restriction>
        </simpleType>
        <complexType name="StringMCA">
            <annotation>
                <documentation>
                    Multi Country String. Strings, which must be stored in ASCII code and 
                    country specific. The subelement ASCIIString contains the string encoded
                    with ASCII. The subelement countrySpecificString allows country specific
                    encoding.
                </documentation>
            </annotation>
            <sequence>
                <element name="asciiString" type="tns:String255" minOccurs="0" />
                <element name="countrySpecificString" type="tns:String255" />
            </sequence>
        </complexType>
        <simpleType name="OrgUnitID">
            <annotation>
                <documentation>
                    ID of the Organizational Unit
                </documentation>
            </annotation>
            <restriction base="unsignedInt">
                <totalDigits value="8" />
            </restriction>
        </simpleType>
        <simpleType name="GlobalID">
            <annotation>
                <documentation>
                    Global unique identifier of persons at xyz
                </documentation>
            </annotation>
            <restriction base="unsignedInt">
                <totalDigits value="8" />
            </restriction>
        </simpleType>
        <simpleType name="CiCatPersonID">
            <annotation>
                <documentation>
                    CI-CAT Identifier of Persons (CiCat-PID). Unique identifier of a person
                    in CI-CAT
                </documentation>
            </annotation>
            <restriction base="unsignedInt">
                <totalDigits value="20" />
            </restriction>
        </simpleType>
        <simpleType name="CiCatAccountID">
            <annotation>
                <documentation>
                    CI-CAT Identifier of AD Accounts (CiCat-Ben-Sid). Unique identifier of 
                    AD Accounts in CI-CAT.
                </documentation>
            </annotation>
            <restriction base="unsignedInt">
                <totalDigits value="20" />
            </restriction>
        </simpleType>
        <simpleType name="PersonnelActionTypeCode">
            <annotation>
                <documentation>
                    The operation that was performed on the person: entry, data change,
                    re-entry (into company), exit (out of company)
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="entry" />
                <enumeration value="data change" />
                <enumeration value="re-entry" />
                <enumeration value="exit" />
            </restriction>
        </simpleType>
        <simpleType name="ContractStatus">
            <annotation>
                <documentation>
                    Contract Status: active, inaktive, resigned, retired
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="retired">
                    <annotation>
                        <documentation>
                            End of contract relationship because of retirement
                        </documentation>
                    </annotation>
                </enumeration>
                <enumeration value="resigned">
                    <annotation>
                        <documentation>
                            End of contract because of quitting
                        </documentation>
                    </annotation>
                </enumeration>
                <enumeration value="inactive">
                    <annotation>
                        <documentation>
                            Incactive contract relationship, e.g. motherhood, suspension
                        </documentation>
                    </annotation>
                </enumeration>
                <enumeration value="active">
                    <annotation>
                        <documentation>
                            Normal contract status
                        </documentation>
                    </annotation>
                </enumeration>
                <enumeration value="deleted">
                    <annotation>
                        <documentation>
                            Contract physically deleted in the source system
                        </documentation>
                    </annotation>
                </enumeration>
            </restriction>
        </simpleType>
        <simpleType name="KnownAssociateCode">
            <annotation>
                <documentation>
                    Describes status of person to xyz: internal/external/fixed-term
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="External" />
                <enumeration value="Internal" />
                <enumeration value="Fixed Term" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="AssociateCode">
            <annotation>
                <documentation>
                    Describes status of person to xyz: union of known values plus free string 
                    for not yet known types
                </documentation>
            </annotation>
            <union memberTypes="tns:KnownAssociateCode string" />
        </simpleType>
        <simpleType name="KnownExternalRelationType">
            <annotation>
                <documentation>
                    Describes relation (contract relation) of external person to xyz:
                    contractor/customer/supplier/subsidiary/selfregistered
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Contractor" />
                <enumeration value="Customer" />
                <enumeration value="Supplier" />
                <enumeration value="Subsidiary" />
                <enumeration value="Selfregistered" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="ExternalRelationType">
            <union memberTypes="tns:KnownExternalRelationType string" />
        </simpleType>
        <simpleType name="ValidityState">
            <annotation>
                <documentation>
                    If an attribute was taken over by an authoritative source such as HR-MDS or 
                    WOM. Set to "Valid" to indicate that the value was taken over from the 
                    source and is therefore valid. Set to "Invalid" if the source indicates the
                    value is no longer value, e.g. because it got deleted. Otherwise set to 
                    "Unknown", e.g. when the value was entered manually.
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Valid" />
                <enumeration value="Invalid" />
                <enumeration value="Unknown" />
            </restriction>
        </simpleType>
        <complexType name="HrPersonnelId">
            <sequence>
                <element name="hrSourceSystem">
                    <annotation>
                        <documentation>
                            Name of HR source system
                        </documentation>
                    </annotation>
                    <simpleType>
                        <restriction base="string">
                            <minLength value="1" />
                            <maxLength value="20" />
                        </restriction>
                    </simpleType>
                </element>
                <element name="hrPersonnelId">
                    <annotation>
                        <documentation>
                            ID of person in HR source system
                        </documentation>
                    </annotation>
                    <simpleType>
                        <restriction base="string">
                            <minLength value="1" />
                            <maxLength value="20" />
                        </restriction>
                    </simpleType>
                </element>
            </sequence>
        </complexType>
        <complexType name="AccountType">
            <annotation>
                <documentation>
                    Types of Accounts: Three main categories are known: Person, resource or 
                    service account. A person account represents a single natural person. A 
                    resource account represents a resource such as a printer, a computer or a 
                    meeting room. Service Accounts represent everything else. The can be used 
                    for example for technical users or group accounts. Both resource and service 
                    accounts have an owner that is responsible for them. Each account type has 
                    subtypes for further categorization.
                </documentation>
            </annotation>
            <choice>
                <element name="personAccount" type="tns:PersonAccountType" />
                <element name="resourceAccount" type="tns:ResourceAccountType" />
                <element name="serviceAccount" type="tns:ServiceAccountType" />
            </choice>
        </complexType>
        <simpleType name="KnownPersonAccountType">
            <annotation>
                <documentation>
                    Pre-defined types of Person Accounts
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Office" />
                <enumeration value="Admin" />
                <enumeration value="Test" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="PersonAccountType">
            <union memberTypes="tns:KnownPersonAccountType string" />
        </simpleType>
        <simpleType name="KnownResourceAccountType">
            <annotation>
                <documentation>
                    Pre-defined types of Resource Accounts
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Room" />
                <enumeration value="PC" />
                <enumeration value="Printer" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="ResourceAccountType">
            <union memberTypes="tns:KnownResourceAccountType string" />
        </simpleType>
        <simpleType name="KnownServiceAccountType">
            <annotation>
                <documentation>
                    Pre-defined Types of Service Accounts
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Group" />
                <enumeration value="Machine" />
                <enumeration value="Support" />
                <enumeration value="System" />
                <enumeration value="unknown" />
            </restriction>
        </simpleType>
        <simpleType name="ServiceAccountType">
            <union memberTypes="tns:KnownServiceAccountType string" />
        </simpleType>
        <simpleType name="ActionType">
            <annotation>
                <documentation>
                    Defines the action that was performed on the object.
                </documentation>
            </annotation>
            <restriction base="string">
                <enumeration value="Create" />
                <enumeration value="Update" />
                <enumeration value="Delete" />
            </restriction>
        </simpleType>
        <simpleType name="LegalEntityId">
            <annotation>
                <documentation>
                    ID of a legal entity
                </documentation>
            </annotation>
            <restriction base="unsignedInt">
                <totalDigits value="8" />
            </restriction>
        </simpleType>
    </schema>
    ';
    
       DBMS_XMLSCHEMA.REGISTERSCHEMA (schemaurl   => 'BasicTypes.xsd',
                                      schemadoc   => lc_test_xsd);
                                      
      DBMS_OUTPUT.PUT_LINE('BasicTypes.xsd registration successfully completed');
    EXCEPTION WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('BasicTypes.xsd registration failed '||SQLERRM);
    END;
    /

    See for example the effect of elementFormDefault of http://www.liquid-technologies.com/Tutorials/XmlSchemas/XsdTutorial_04.aspx for details.

    The fix:

    >


    ...

    >

    I hope this helps!

  • Error message says that my system's virtual memory is too low.

    Hello, I have increased the paging files such minimum and maximum values suggested by various sources of help and my computer seems to be running a little faster, but negligible so. I also understand that moreRAM will help, however, I have the maximum RAM my laptop can take internally (256 MB). Is there such a thing asexternal RAM I can get to increase my RAM? I work withWindows XP Home Edition and I understand that I need a minimum of 256 MBRAM for my virtual memory to be ok. Verification ofRAM to my system , I see that I have 256 MB of RAM (physical memory), however, only about 10 MB ofRAM (physical memory) is available for use (I got this information from thesystem information tool). I don't know what that means. Should I have 256 MB ofRAM available for use for my virtual memory to be ok? My hard drive is 20 GB but I have about 0,6 GB of free space, so I think I have anexternal hard drive in order to have more space. Can get an external hard drive to upgrade my RAM? Any help
    very much appreciated. Tony.

    Hi, I sympathise with your situation, but my answer may not be what you want here, even though I think you'll find credible and useful information (I have a degree in computer service technology (end of the 1980s, but I do not work in this area).)

    In the computing environment today with all web 2.0 and 3.0, sites which consist usually of a large number of graphics and flash type software, you must have much more memory...
    For simplicity, there are memories of basically two types that apply to your situation, and it is the RAM (to run your software as applications etc., then the memory of your hard drive (to do most of the work...)
    The computer, I am writing about this time is about five to seven years of age. He had 500MB of RAM when I bought it and 80 GB of hard drive memory. Then about two years ago I started to have virtual memory issues so I bought a stick of 1 GB of ram and installed what brought my RAM to 1.5 GB of ram and it took care of the issue of virtual memory. (I use a Dell Dimension 2400). I also bought a terabyte external drive to organize the future all downloads and transferred from the stuff that was on my computer on the external drive to free up some memory hard drive of my computer.
    Here are some points to remember and a recommendation or two. If you can, buy you a bar of RAM and install it... (instructions should come with the RAM on how to install it and you can also search the creator of computer Web site for assistance). It's a fairly simple process which consist essentially of find a connector available on your motherboard near where your already installed ram is located and pop in the newly purchased RAM stick. You should be able to get at least another stick of ram of 256 MB and this should help.
    You also have another problem, however, you indicate that you have seulement.6 GB memory hard drive of 20 GB. From my experience, when you use beyond the mark to halfway to the memory of your drive hard your computer can start to slow you down to the bottom of issues.
    20 GB hard drive is not really much memory in standard today for the internet. If I was buying a computer today, I would get at least a terabyte of disk hard memory (and at the very least, the computer should have at least 500 GB memory hard drive). You could probably make it thereby half, but I mainly throw these numbers out there so you can get some perspective on how just 20 GB is not get it for the internet today, especially if you use your laptop or desktop (20 GB might be great for palm pilot but even these computer really little, I forgot the name off the coast of the hand have more than 20 GB...)
    I hope that this information was of some use to you. You can find me doing my thinghttp://www.informationinternetmarketing.com/
    Good luck
    Floyd
    P.S. I just noticed you said you within your capabilities of ram in your computer... If you can not increase ram, then you should try to increase virtual memory... It is recommended that you increase the virtual memory by 1.5 times greater than the normal setting. Below is a step by step method, retrieved from http://www.delete-computer-history.com/increase-virtual-memory.html

    How to increase virtual memory?

    In Windows XP

    1. on start and then click Control Panel.
    2. click on performance and Maintenanceand then click System.
    3. on the Advanced tab, under performance, click settings.
    4. under the Advanced tab, under virtual memory, click on change.
    5. under drive [Volume label], click the drive that contains the swap file that you want to change.


    6. under paging file size for selected drive, click custom size check box. You can enter the amount of memory you wish to book for virtual memory by entering the initial and maximum size.
    7. click on set
    When you are prompted to restart the computer, click Yes.
    Special note: You must choose the same amount for the initial size and maximum size. This will stop your CPU from the pagefile evolving.

    You can also get more information at http://support.microsoft.com/kb/308417
  • Custom while logging an error message.

    Hello

    I have athunetication LDAP schema. I have a function in the database to return true or false to check ldap. 101 as login page using custom. If the password is entered wrong, I get this kind of error message

    "ORA-06503: PL/SQL: function returned no value."
    ERR-10460 error cannot perform the function of verification of the authentication credentials. "

    I need to do 2 things, first to change the error message from the user friendly message. and display the error on the same page instead of on the new page.

    Can you please specify?

    I need to do 2 things, first to change the error message from the user friendly message. and display the error on the same page instead of on the new page.

    No, you must debug the function to make it so that it returns a value in all circumstances. This exception indicates a problem with the logic of operation that needs to be fixed. If this is the case then I think you won't have to do the 2 things that you think you do...

  • C6280 Installer problem - Error Message

    I am out with my Photosmart C6280.  I had to write to service customer of Hewlett main office to get a response from them on two issues: 1) the flip up stop broken paper 2) the software will not be installed completely despite of many e-mail help HP technical service.  HP sent me three discs of installation but none of them solved my problem.  I am pleased to say that HP sent a C6280 replacement for me that I received yesterday and tried the facility.  My problem persists: the installation of the software is at 66%, stops, an error message appears "the specified service does not exist as an installed service."  "I removed all the software many times through ' Add/Remove software", restarted and then reconnected the C6280 before reinstalling the software.  Same thing happens every time.  I had this problem since the purchase in December 2007, but I am able to set up the printer through my router wireless on my home network using the ethernet cable from the printer to the Netgear wireless router.  If I can print with the static IP address, but I can't use the HP software for scanning.   My desktop PC is a Compaq Presario 8000 T running Windows XP Pro.

    Anyone with similar problems?

    Thank you, but I guess I'm anxious and contacted HP tech services, which I was able to control my PC for access to level 3.  The technology fixed my registry and download new software that now seems to work.  I would certainly them once again, as they did a good job in a professional manner.

Maybe you are looking for

  • Firefox 3 won't load styles

    I'm a graphic designer and have been invited to develop a site of my employer. I can get the site to work in all browsers updated, but for some reason that the related style sheets not loading in Firefox 3. Here's the syntax I use: <!DOCTYPE html PUB

  • Cursor jumps while typing on my Satellite Pro

    In recent weeks when I type the cursor jumps somewhere else, at first I thought I type fast then press something I shouldn't, but now its driving me crazy, even in msn or facebook all the ideas everyone. Thank you.Julie

  • Cable Modem C6300BD-1TLAUS

    My Modem cable C6300BD-1TLAUS doesn't look like the image on the user to download manual, I want to establish why the WiFi, power button does not work, nor the light flashes at any time during the star-tup, or during the operation, actually it is not

  • Is there a model for MCU PIC12F675?

    I am currently working on a design that integrates the MCU PIC12F675 of Microchip. I want to be able to simulate this circuit in Multisim, however, there is no included model for her. Is it possible to get this simulation model?

  • High with e1200 latency

    If I get a lag when I play LoL or PS2 of anywhere between 80ms and 500 + Ms I use a wireless addapter but I don't know it doesn't have something to do with it. We tried to put my computer back to priority using the MAC address, but without success. I