ORA-01654 error message when inserting multiple records

Hello all,
I have a Test table with attributes TEST_ID, TEST_NAME, TEST_DATE, STATUS, and want to insert multiple records into this table based on user input form. If user select a value from the drop down list, and the number of records to insert into the Test table, the application should insert that many into the Test table with the same TEST_DATE, STATUS, but TEST_NAME should be the drop down list value + i (1....the number of inserted records). I manually created the form, and wrote a sql for the process.
For example if the user select MUSIC, 3 then data should look like this
TEST_ID TEST_NAME TEST_DATE STATUS
1 MUSIC1 04/06/2010 Y
2 MUSIC2 04/06/2010 Y
3 MUSIC3 04/06/2010 Y
I got the error ORA-01654: unable to extend index TEST_TOOL_ID.TEST_PK by 128 in table space FLOW_13120862905990037739.
The process query
DECLARE IDTEST NUMBER := 1;
BEGIN
WHILE (IDTEST < :P1_COUNT + 1) LOOP
INSERT INTO TEST ( TEST_NAME, TEST_DATE, STATUS )
VALUES ((:P1_TEST_NAME || ' ' ||IDTEST), SYSDATE, 'Y');
END LOOP;
END;
Here is the link to this application
http://apex.oracle.com/pls/apex/f?p=4000:1:3173416575551580::NO:RP:FB_FLOW_ID,F4000_P1_FLOW:32828,32828
Any help would be appreciated.
Thanks,
Karoline

This is the output i get when i change the getMessage with printStackTrace.
String getMessage() replaced with printStackTrace:
G:\studies\Chapter11\MakeDB.java:33: 'void' type not allowed here
               System.out.println("Could not drop primary key on UserStocks table: "
^
G:\studies\Chapter11\MakeDB.java:43: 'void' type not allowed here
               System.out.println("Could not drop UserStocks table: "
^
G:\studies\Chapter11\MakeDB.java:54: 'void' type not allowed here
               System.out.println("Could not drop Users table: "
^
G:\studies\Chapter11\MakeDB.java:64: 'void' type not allowed here
               System.out.println("Could not drop Stocks table: "
^
G:\studies\Chapter11\MakeDB.java:83: 'void' type not allowed here
               System.out.println("Exception creating Stocks table: "
^
G:\studies\Chapter11\MakeDB.java:102: 'void' type not allowed here
               System.out.println("Exception creating Users table: "
^
G:\studies\Chapter11\MakeDB.java:119: 'void' type not allowed here
               System.out.println("Exception creating UserStocks table: "
^
G:\studies\Chapter11\MakeDB.java:133: 'void' type not allowed here
               System.out.println("Exception creating UserStocks index: "
^
G:\studies\Chapter11\MakeDB.java:159: 'void' type not allowed here
               System.out.println("Exception inserting user: "
^
9 errors
Tool completed with exit code 1

Similar Messages

  • Error message when loading BALTB record

    I am receiving the following error message when trying to load the BALTB record.
    <b>Unexpected record type.</b>                                    
    <i>Key of data record which caused termination:
    Client                  =     ,
    Company Code    = 1000,
    Asset Class         = 153000,
    Old main number  = 99948,
    Old subnumber     =      ,
    Transaction          =  AS91,
    Record type         = B .       </i>
    I have search the forum for answers but I can't seem to find any resolutions. Has anybody encountered this problem and were you able to correct it?
    thank you in advance for the help.

    BALTB  seems to be a structure , can you explain how you r trying to loadd
    The error may be the Record type B is invalid ,  the last field is record type , chk whether B exists or not

  • Error message when inserting table into JSP

    I am using JDEV 10.1.3.3 and am getting the following error message when I try to create a table in a form on a jsp:
    "Could not complete get pdusage from application because it would result in an invalid document".
    Here is the stack trace:
    oracle.bali.xml.model.XmlReadOnlyException: read-only on commit
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2676)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:413)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:203)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adfdt.view.common.binding.provider.ADFBaseProvider.<init>(ADFBaseProvider.java:34)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.<init>(ADFIteratorModelProvider.java:46)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFCustomTableModelProviderFactory.createModelProvider(ADFCustomTableModelProviderFactory.java:64)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFBindingsProviderInfo.getData(ADFBindingsProviderInfo.java:40)
         at oracle.adfdtinternal.view.common.binding.datatransfer.BaseADFDataInfo.getData(BaseADFDataInfo.java:35)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferData(ADFBindingUtils.java:1087)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferModelProvider(ADFBindingUtils.java:1111)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:63)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:96)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.java:235)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Hi,
    obviously you try to drag and drop a component to a place where it breaks the document. Make sure the table is added to the JSP body. Have a look at the page sources for existing syntax problems - e.g. missing close elemenents or misplaced elements
    Frank

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • Error message when inserting .FLV file

    I have Captivate 6 and have downloaded all updates that appeared when I went to the Help menu > Updates.
    I am going to Video > Insert Video and browse for my .FLV file (this is a Multi-Slide Synchronized Video). I then select "Modify slide duration to accomodate video" and click OK. I am prompted with the following error:  "Video encountered an internal error"
    The .FLV file was downloaded from a Virtual Classroom recording in Adobe Connect and is 49,329 KB.
    Can anyone help me with this?

    Hi Vikram -
    Thank you for your reply.
    I have  version 6.0.1.240
    I receive the same error when I try to insert the video as an Event Video
    The error happens in all projects. I have tried several blank projects, and a few existing to test it out.
    Below is a screenshot of the options I select when inserting a video, along with a screenshot of the error message I receive after clicking OK.

  • Error message when trying to record video?

    PowerMacG5
    OS 10.5.6
    QT 7.5.5
    iSight camera
    When I try to record a video using QT Pro I get the following error message:
    Operation Could not be completed due to an unknown error.
    (error Domain= NSOSStatusError Domain code= 1852797029
    If I try to use iChat, iSight is working fine. After getting the error message in QTPro then iSight does not work anymore even in iChat....
    I have to unplug iSight then plug it back in to get iChat video working again.
    I deleted QT pref, no luck.
    Any suggestions?
    Thanks
    Fred

    after several hours of searching for and testing of lots of different video capture applications, i have finally found one. There were several that worked. But the one that was the best of the ones i tested was *EvoCam (http://www.evological.com/evocam.html)* I haven't used it for long but from what i have seen so far it works sweet. The one main thing i wanted it to do was create video recordings. that it does. it also has several cool options and effects you can apply to the video.
    hope this helps.
    i still have not been able to get QT to record video with the iSight, or find any explanation from anywhere or anyone as to why. here is a list of a few of the other software apps i tried:
    camtwist - (Really cool effects that you can apply to your cam for chats ect.)
    BTVPro
    capture magic
    dreamn capture
    gawker
    ishowU hd
    periscope
    UseeMe
    webcam tweaker
    Rons video grabber

  • ORA-01078 error message when trying to start database

    Hi,
    I am trying to clone a production database to use it as a standby on a different server. When I try to startup the database I get the below error message. I tryied starting it up from EM, but got "ORA-01078: failure in processing system parameters" error message.
    SQL> startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    LRM-00101: unknown parameter name 'db_cache_size'
    LRM-00101: unknown parameter name 'dispatchers'
    LRM-00101: unknown parameter name 'fast_start_mttr_target'
    LRM-00101: unknown parameter name 'pga_aggregate_target'
    LRM-00101: unknown parameter name 'undo_management'
    LRM-00101: unknown parameter name 'undo_retention'
    LRM-00101: unknown parameter name 'undo_tablespace'
    ORA-01078: failure in processing system parameters
    SQL>
    This is my "ini" file:
    *.aq_tm_processes=1
    *.background_dump_dest='d:\oracle\admin\mydb\bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='d:\oracle\oradata\mydb\control01.ctl','d:\oracle\oradata\mydb\control02.ctl','d:\oracle\oradata\mydb\control03.ctl'
    *.core_dump_dest='d:\oracle\admin\mydb\cdump'
    *.db_block_size=8192
    *.db_cache_size=629145600
    *.db_domain='skmconsulting.com'
    *.db_file_multiblock_read_count=16
    *.db_name='mydb'
    *.dispatchers='(PROTOCOL=TCP)'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='mydb'
    *.java_pool_size=33554432
    *.job_queue_processes=10
    *.large_pool_size=8388608
    *.log_archive_format='arch_mydb_%t_%s.arc'
    *.log_archive_dest = D:\oracle\archive-logs\mydb
    *.log_archive_start=TRUE
    *.max_enabled_roles=148
    *.open_cursors=500
    *.optimizer_mode='rule'
    *.pga_aggregate_target=25165824
    *.processes=200
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=83886080
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='d:\oracle\admin\mydb\udump'
    Any ideas?
    Thanks.

    Also tried this, and got the same error:
    oradim.exe -delete -sid mydb
    set ORACLE_HOME=D:\oracle\ora92
    oradim.exe -new -sid mydb -intpwd pw -startmode manual
    set oracle_sid=mydb
    sqlplus /nolog
    conn sys/pw as sysdba
    startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    ORA-12538: TNS:no such protocol adapter

  • Error message when inserting keyfeilds in Multiprovider?

    Hi,
    Iam using multiprovider, when i try to insert some keyfeilds in multiprovider the mentioned error message is happening
    -> CL_RSD_MULTIPROV_CHECK========CP and form CHECK-03
    ->  OLAP processor found an error,
    Intially there is no errors occured when i try to work in bex for relevant multiprovider these error message occuring.
    How to overcome this?
    Thanks in advacne
    vas

    Hi,
    What is SP level or check this note(1252207) it might helpful
    Regards,
    SAtya

  • Issuing error message when creating a record for infotype

    i have a req in HR
    for the infotype 14 and the subtype 3010, when i'm going to create a record, i need to check some fields in infotype 0002. if check fails, i need to give error message and stop processing...
    how i should do this...
    thanks in advance

    Go to CMOD transaction and create a project with enhancement PBAS0001.Components for PBAS0001 is EXIT_SAPFP50M_001,EXIT_SAPFP50M_002.
    These two exit will contain tw0 includes ZXPADU01,ZXPADU02.ZXPADU01 include will trigger in the PBO of the transaction in create and change mode  and ZXPADU02 will trigger in in create and change mode  .Inside the inculde you can add the following code for different infotype
      CASE innnn-infty.
    0 0 1 4 *************************
        WHEN '0014'.
          PERFORM validate_0014_pai USING tclas
                                            psave
                                            ipsyst
                                            i001p
                                            i503
                                  CHANGING  innnn
                                           show_data_again.
    0 1 4 7 *************************
        WHEN '0147'.

  • Error Message when Inserting Page

    Adobe Acrobat 5.0
    For several years, I have been printing my financial statements/payments from online financial sites as an Acrobat document, then saving each month's file to an annual file using the Insert Page function.
    This has worked well until recently when I have begun to receive the error message: "These documents contain subset fonts that have the same name and cannot be merged."
    I have searched the net for some resolution to this problem but have seen nothing very helpful.
    Is there a way to remove the subset fonts from the document or, failing that, some other way to resolve this problem?
    Any help will be greatly appreciated.
    Jim Crockett

    If you select the text and right click on properties, you should be able to remove the subset and save the entire font. It might be acceptable to not keep the fonts since you are the only one using the PDFs. At least you might try such variations.

  • Error Message When Merging Multiple PDF Files into One PDF File

    Good Morning,
    I have a problem with Adobe Acrobat 9 Pro. I am trying to merge/combine multiple PDF files into one PDF file, but I keep receiving this error message:
    Does anyone have a fix for this? Thank you!

    To fix:
    Provide a unique name for each form field. This includes the individual PDFs fields. As you intend to combine/merge no field name in each of the individual PDFs can be the same.
    Be well...

  • Error message when inserting Spry

    When I insert a Spry Widget, anything Spry doesn't matter
    which one, I keep getting a javascript error. It says it's in line
    455 of Dreamweaver CS3. Has anyone had any experience with this?
    Don't even have a chance to change styles or appearances. I had
    upgraded to the new Spry Widgets downloaded from Adobe.
    Thanks,
    Lydialysol

    line 455 of which page? What is the complete error?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "cheryljames" <[email protected]> wrote in
    message
    news:fgqfvh$pp1$[email protected]..
    > When I insert a Spry Widget, anything Spry doesn't
    matter which one, I
    > keep
    > getting a javascript error. It says it's in line 455 of
    Dreamweaver CS3.
    > Has
    > anyone had any experience with this? Don't even have a
    chance to change
    > styles
    > or appearances. I had upgraded to the new Spry Widgets
    downloaded from
    > Adobe.
    >
    > Thanks,
    > Lydialysol
    >

  • Error message when inserting audio

    Hi, when I try to insert a portion of an audio to my timeline, I keep getting this error and then Premiere crashes.  Is there a way that I can avoid this because I don't know why it's happening. 

    The details are as follows:
    Type: Windows WAVE audio file
    File Size: 2.1 MB
    Source Audio Format: 44100 Hz - 16 bit - Stereo
    Project Audio Format: 44100 Hz - 32 bit floating point - Stereo
    Total Duration: 00:00:12:27856
    I also converted the sound file to mp3 but the samething happened.
    I am using CS6 by the way.

  • Error Message When Inserting Data Into Table

    Hi,
    I am trying to insert the following value into my customer table, however i get the following error on doing so.
    ERROR: date format picture ends before converting entire input string
    STATEMENT:
    insert into phonecall (start_date_time)
    values(10-JAN-2006 11:53:09)
    any ideas as to what might be wrong with my insert statement to bring up this error ??
    start_date_time is a DATE field by the way.

    Or
    SQL> alter session set nls_date_format='DD-MM-YYYY HH24:MI:SS';
    Session altered.
    SQL> create table aa (test date)
      2  /
    Table created.
    SQL> insert into aa values ('11-12-2006 12:11:22')
      2  /
    1 row created.
    SQL> select * from aa ;
    TEST
    11-12-2006 12:11:22
    SQL>

  • Error message when inserting built in flash buttons

    Anyone help point me to a solution?
    Previously worked fine - but now a problem. When wanting to
    either add or edit existing flash buttons, all I get is "Error
    unknown" - no ref ID to help me.
    In the html editor window - I can no longer see the flash
    buttons. They have been replaced with the greyed flash icons. The
    flash functionality has just disappeared for some reason?
    I run mac os x - and have the current MX 2004 upgraded
    version 7.01
    I've reloaded MX 2004 - but no good.
    Any ideas anyone please?
    BTW - I'm not an expert by any means - but just baffled and
    frustrated!

    Alan
    Thanks for the pointer I will scan all of the code in the
    morning for non-standard characters.
    I do not see any with firs scan but I did change the path to
    all of the files whan I moved the data to a new disc.
    I went through DW and reset the paths in the site menus and
    had it recreate the file map and the cache.
    I did not get any errors for that process but that does not
    involve the Java interpeter;-)
    I will post the results later EITHER positive or negative.
    quote:
    Originally posted by:
    Newsgroup User
    > I am running DW8 on an imac (intel CPU)
    as a guess from years of this- there is a "funky" character
    in the hd name,
    your username, or a folder name in the path to this local
    site folder. Dw
    trips up on the character and can't resolved the path to the
    local site
    folder.
    so it doesn't create Flash Text or Flash Buttons and gives an
    Undefined
    Error.
    And will give constant nags that "the selected homepage is
    not in the local
    site folder"
    please do this.
    open a new dw document using File->new
    -->don't save this file<--
    type some text, select it, and using the property inspector's
    Browse to File
    folder icon make a link to this site's "homepage"
    view the code, copy the link code and paste into reply.
    See this technote:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14452
    it should be an absolute full hard drive path like this:
    href="file=///hdname/Users/username/folder/folder/file.html"
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

Maybe you are looking for