Oracle Database Questions and Answers

Recent IT Questions

21 - 40 of 41

I am not getting source of oracle.I searched a lot but was not able to get it from anywhere.Plz help me.

And also what's the difference between oracle9i/10g/11g. Or if not wrong they are different versions only

View Answer   |  Jun 24 2009  1:19 PM GMT
Oracle Database, Oracle 9i, Oracle 10g
asked by Pooni

  20 pts.

Errors Registering Recovery Catalog in 10g Grid

I have a 2 node RAC environment that I am trying to catalog in a database that is not part of the RAC instances, but is a tablespace in the Oracle Grid control database. This is a testing environment so my configuration may not be the most secure, but the production environment will have a...

Answer Question   |  Jun 10 2009  6:33 PM GMT
RMAN, Oracle 10g, Oracle Recovery Manager
asked by Ccovell

  5 pts.

Windows performance setting for Oracle

We are looking at our db performance (10gR2 on Win 2003 SP2) and am wondering what setting would give the better performance for the db. The server is only hosting the oracle backend for BMC Remedy 7.1p6. Its a DL580 with 8GB ram. The factors I'm looking at at the OS level is: - Paging: system...

asked by NormD

  5 pts.

login form

how to make login form in vb.net 2005 and check the values in oracle database

View Answer   |  May 7 2009  4:53 PM GMT
VB.NET 2005, Oracle Database, VB.NET Login Form
asked by Shaz

  255 pts.

Would like to upgrade to 10.2.0.4 from 9.2.0.7

Ihave 3 test databases on Tru64 and I would like to install 10.2.0.4 and upgrade only one database. How do I do that? Once the testing is sucessful I will then upgrade other 2 test databases and then production database. Your step by step instructions will be appreciated Thanks

View Answer   |  Apr 22 2009  5:55 PM GMT
Oracle Database, Oracle 10g, Oracle 9i
asked by Kanif1

  5 pts.

Database

How do I create an oracle database?

View Answer   |  Apr 20 2009  6:06 PM GMT
Oracle Database, Oracle database administration
asked by PSS

  10 pts.

HOW TO SAVE DATA FAST

I have a query that retrieves 7 lakh rows of data in say 3 minutes but when i go to save this data in comma sepatrated file using toad's save as feature .it takes almost 3 hrs to save the data. This query looks like: SELECT circle_name,cluster_name,rsnnumber ,mdnnumber,hs_rsnnumber ,otafdate, ...

View Answer   |  Apr 9 2009  12:46 AM GMT
Oracle Output Via SQL, Oracle SQL, Oracle Database
asked by VEERRELIANCE

  10 pts.

Online Question and answers on Oracle or any other language

Is there any site which provide the facility in which we can ask questions about the oracle and at a time we get the answer. If we have dabase related question then also we get the answer is there site and if yes then reply....

View Answer   |  Apr 3 2009  10:29 AM GMT
Oracle, Oracle Database, Development
asked by Digvijaysinh

  10 pts.

Web based forms and Oracle databases

I am researching software that designs/builds web based forms for data input and output that will work with Oracle. I am looking for suggestions on the newest most efficient software available for designing, creating and managing webforms that comunicate to an Oracle database

Answer Question   |  Apr 1 2009  4:07 PM GMT
Oracle Database, Web forms
asked by BCTS

  5 pts.

memory space

what queries for get the details of memory space in database?

Answer Question   |  Mar 23 2009  12:56 AM GMT
Oracle 9i, Oracle Database, Oracle Database Memory
asked by Kaninfoway

  15 pts.

I want to conect oracle form 6i to oracle 10g data base

I want to connect Oracle form6i fmx to oracle 10g data base presently i am connecting at client side making shortcut in path i use to write :C:\orant\BIN\ifrun60.EXE c:\MS\FORMS\ERP_LOGIN erp_ss/ss@sdcl in this method End user is knowing User name and password and connecting string. Is there any...

View Answer   |  Mar 20 2009  12:14 AM GMT
Oracle 6i, Oracle 10g, Oracle Database
asked by Mbv

  30 pts.

What am I doing wrong. Please Help

An unhandled exception of type 'Oracle.DataAccess.Client.OracleException' occurred in oracle.dataaccess.dll Additional information: System error. Imports System.Data Imports Oracle.DataAccess.Client Public Class Form1 Inherits System.Windows.Forms.Form Dim objConnection As...

View Answer   |  Mar 9 2009  1:45 PM GMT
Oracle 9i, Oracle Data Access, Oracle Database
asked by Dax

  70 pts.

Oracle database and Crystal

How can I connect oracle database to Crystal XI?

asked by Saaaaam

  5 pts.

ADO connection fails after upgrading from Oracle 10g to Oracle 11g

I have an Oracle 11g database and am using ADO to communicate with it. Under 10g the ADO Connection property 'SERVER' returned the correct database name, but since upgrading to 11g, the returned SERVER name is NULL. Any ideas?

asked by OracleATE

  190 pts.

oracle sync index job log file

Hi, I am using windows 2003 server with oracle database 10g enterprise edition. I created a procedure and scheduled job to do sync text indexes. I am using parallel 2 for my sync index job. the proble is: After i enable the log file option, ctx_output.start_log('SYNC_INDEXES_JOB.TXT');...

Answer Question   |  Jan 30 2009  3:51 PM GMT
Oracle Database 10g, Windows Server 2003, Oracle 10g
asked by Iconect

  10 pts.

Finding which columns contain data in a table

I have to establish which columns in a table have data present. Each row has up to 100 columns, and not all of the columns contain data relating to the row. So in Table 1, Col1 Col2 Col3 Col4 Row 1 abc Row 2 abc Row 3 ...

View Answer   |  Dec 10 2008  3:42 PM GMT
Data migration, Database migration, SQL Database
asked by TedGiles

  5 pts.

How does one COMMENT a table ONLY if it has NO comment?

I am importing comments on 1500 tables from a separate source. I would like to put a comment on each table ONLY if one does not currently exist (COMMENTS field is NULL). A command like: COMMENT ON TABLE owner1.table1 IS 'Test 4 adding comment' WHERE owner = 'OWNER1' AND...

View Answer   |  Dec 4 2008  2:39 PM GMT
Oracle Table, Oracle Database, Oracle Table Comments
asked by Mkaminski

  20 pts.

Oracle Statspack

I recently started running statspack on my Oracle 9.2.0.7 database so I can get concrete evidence of what is going on in my database, besides viewing it through the grid. I started up statspack on Monday at 5pm and told my director that I'd turn is off at 5pm the next day. I did not turn it off...

View Answer   |  Dec 3 2008  8:26 PM GMT
Oracle administration, Oracle 9, Oracle performance
asked by Jwwolff

  10 pts.

SQL Query

Hello everyone, I have the following table: CREATE TABLE MKW ( ID NUMBER, UREN NUMBER, DATUM DATE ); It has the following records: SQL> select * from mkw order by datum,id; ID UREN DATUM ---------- ---------- -------- 1 3 01-12-08 1 ...

Answer Question   |  Dec 2 2008  4:11 PM GMT
Oracle developers, SQL Query, Oracle Database
asked by Mariane

  10 pts.

How to synch Lotus notes grop/contacts to my java application group/contacts ?

Hi, I am new to lotus notes and wanted to synch lotus notes group/contacts to our application which is java. The requirement is we need a facility to copy/synch the lotus notes group details (including the group member contacts to the application ), that is a one way (from lotus notes to...

Answer Question   |  Nov 26 2008  7:38 PM GMT
Java, Lotus Notes Synchronization, Oracle Database
asked by AssimilatorHere

  5 pts.

21 - 40 of 41