Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oracle70

    OWB- ora-00942: table or view does not exist EVEN if the table exist

    Hi, When I went through the code in SQL*Navigator and replaced all those "dkdkdk" table refereneces and db links with the REAL TABLE NAME, IT COMPILES. AS FOR THAT QUERY WHAT SOULD I SUBSTITUE FOR some_upper_case_chrs_in_name???? REGARDS, cHANNA.
  2. oracle70

    OWB- ora-00942: table or view does not exist EVEN if the table exist

    Hi, I am trying to do a simple deployment of a .pls to the Oracle database using OWB but gets the above error. The table concered is however there in the schema. Why is this? Can't proceed beyond this! Thanks & Regards, Francis
  3. oracle70

    How to read UNCOMMITED data in Oracle?

    Hi Dima, Thanks so much for your vey prompt reply: Just some clarifications. 1.) READ COMMITTED is pretty obvious: This means that you can read ONLY commited infor of OTHER users. But what does SERIALIZATBLE mean? 2.) You say that, by default if you ONLY select from a table, you obtain...
  4. oracle70

    How to read UNCOMMITED data in Oracle?

    Hi, I have these 2 problem? Is there a way in Oracle to read UNCOMMITED data. i.e. in Oracle the normal behaviour is that a user's updates to a table are visible to other users ONLY when the user commits. But in Informix there is this thing called ISOLATION LEVELS. For example by setting the...
  5. oracle70

    How to compare a form text item and XSL variable?

    Hi, I want to do something like this: An HTML(XML) file has a text box, and a button. We enter a product code in the text box and when the search button is pressed we search the XML file for the product and display the product name. How can we do that. I think we have to use JavaScript as...
  6. oracle70

    How to create an element with a restriction AND an attribute?

    GOT IT MAN FINALLY! IT'S LIKE THIS. FIRST CREATE A GLOBAL SIMPLE TYPE FOR YOUR ELEMENT RESTRICTION AND PUT THE ATTRIBUTE'S RESTRICTION IN THE ELEMENT DEFINITION. HERE ARE THE 2 FILE BELOW <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <xs:schema...
  7. oracle70

    How to create an element with a restriction AND an attribute?

    Hi Chiph, I did as you told me but I am unable to put the restriction on the element. Can u tell me how to in this code. .XSD FILE <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <xs:schema xmlns:xs =&quot;http://www.w3.org/2001/XMLSchema&quot; elementFormDefault...
  8. oracle70

    How to create an element with a restriction AND an attribute?

    Hi, I am trying to create the XML schema for following very simple XML file. I would be very grateful if you could specify the schema def for this. --------------------- <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>...
  9. oracle70

    How to create an element with a restriction AND an attribute?

    Hi, I would be very grateful if you could give me an example. I have been trying this out for the last couple of hours on XMLspy but without any success.
  10. oracle70

    How to create an element with a restriction AND an attribute?

    Hi, I have this problem. I want to create an element in an XML schema that has a restriction AS WELL as an attribute. I tried several methods using SIMPLECONTENT AND simpletype but found out that you can create an element with an attribute BUT not a restriction. If you create an element with...
  11. oracle70

    From where can I download an Assebler?

    Hi, Can anybody tell me a site to download an assebmler? i.e. a program to convert say 8086 assebly language programs into an EXE and then execute it? Thanks & Regards, Channa.
  12. oracle70

    How to display a BLOB/CLOB in Oracle Forms?

    Actually I tried using a text item. But what I get is just garbage. The conversation I have specified has some special characters and should be treated as a binary file and NOT a text file.
  13. oracle70

    How to display a BLOB/CLOB in Oracle Forms?

    How to display a BLOB/CLOB in Forms? Hi, We have a problem like this: There is a text file containg data on a conversation done by Forex dealers. We want to store this in an Oracle table and and display using Oracle Forms. I tried using OLE db, ACtive X as the data type for the filed but it...
  14. oracle70

    How to create a SIMPLE distributed database in Oracle?

    Hi, I would be very grateful if anyone could help me with the following. I want to create a SIMPLE distributed database. It is as follows: There is a institution which has branches all over the country offering various courses. I want to horizontally fragment the following table and place...
  15. oracle70

    How to create a SIMPLE distributed database?

    Hi, I would be very grateful if anyone could help me with the following. I want to create a SIMPLE distributed database. It is as follows There is a institution which has branches all over the country offering various courses. I want to horizontally fragment the following table and place...

Part and Inventory Search

Back
Top