I was wondering if I could get any advice on connecting to Oracle 10g Exp开发者_如何转开发ress to .NET? I saw a solution in one of the threads here, but could not seem to find a download link.
I encountered a ProviderIncompatibleException when I tried to connect on a Oracle express database with dotConnect for Oracle and entity framework 4 ctp5. I have Oracle Express 10g a开发者_开发问答nd
I am on Windows XP running Oracle 10G XE Edition. After running a defrag & cleanup process, I have not been able to access any of the objects on the database.
I have written a code in PLSQL. Where in I need to Check if sum of cubes of digits = to number itself.开发者_如何学编程
I\'m attempting to call a procedure that takes a custom data type of table of numbers as one of the parameters.
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
Ok this is what happend... One of my colleges run a script that created some tables which included one table called \"User\" on an Oracle XE 10g. Now we are unable to drop that table, we get an ORA-0
I want to find the user who is doing most physical reads to the hard-disk and kill t开发者_开发知识库hat user. Can I have a SQL/PL script to do that in oracle xe?
This seems so simple but I can\'t understand how do I do this query: I have a table users like this: user_id | name | role
For a certain assignment, I\'m tasked with creating a very simple Q/A site, complete with tagged questions and commented answers.