It\'s been a while for me since the last time I did Oracle SQL, hope someone can tell me why I get a 933 on:
I have Oracle Forms Interactive Workbook, and it looks like a good tutorial, but I can\'t setup environment to do exercises (book uses Oracle Developer 6.0 & Oracle8).
I have a SQL that uses REGEXP_LIKE functio开发者_JS百科n in the where clause, now i need the equivalent of that function which will run in Oracle 8i.
I am working of a project that r开发者_C百科equires me to grab the most recent data from an MS Access databasse then the data to existing table in Oracle.
I have the following database schema: Product ID | Component | ... Product ID - a foreign key Component - parts of the Product
I reformat the data here. Basically, I tried to output the data from table1 into table2 but not sure how to write it in oracle 8i. I am running Aqua Studio but the database backend is oracle.
How do I output the data from table1 into table2 using Oracle8I? I am using Aqua Data Studio 7.5 and the backend is Oracl8i.
Complete Oracle n00b here. I have to maintain a le开发者_运维百科gacy form that was developed using Oracle forms 6i and runs on an Oracle 8i backend. Is there any location on the web from where I can
The whole question is prett开发者_高级运维y much in the title. For each row of the table I\'d like to select the maximum of a subset of columns.
I\'m writing a predicate to add two vectors. This is what I came up with: add( [], [], 0 ). add( [A], 0, A ).