Event Table won't work

This is my tables and data:
CREATE TABLE Client
(Client_Code CHAR (4) PRIMARY KEY,
Client_Name CHAR (15),
Client_Address CHAR (20),
Client_City CHAR (22),
Client_State CHAR (2),
Client_Zip CHAR (5),
Client_Phone CHAR (10) );
CREATE TABLE Event
(Event_Code (2) PRIMARY KEY,
Client_Code CHAR (4),
Event_Day CHAR (20),
Event_Date DATE,
Event_Menu CHAR (35) );
CREATE TABLE Supply
(Supply_Code CHAR (5) PRIMARY KEY,
Supply_Name CHAR (25),
Supply_Quantity CHAR (5),
Supply_Cost CHAR (6) );
CREATE TABLE Provider
(Provider_Code CHAR (7) PRIMARY KEY,
Supply_Code CHAR (5),
ProviderName CHAR (15) );
INSERT INTO Client
VALUES ('1000', 'Tom Kane', '1019 Dungan St', 'Philadelphia', 'PA', '19152', '2156732216');
INSERT INTO Client
VALUES ('1001', 'Mark Rocca', '343 Capital Way', 'Washington', 'DC', '62359', '4646932668');
INSERT INTO Client
VALUES ('1002', 'Larry Cone', '7275 Dennis Road', 'Santa Monica', 'CA', '49215', '6095576339');
INSERT INTO Client
VALUES ('1003', 'Sally Finegan', '6628 Lynford St', 'Wildwood', 'NJ', '23462', '2678923650');
INSERT INTO Client
VALUES ('1004', 'Hal Romero', '8620 Colony Dr', 'Tampa', 'FL', '73068', '7639958636');
INSERT INTO Event
VALUES ('00', '1000', 'Friday', '12-MAY-2010', 'Steak and Lobster');
INSERT INTO Event
VALUES ('01', '1001', 'Monday', '22-MAY-2010', 'Deli Sandwiches');
INSERT INTO Event
VALUES ('02', '1002', 'Saturday', '30-MAY-2010', 'Pancakes and Eggs');
INSERT INTO Event
VALUES ('03', '1003', 'Tuesday', '11-JUNE-2010', 'Roast Beef and Pork');
INSERT INTO Event
VALUES ('04', '1004', 'Sunday', '26-JUNE-2010', 'Meatballs and Pasta');
INSERT INTO Supply
VALUES ('10001', 'Golden Quality', '100', '12050');
INSERT INTO Supply
VALUES ('10002', 'Market Fresh', '125', '14199');
INSERT INTO Supply
VALUES ('10003', 'Pantry Fresh', '150', '9687');
INSERT INTO Supply
VALUES ('10004', 'Gold Quality', '175', '10567');
INSERT INTO Supply
VALUES ('10005', 'America Choice', '200', '8623');
INSERT INTO Provider
VALUES ('50001', '10001', 'Walmart');
INSERT INTO Provider
VALUES ('50002', '10002', 'Target');
INSERT INTO Provider
VALUES ('50003', '10003', 'Pathmark');
INSERT INTO Provider
VALUES ('50004', '10004', 'Acme');
INSERT INTO Provider
VALUES ('50005', '10005', 'Superfresh');
I having everything working correctly except the Event Data. I am getting the following error:
CREATE TABLE Event
(Event_Code (2) PRIMARY KEY,
Client_Code CHAR (4)
Event_Day CHAR (20),
Event_Date DATE,
Event_Menu CHAR (35) )
ORA-00902: invalid datatype

You never specified a data type for your EVENT_CODE.
CREATE TABLE Event
(Event_Code <MISSING DATA TYPE> (2) PRIMARY KEY,
Client_Code CHAR (4)
Event_Day CHAR (20),
Event_Date DATE,
Event_Menu CHAR (35) )Also after taking a look at this model I have a question. How come there are no foreign keys? For example I would assume that the CLIENT_CODE in the EVENT_TABLE references the CLIENT table?
What's the purpose of EVENT_DAY? What does that store. If it is the day of the week or something like that then you don't need that column and you can use TO_CHAR() function against the EVENT_DATE to get that information.
Finally, I see you are using a lot of CHAR based columns. Any particular reason? Unless your column values are always going to be the maximum you should consider using VARCHAR2 instead.
Edited by: Centinul on Apr 26, 2010 2:50 PM

Similar Messages

  • Purge Cache with Oracle BI Event tables don#t work

    Hi,
    i want to purge the bi server cache an oracle bi event table.
    i created an table like:
    create table BISE_UPDATE_EVENTS
    UPDATE_TYPE INTEGER default 1 not null,
    UPDATE_TIME DATE default SYSDATE not null,
    DB_NAME VARCHAR2(40 BYTE),
    CATALOG_NAME VARCHAR2(40 BYTE),
    SCHEMA_NAME VARCHAR2(40 BYTE),
    TABLE_NAME VARCHAR2(40 BYTE) not null,
    OTHER VARCHAR2(80 BYTE)
    and defied it in the Administration tool as an event table
    i insert data into it:
    INSERT INTO BISE_update_events
    (db_name, catalog_name, schema_name, table_name
    VALUES (NULL, NULL, 'PSLID_DT', 'DI_LI_MANDANT'
    COMMIT
    But purging the cache don't work.
    I got error messages in NQServer.log:
    2010-02-19 11:49:56
    [55004] The prepare operation failed while polling from table BISE_UPDATE_EVENTS.
    2010-02-19 11:49:56
    [nQSError: 22006] Repository metadata: missing column object: ID=5111903:5046337.
    2010-02-19 11:49:56
    [55005] The cache polling delete statement failed for table BISE_UPDATE_EVENTS.
    Got somebody help?
    Regards Christian

    From the Manual :-
    SchemaName
    The name of the schema where the physical table that was updated resides.
    Populate the SchemaName column only if the event table does not reside in the same database as the physical tables being updated. Otherwise, set it to the null value.
    TableName
    The name of the physical table that was updated. The name has to match the name defined for the table in the Physical layer of the Administration Tool.
    Values cannot be null.
    Can you check once to see if you really need to put the schemaname and also if the tablename defined in the RPD is the same as put in the insert statement. Finally, the user used in the connection pool should have delete rights on your polling table.
    hope this helps

  • Linked text inside table won't work - please help!

    Inside a 3 column table, I linked some text to a file in a different folder but the same site, and the links won't work.  I have linked text in a table before and it worked. I don't know if it's the table properties that is wrong or something else I've done, but I've read everything I can find and cannot come up with the reason why my links won't work.  can you help me?

    Sorry!  I should have done this first:
    http://www.corinthiaestates.com.php5-15.websitetestlink.com/pricing_and_availability.html
    Thanks for your help!

  • My harddrive is full due to 17k of pic in my iphoto. I am trying to copy them onto a dvd and then will delete most of them, but when I try to burn a  group of events it won't work. ,y Mac just spits out the blank DVD.

    My harddrive is full due to 17k of pic in my iphoto.
    I am trying to copy them onto DVDS then free up the space on my HD by deleting them.
    When I try to burn a few events at a time, but my Mac just spits out the blank DVD-R.

    How much space do you have left because maybe the system is unable to cue the burn because is needs to write some data to the hard drive before burning the DVD-R.  Download OmniDiskSweeper, this program will give you information on your files and folders and give the opportunity to delete some files.  If you have a external hard drive you can just copy your files to the hard drive then delete off you main hard drive.   

  • Table of Contents page numbers on next line (solution won't work!)

    I'm having this problem where the page number for my item in the table of contents appears on the next line instead of allt he way to the right on the same line. Example:
    Chapter 1 . . . . . . . . . . . .
    4
    instead of
    Chapter 1 . . . . . . . . . . . .4
    A solution has already been posted, but it won't work for me:
    "This is simple to solve. Select the TOC entry and show the text inspector. There press the "Tab" button for the tabulator seetings. At the bottom is a list of tab stops. Select the last one with a double click and set the number to a slight lower number then the width of your TOC area is. Make sure the tab stop is for right aligning by activating the button on the right side of the tab stop list (but I think it is already). Do that for all TOC levels and don't forget to save the styles." -Frank
    When I try to do this, I type my desired tab stop in (5 in, incidentally) and then as soon as I click outside the field it reverts to the default, which is the full width of my column.
    Anyone know why this might be? Thank you!

    Just to be clear, are you trying to set you tab stop at the 5 inch mark? What is your left margin setting? I believe the tab setting is the distance from the left margin, not the actual point along the paper width. Since you said in an earlier post that you are working on a booklet, I thought perhaps your left margin + 5 may be exceeding the allowable width inside your margins.
    MacBook Pro   Mac OS X (10.4.9)  

  • Command Link in ADF table is not working/ PPR event not getting fired

    Hi All,
    I am having ADF Table, in that one column is with command link if click on command link, it is not navigating to corresponding page or method of a bean. If i give same command link out of the table it working fine, this issue i am facing is in IE9.
    if i use IE in compatibility mode the links works fine, even in IE8 version also.
    Browser: IE 9
    Jdev version: 11.1.1.5.0
    I tried all possible things, but nothing workout for me.
    showPopupBehavior not working in IE9 for af:table buttons (jdev11.1.1.5.0)
    Partial page rendering not working in ie9
    Command Link in ADF table is not working
    Thnks

    Hi,
    please file a bug if you have a customer support contract and provide a testcase
    Frank

  • Javascript won't work - JavaScript for Reader Mobile API Reference (Android)

    I have created a Form with the new Adobe Acrobat Pro DC (trial version).
    The Javascript code just won't work on a mobile phone.
    Doc - JavaScript for Reader Mobile API Reference (Android this shows that what I want to do is supported.
    But not even the simplest command will work on my phone. (I am using Adobe Acrobat DC - PDF reader for Android)
    Any suggestions of what I could be doing wrong?
    Best,
    Menno

    A Doc.getField() should work.. Try small steps: Create a document with two fields (e.g. Text1 and Text2), then create a custom calculation script for Text2 that uses the following code:
    event.value = this.getField("Text1").value;
    Does this copy the data you enter in Text1 to Text2?
    Then, add a third field ("Text3") and a button with the following MouseUp JavaScript action:
    this.getField("Text3").value = this.getField("Text1").value;
    Does this work? It actually works for me. To save you some work, here is a link to the test file I've used: http://khkonsulting.com/files/AUC/AndroidTest.pdf

  • Image gallery code won't work

    Please Help, I can't figure this stuff out!
    I've just built my second website and the code for clickable thumbnails for my image gallery doesn't work in Safari, unless I refresh the page. For some reason, a mouseover on a thumbnails fails to call the large image url. I tried adding an auto refresh to the code, but curiously that did not solve the problem.
    Any ideas why this won't work in this Browser, but runs fine in IE and Firefox?
    Thanks for any advice.
    Here is the code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
    <meta name="generator" content="Adobe GoLive 6">
    <title>Welcome to Kimerlee Curyl - p h o t o g r a p h y - horses, pets, el faro, headshots, weddings</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="../../web-content/styles.css" rel="stylesheet" media="screen" type+text/css">
    <script language="javascript">
    <!--
    function openLinks(){
    var linksURL = "about.cfm";
    var linksWindow = window.open(linksURL, 'linksWin', 'menubar=no,toolbar=no,width=1024,height=768,resizable=yes,location=no,scrollba rs=yes,screenX=10,screenY=1,left=10,top=1');
    //-->
    </script>
    <csscriptdict import>
    <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
    </csscriptdict>
    <csactiondict>
    <script type="text/javascript"><!--
    CSAct[/CMP/ 'bfc75fbb127'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f15.jpg');
    CSAct[/CMP/ 'bfc75fc8128'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/faro2005/f14.jpg');
    CSAct[/CMP/ 'bfc75fd2129'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f13.jpg');
    CSAct[/CMP/ 'bfc75fdd130'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f11.jpg');
    CSAct[/CMP/ 'bfc75fe8131'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f9.jpg');
    CSAct[/CMP/ 'bfc75ff2132'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f7.jpg');
    CSAct[/CMP/ 'bfc75ffd133'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f6.jpg');
    CSAct[/CMP/ 'bfc76008134'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f5.jpg');
    CSAct[/CMP/ 'bfc76014135'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f4.jpg');
    CSAct[/CMP/ 'bfc7601e136'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f3.jpg');
    CSAct[/CMP/ 'bfc76027137'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/farofinal/f2.jpg');
    CSAct[/CMP/ 'bfc76031138'] = new Array(CSSetImageURL,/CMP/ 'first_image',/URL/ 'folder/images/faro2005/faro1.jpg');
    var preloadFlag = false;
    function preloadImages() {
    if (document.images) {
    pre_photographyB = newImage('folder/dec_buttons/photographyB.gif');
    pre_KimB = newImage('folder/dec_buttons/KimB.gif');
    pre_docBb = newImage('folder/dec_buttons/docBb.gif');
    pre_weddingsB = newImage('folder/dec_buttons/weddingsB.gif');
    pre_editorialB = newImage('folder/dec_buttons/editorialB.gif');
    pre_petsB = newImage('folder/dec_buttons/petsB.gif');
    pre_headshotsB = newImage('folder/dec_buttons/headshotsB.gif');
    pre_horsesB = newImage('folder/dec_buttons/horsesB.gif');
    pre_bioB = newImage('folder/dec_buttons/bioB.gif');
    pre_ppB = newImage('folder/dec_buttons/ppB.gif');
    pre_contactB = newImage('folder/dec_buttons/contactB.gif');
    preloadFlag = true;
    // --></script>
    </csactiondict>
    <csactions>
    <csaction name="bfc75fbb127" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f15.jpg" urlparams="2"></csaction>
    <csaction name="bfc75fc8128" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/faro2005/f14.jpg" urlparams="2"></csaction>
    <csaction name="bfc75fd2129" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f13.jpg" urlparams="2"></csaction>
    <csaction name="bfc75fdd130" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f11.jpg" urlparams="2"></csaction>
    <csaction name="bfc75fe8131" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f9.jpg" urlparams="2"></csaction>
    <csaction name="bfc75ff2132" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f7.jpg" urlparams="2"></csaction>
    <csaction name="bfc75ffd133" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f6.jpg" urlparams="2"></csaction>
    <csaction name="bfc76008134" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f5.jpg" urlparams="2"></csaction>
    <csaction name="bfc76014135" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f4.jpg" urlparams="2"></csaction>
    <csaction name="bfc7601e136" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f3.jpg" urlparams="2"></csaction>
    <csaction name="bfc76027137" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/farofinal/f2.jpg" urlparams="2"></csaction>
    <csaction name="bfc76031138" class="Set Image URL" type="onevent" val0="first_image" val1="folder/images/faro2005/faro1.jpg" urlparams="2"></csaction>
    </csactions>
    </head>
    <body onload="preloadImages();" bgcolor="#471e12" link="#666666" vlink="#666666" alink="#99CCCC">
    <table width="100%" border="0" align="center">
    <tr>
    <td align="center" valign="middle" bgcolor="330000" width="800">
    <!-- TemplateBeginEditable name="horses" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="pets" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="pets" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="doc" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="editorial" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="etc" --><!-- TemplateEndEditable -->
    <table width="778" border="0" cellspacing="0" cellpadding="0" cool="cool" gridx="16" gridy="16" height="953" showgridx="showgridx" showgridy="showgridy" usegridx="usegridx" usegridy="usegridy">
    <tr height="304">
    <td width="19" height="304"></td>
    <td width="758" height="304" colspan="14" valign="top" align="left" xpos="19"></td>
    <td width="1" height="304"><spacer type="block" width="1" height="304"></td>
    </tr>
    <tr height="448">
    <td width="108" height="448" colspan="4"></td>
    <td width="669" height="448" colspan="11" valign="top" align="left" xpos="108"></td>
    <td width="1" height="448"><spacer type="block" width="1" height="448"></td>
    </tr>
    <tr height="116">
    <td width="25" height="116" colspan="3"></td>
    <td width="122" height="116" colspan="2" valign="top" align="left" xpos="25"></td>
    <td width="1" height="116"></td>
    <td width="122" height="116" valign="top" align="left" xpos="148"></td>
    <td width="1" height="116"></td>
    <td width="122" height="116" valign="top" align="left" xpos="271"></td>
    <td width="123" height="116" colspan="2" valign="top" align="left" xpos="393"></td>
    <td width="123" height="116" colspan="2" valign="top" align="left" xpos="516"></td>
    <td width="138" height="116" colspan="2" valign="top" align="left" xpos="639"></td>
    <td width="1" height="116"><spacer type="block" width="1" height="116"></td>
    </tr>
    <tr height="84">
    <td width="23" height="84" colspan="2"></td>
    <td width="124" height="84" colspan="3" valign="top" align="left" xpos="23"></td>
    <td width="123" height="84" colspan="2" valign="top" align="left" xpos="147"></td>
    <td width="123" height="84" colspan="2" valign="top" align="left" xpos="270"></td>
    <td width="1" height="84"></td>
    <td width="122" height="84" valign="top" align="left" xpos="394"></td>
    <td width="1" height="84"></td>
    <td width="122" height="84" valign="top" align="left" xpos="517"></td>
    <td width="2" height="84"></td>
    <td width="136" height="84" valign="top" align="left" xpos="641"></td>
    <td width="1" height="84"><spacer type="block" width="1" height="84"></td>
    </tr>
    <tr height="1" cntrlrow="cntrlrow">
    <td width="19" height="1"><spacer type="block" width="19" height="1"></td>
    <td width="4" height="1"><spacer type="block" width="4" height="1"></td>
    <td width="2" height="1"><spacer type="block" width="2" height="1"></td>
    <td width="83" height="1"><spacer type="block" width="83" height="1"></td>
    <td width="39" height="1"><spacer type="block" width="39" height="1"></td>
    <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
    <td width="122" height="1"><spacer type="block" width="122" height="1"></td>
    <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
    <td width="122" height="1"><spacer type="block" width="122" height="1"></td>
    <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
    <td width="122" height="1"><spacer type="block" width="122" height="1"></td>
    <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
    <td width="122" height="1"><spacer type="block" width="122" height="1"></td>
    <td width="2" height="1"><spacer type="block" width="2" height="1"></td>
    <td width="136" height="1"><spacer type="block" width="136" height="1"></td>
    <td width="1" height="1"></td>
    </tr>
    </table>
    <!-- TemplateBeginEditable name="bio" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="packages" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="email" --><!-- TemplateEndEditable -->
    </table>
    <map name="bio_textBbfc725fb"></map>
    </body>
    </html>
    <!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript></noscript>

    Someone else told me to put backticks around the session variable and it solved the problem, so
    $q = "SELECT * FROM `{$_SESSION['find']}` WHERE id = $id";

  • The next link of advance table is not working ??

    Hi,
    The next link and also all properties of the advance table is not working as soon as i click on the next link the page gets hanged no other components of the page not working
    i have two regions one is advance table region and one is default double column for showing all buttons in one row plz help..
    regards
    Dips (paddy)
    Edited by: 918001 on Feb 29, 2012 10:24 PM

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Same jena code loading ontology won't work in 11.2.0.2 in linux

    Hi,
    The sample code of loading univ-bench.owl ontology into database won't work in oracle 11..2.0.2 in my linux guest system. However, it is working perfectly in oracle 11.2.0.1 in windows environment. The error I got is:
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    I recreated the table and model a couple of times accordint to a tutorial but it still failed. Is it an incompatibility issue? Thanks a lot.
    Hong

    Hi Zhe,
    The sample code in Example 7-16 Load OWL Ontology and Perform OWLPrime inference doesn't work in 11.2.0.2 in my linux guest system. However, the code for incremental, batch or bulk loading in Example 7-17 Bulk Load OWL Ontology and Perform OWLPrime inference works like charm. The error for runnig the previous one is:
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix rdf
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix rdfs
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix owl
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/hpl/jena/sparql/algebra/opt/Rewrite
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at oracle.spatial.rdf.client.jena.QueryEngineSem.modifyOp(QueryEngineSem.java:179)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:104)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:97)
         at oracle.spatial.rdf.client.jena.QueryEngineSem$1.create(QueryEngineSem.java:202)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:426)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:400)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:408)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:135)
         at myProject.LoadUniv3.main(LoadUniv3.java:37)
    Caused by: java.lang.ClassNotFoundException: com.hp.hpl.jena.sparql.algebra.opt.Rewrite
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 21 more
    Thanks a lot.
    Hong

  • Audio skimming in event library doesn't work

    Audio skimming works perfectly in my project library, and I can turn it on and off with the appropriate button.
    But audio skimming in my event library does not work at all!
    I've tried skimming slower, restarting iMovie and restarting my Mac one at the time and nothing works.
    I'm getting desperate, I have no idea why this won't work, everything is new and it's the first time I've really tried to use iMovie.
    Any ideas will be greatly appreciated!
    Message was edited by: Loulogue

    ok. thx 

  • Superdrive won't work

    This morning my Superdrive on my 2.7 GHz Intel Core i5 Mac won't recognize my Sony CD-R 700MB blank disc.  It's worked before.  Yesterday, I burned a memorex DVD+R with no problem.  Is this something that can be fixed by me through some software tweak?  Or, does it require a trip to the Apple Store?

    They do fail and they also get dirty and need to be repaired. However  your machine may simply need a basic reset. Please do both SMC and PRAM resets, do 2-3 each. If you don't know how please click https://discussions.apple.com/docs/DOC-3603 for instructions.
    In the event that does not work go to your local office supply store and buy a CD/DVD cleaning kit and clean the drive. Finally if that doesn't work a trip to the Apple Store may be required. BTW if the machine is covered by AppleCare give AppleCare a call.

  • Microsoft Forefront Server Protection Eventing Service won't start?

    Hi Guys,
    When Forefront Protection for Exchange was integrated/enabled on our SBS 2008 server, Microsoft Forefront Server Protection Eventing Service won’t start. Even when we try to start it manually we are getting this message (see attached). During this attempt,
    we got these events in the event viewer. In this case, in order to have our email working, we have to temporarily disable Forefront. Any suggestion how to fix this? Please advise.
    Event 465
    Source: ESENT
    FSCEventing (9324) Corruption was detected during soft recovery in logfile C:\Program Files (x86)\Microsoft Forefront Protection for Exchange Server\Data\Incidents\inc.log. The failing checksum record is located at position END. Data not matching the log-file
    fill pattern first appeared in sector 450 (0x000001C2). This logfile has been damaged and is unusable.
    Event 301
    Source: ESENT
    FSCEventing (9324) The database engine has begun replaying logfile C:\Program Files (x86)\Microsoft Forefront Protection for Exchange Server\Data\Incidents\inc.log.
    Event 454
    Source: ESENT
    FSCEventing (9324) Database recovery/restore failed with unexpected error - 501.
    Event 1076
    Source: FSCEventing
    The Forefront Protection Eventing Service has stopped.
    Thank you very much!
    Arnel

    Hi Arnel,
    Based on error messages, it indicates a log file (inc.log) has become corrupted. Please restore the log file
    from a backup copy, and then check if this issue can be solved. For more details, please refer to the following article.
    Event Id 465
    Hope this helps.
    Best regards,
    Justin Gu

  • Event Based Alert not working

    Version R12.1.3
    I have created a new Event based alert, the Alert is not firing the action set.
    The SQL is working perfectly fine. But action set is not firing when I check from History.
    Could somebody provide me, if any Patches need to be installed.

    Hi Hussein,
    I tried this, but Alert did not work.
    When I change the type of alert to periodic I am getting the desired result.
    Basically I am trying to insert some data into table.
    this is working from Periodic alert but not from event based alert.
    The alert is created based on GL_PERIOD_STATUSES table, when ever there is change in status column, then I am trying to insert in one of the custom table.
    Please let me know if you have any other pointers for this issue.
    regards,
    PK

  • Entire site won't work on home network...?

    Searched.
    My website www.renuauto.com won't work at all on my home network. I tried multiple computers and none of them will load the page.
    Switch to a neighbors network on the same computer, and it loads right up.
    Strange?

    On Sun, 29 Apr 2007 22:17:46 +0000 (UTC), "n8sb"
    <[email protected]> wrote:
    >I am very much a novice, and I'm floundering my way
    through Dreamweaver. I
    >have a mac, so I use safari and firefox to check and see
    how my site (
    >
    http://www.nathanielsphotography.com/
    ) is working. It just came to my
    >attention that my site doesn't work for 97% of the world.
    Anyone willing to
    >look at my site and help me out? I'll paste the code
    (which I mostly
    >copied,pasted, then spliced from sites that had features
    I wanted to mimic). I
    >just got CrossOver for mac, so now I can view my site
    through Explorer to see
    >if my eventual changes will work or not. Do I need leave
    any other
    A few disconnected jottings:-
    Not sure what you mean by not working for 97% of the world.
    I can see it with IE6 / FF on windows xp - but it is very
    wide and the
    image is off to the right.
    <!--DWLayoutTable-->
    <tr bgcolor="#FFFFFF">
    <td width="945" height="503" align="center"
    valign="middle"><div
    ....................^^^
    and its because of that width - try it set to 800px.
    But its's difficult looking at the code as you are using
    frames !!! ??
    . Not recommended around here.
    As you say looks like you patched code from many sources and
    you have
    inline CSS in more than one frame so again difficult to
    decipher - and
    it will be difficult to maintain.
    The experts here may well say through away frames and use
    css, but
    they may be a leap too far - so why not use tables as an
    interim step.
    move all the css to external style sheets
    as it is a commercial site - surely it would be much better
    to host it
    on a server with it's domain name rather than redirecting,
    this would
    make things much easier.
    There is very little text for the search engines to use.
    Would it not
    be a good idea for some copy stating what the business is
    about, where
    you are etc etc - rather than just have a
    oh and although the sound has gone on Firefox, it is still
    there with
    IE6.
    Hope some of that helps
    ~Malcolm N....
    ~

Maybe you are looking for