I have tried a lot bu开发者_如何学编程t have always failed to get the backup of the database in Oracle 10g Express Edition. We are 3 people working on a project and what I want is that once we update
How to join one table开发者_运维知识库 with more than two tables?This might be what you are looking for.
I need to setup a linked server on my new sql 2008 R2 server but there is no oracle data provider in providers list of my server and when I\'m trying to install oracle client or oracle data 开发者_高级
I am unsure why all of the sudden i am getting this error every time i compile and run my VB.net program running Oracle 10g. It ran fine many times but all of the sudden keeps saying this now.
I am told that a full DB backup of DB size 65GB takes between 4-5hrs in ORacle 10g. Is that normal ? We have a separate program activity that would take about 1.5 hrs.
Update 1/31/2011 I think I\'m running against a DB limit. The GROUP BY expression and all nondistinct aggregate functions may have exceeded a single
I\'ve \"inherited\" a working Oracle (10g) to SQL Server 2005 data replication using standard SQL Server snapshot and transactional replication.
Is there a built-in function to determine the (first) index of an element in a PL/SQL collection? Something like
Is there a performance difference between using a BETWEEN clause or using <= AND >= comparisons? i.e. these two queries:
I am using start with , connect by statement to get data recursivly,开发者_JS百科 i am getting all parent - child but i just want to get the end parent for each child.