Oracle 10g Questions and Answers

Recent IT Questions

81 - 100 of 234

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.

Connecting SAP to Oracle Forms 6i

We run Oracle 10g with Oracle Forms 6i and trying to rid ourselves of some legacy C++ used for SAP connection. Is anyone using a SAP Adapter to connect to Oracle Forms? What are you using? Thanks. Moderator Note: This is a user submitted question

Answer Question   |  Mar 19 2009  7:09 PM GMT
Oracle Forms 6i, Oracle 10g, SAP Adapter
asked by BrentSheets

  6535 pts.

Hibernate with clob type

I am using clob of oracle 10 g in hibernate. When i tried to insert 5000lines of HTML code to the variable in jave, i am getting the following error; Caused by: org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not insert: [com.citi.gicap.bpm.ver.domain.Notes];...

View Answer   |  Mar 19 2009  12:12 AM GMT
CLOB Problem, Oracle 10g, CLOB
asked by Arunpmk

  5 pts.

Solution for ORA-6413 error showing connection not open

vb.net,oracle 10g

View Answer   |  Mar 18 2009  5:45 AM GMT
ORA-6413, Oracle 10g, VB.NET
asked by Shaz

  255 pts.

Oracle 9i to Oracle 10g Upgrade - Help needed for some PL/SQL errors

We are doing a Database server upgrade from Oracle 9i to Oracle 10g. As a part of this upgrade activity, I got in total three different PL-SQL Errors for which I had to make code changes in the database server. These errors were: (1) PLS-00371: at most one declaration for "string" is permitted....

Answer Question   |  Mar 17 2009  7:51 PM GMT
Oracle 10g, Oracle 9i, Oracle upgrades
asked by PrateekSingh

  45 pts.

how we call report through report

how we call report through report in 10g

View Answer   |  Mar 13 2009  1:34 PM GMT
Oracle 10g, Oracle Reports, Oracle Reports 10g
asked by Sinha

  5 pts.

Connection failure using dotnet 1.0 and Oracle client 10g with Oracle 10g server

Hi, I have application developed on dotnet 1.0 ( VS 2003) and Oracle 10g server. Client machine has windows XP ( sp2), Oracle client 10g, Oracle.net, mdac 2.6. ODBC connection is sucessful and using toad also i can connect client machine to server but using ditnet application (...

View Answer   |  Mar 12 2009  6:04 PM GMT
Oracle 10g, .NET 1.0, .NET 2003
asked by Mkb

  20 pts.

Get the following error when logging into SQLPlus - ORA-01034: Oracle not available ORA-27101: shared memory realm does not exist

When i try to log into Oracle SQL*Plus i get the following error ORA-01034: Oracle not available ORA-27101: shared memory realm does not exist I'm using Oracle 10g Personal Edition Also getting the following error when trying to connect to an oracle database via VS2008 ORA-12514: TNS:listener...

View Answer   |  Mar 11 2009  8:41 PM GMT
Oracle 10g, Visual Studio 2005, Error ORA-12514
asked by Oracle2000

  5 pts.

How to store Form values in Oracle 10g with VB.NET

abt database storage in vb.net2005

View Answer   |  Mar 11 2009  10:24 AM GMT
Oracle 10g, VB.NET 2005, Database programming
asked by Shaz

  255 pts.

Connectivity of Visual Basic 6 and Oracle 10g

Can u plzzz sugest me the code of how to connect Visual Basic6 and oracle 10g, I am facing problems while connecting. Plzz do reply at ur earliest. -Supriya

View Answer   |  Mar 8 2009  4:57 PM GMT
Visual Basic 6, Oracle 10g, Oracle connectivity
asked by Umitit4

  5 pts.

Developing standalone Apps with Oracle Developer 10g

hai, i am new to oracle 10g development. can i build an application using oracle forms developer 10g and run it without deploying in the application server.(i.e without using oracle 10g Application Server) thanks np

asked by Nareshpriya

  5 pts.

OracleClient

I am new to VB.Net, I am using VB.Net 2003 and Oracle 10g Express. In coding I enter Imports System.Data.OracleClient The system did not support. Why??

View Answer   |  Mar 4 2009  8:14 PM GMT
VB.NET 2003, VB.NET, Oracle 10g
asked by Dax

  70 pts.

Oracle 10g OCA dumps

I want to write OCA,need oracle 10g oca dumps?please help.

asked by Handle2511

  10 pts.

ProC under Oracle 10g

Hi! I have a piece of code in Pro-C that's been running under Oracle 9i for several years. I recently compiled it using the ProC of Oracle 10g and the code complied without any problems. However, when I run it on an Oralce 10g database, queries that returned thousands of records in 9i return empty...

View Answer   |  Feb 19 2009  2:31 PM GMT
Oracle 10g, ProC, Oracle 9i
asked by Ilank

  5 pts.

Oracle Data Dictionary

I have a large Oracle 10g database for which I wish to generate a Data Dictionary DOCUMENT as a contractual deliverable. I need something that I can hand to my customer, not just instructions on where to query the system for the same information. Are there commands in Oracle that will format this...

View Answer   |  Feb 3 2009  3:59 PM GMT
Oracle Data Dictionary, Oracle 10g, Oracle development
asked by OracleATE

  190 pts.

Subscript beyond count on nested table (trying to update a column in a trigger for the same table as trigger)

CREATE OR REPLACE PACKAGE trigger_api AS PROCEDURE tab1_row_change (p_id IN ae_dt526.field1%TYPE, p_action IN varchar2, p_field13 IN varchar2, p_blanket_ind IN varchar2 ); ...

View Answer   |  Feb 1 2009  11:39 PM GMT
Oracle 10g, Oracle 10g triggers, Oracle triggers
asked by APB

  10 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.

Upgrade from Oracle 10g2 to Oracle 10g4 on Linux

I'm a newbie to Oracle database administration and I've been recently tasked to upgrade our databases in our development environment from 10g2 to 10g4. The databases are housed on SUN servers (there are several database servers), running with RedHat Linux 4.5 operating system. Additionally, the...

View Answer   |  Jan 27 2009  9:13 PM GMT
Oracle 10g DB issues, Oracle 10g DB Upgrade, Linux
asked by Daboogie

  5 pts.

Oracle 10g Reports not running

Hi Gurus, We are trying to migrate from form and reports 4.5 to 10g and while migrating them we were able to find the way to work with forms 10g but not with reports 10g from within forms. can any one give me the procedure to make reports 10g to work within forms . with example please.

asked by Xaviervicky

  30 pts.

32 bit to 64 bit oracle 10g

our company is having 32 bit applications (client/server(powerbuilder/oracle) and web (asp.net/php)) connecting to 32 bit server (oracle 10 g) . we are thining of migarting to 64 bit server . will it be any problem connecting to a 64 bit application with our exsisting appliacions(32 bit) thanks

View Answer   |  Jan 17 2009  8:27 AM GMT
64-bit, Oracle 10g, 32 bit processor
asked by 5sal

  5 pts.

81 - 100 of 234