I have the user admin who has admin privileges and default oracle XE user hr. User admin has created table CAR, role S and has granted to this role SELECT on table CAR. Then admin granted role S to us
I have a query which performs quite ok for a limited number of ROWNUMS but once it exceeds this particular ROWNUM it performs very miserable.
Ok, say I have a query: SELECT * FROM TABLE_AWESOME WHERE YEAR = :AMAZINGYEAR; Which works very nicely. But say I want to be able to return either just those results or all results based on a drop
I havea problem when I want to create a dimension using Oracle Database 10g Express Edition and i got the following error message ORA-00439 materialized view rewrite –开发者_JAVA技巧 feature not enab
I need an example of creating error log file for stored procedure in oracle. please give me an example with table creation and stored procedure creation and error log creation.
I have problem with this query DECLARE @INPUT INT SET@INPUT = 12345 ; WITH ABCD(SEQ, X, Y) AS ( SELECT1, @INPUT % 10,
I am trying to simply insert some information to a table in Oracle using Forms. Sometimes the insert statement works, sometimes it doesn\'t. I\'m just not experienced enough with Oracle to understand
I have an SQL query similar to below: SELECT NAME, MY_FUNCTION(NAME) -- carries out some string manipulation
I am using SQLPLUS to spool data out to a file, but not all of the data is being returned? I am using the dbms_metadata.get_ddl function and it is only returning part of the table definition to the fi
Hey guys I need help with the SQL below. It keeps giving me a single output for all of my a.names: SELECT Drink.name,