I am trying to familiarize myself with materialized views. I want to use them for a data warehousing scenario, so only really need them to refresh once a day. However, I have been experimenting wi...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23465162.html
How to resolved this error:
BEGIN
SYS.DBMS_AQADM.DROP_QUEUE_TABLE
(
QUEUE_TABLE => 'AQSYNCADM.SQ_TABCPCARREFERENCI_TAB'
);
END;
ORA-00942: table or view does not ex...
http://www.experts-exchange.com/Database/Oracle/Product_Info/Q_23623804.html
I'm trying to pull data from an Oracle db in an asp.net page with a SqlDataSource.
Using the Configure Data Source wizard I have successfully set up a new connection (using the .NET framework da...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23763418.html
I have a Visual Studio project that has worked flawlessly for months. It is suddenly getting the following error:
ORA-00942: table or view does not exist
The error occurs on
800: SQL = "...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23945...
I am trying to create a foreign key on a table that stores notes related to a given account. The account number is a primary key in the accounts table. The notes table primary key is a sequenced ...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_23968849.html
Zones:
Oracle 10.xDate Answered: 12/16/2008 Rating: 9.1 Views: 6