Recent IT Questions

1 - 20 of 33
<<PREVIOUS 1|2 NEXT>>

How do you load a CSV file into Oracle?

HOW TO LOAD .CSV FILE INTO ORACLE

View Answer   |  Oct 19 2009  5:40 PM GMT
Oracle import/export, CSV file format, Oracle databse
asked by Dolly27

  5 pts.

convert excel to oracle 9i?

how can i convert data excel to oracle 9i?

View Answer   |  Jun 25 2009  6:37 AM GMT
Oracle import/export, Oracle 9i, Microsoft Excel
asked by Binty

  25 pts.

Oracle Form: export to Microsoft Excel

I have an oracle form,i need the code of a function that exports a given SQL query into Excel sheet on a button click action.

View Answer   |  Jun 8 2009  6:22 AM GMT
Oracle, Microsoft Excel, Oracle import/export
asked by Chetana04

  5 pts.

Importing dmp file

What is the procedure for importing a dmp file?

View Answer   |  Apr 20 2009  7:47 PM GMT
Oracle import/export, DMP Importing
asked by PSS

  10 pts.

How to create procedure in Oracle

I WANT TO CREATE A PROCEDURE FOR DOING FOLLOWING 4 ACTIONS 1) That will first delete all data from xa and then load data from xls file (TOWN.XLS on d drive)with columns USER_ID, CLUSTER_CODE,TOWN, TOWN_CATEGORY, TOWN_TYPE, TYPE, STATUS INto the table XA TABLE XA ( USER_ID ...

asked by VEERRELIANCE

  10 pts.

Convert Oracle code to Microsoft SQL code

I've been given an Oracle DB that has some triggers and "LOAD DATA" jobs. Is there a tool/utility to convert the triggers/loads from PL/SQL into T-SQL?

View Answer   |  Mar 30 2009  9:20 PM GMT
T-SQL, PL/SQL, Oracle import/export
asked by VelameLaCosa

  65 pts.


Oracle Reports 6i - Convert data in Microsoft Excel

HOW TO CONVERT ORACLE REPORTS 6i DATA INTO MICROSOFT EXCEL THROUGH CODING ON BUTTON?

asked by Sskhan3

  5 pts.

Oracle: How to import schema to replace identical schema but retain unique identifier?

I have spatial (SDO) data that I would like to import from one schema into another identical schema. My problem is that I only want to replace the spatial data that have the exact same UID_1 (Unique Identifier). Is there a way to do this and if so how?

asked by OracleATE

  190 pts.

How to call Microsoft Excel from Oracle Reports/Forms 6i

how to call excel from oracle report/forms 6i plz tell me the step by step process how can we do it my e-mailid is lightmobeen@yahoo.com if any one know the process plz send me mail sonsist of code,me very thankful to u for this

View Answer   |  Nov 26 2008  10:55 AM GMT
Oracle developers, Microsoft Excel, Oracle Reports
asked by Exporacle

  20 pts.

ORA-00600

What is the solution to this ORA-00600:internal error code, arguements: [kksfbc_reparse_infinite_loop],[],[],[],[],[],[],[]

View Answer   |  Nov 1 2008  3:01 PM GMT
Oracle error messages, Oracle import/export, ORA-00600
asked by Shoksy

  5 pts.

Updating Microsoft SQL Server tables from Oracle generates error

i am not able to update table in ms sql2000 from oracle . can u sugegstyour views on this . the error i got is ORA-00904: "NAME": invalid identifier.

asked by Balecha

  10 pts.

How to save the exported Excel files from Oracle Forms 6

Hi, I am using oracle forms 6.0. I generate multiple excel files from oracle forms and am using ole2 to export the data into excel. But i dont know how to save those files into the local machine. please someone help me. Thanks in advance

Answer Question   |  Oct 20 2008  9:25 AM GMT
OLE, Object Linking and Embedding, Microsoft Excel
asked by Rajanoracle

  10 pts.

Transfer Oracle database

hi,i wanna transfer my oracle database like tables from one server to another server using export and import command.

View Answer   |  Oct 15 2008  7:01 AM GMT
Oracle import/export, Oracle migration
asked by Ajain

  5 pts.

Multiple Tables to Bulk Import .sql script

I am a very new user to both SQL and Oracle and I am hoping that someone can explain to me if there is a way to multiple tables in a schema to .sql Import scripts. I know that in TOAD, you can right click on a table and choose export from the list, then save it as an .sql file. If I select...

View Answer   |  Oct 14 2008  9:30 PM GMT
Oracle, SQL, TOAD
asked by ADMIntegrated

  5 pts.

backup and recovery

details about backup and recovery and suppose i was import data from oracle database. we can export to another database(not oracle)?

asked by Onlyplsql

  5 pts.

Error when translating execute immediate from Oracle to SQL

SSMA warning messages: * O2SS0356: Conversion from NUMBER datatype can cause data loss. BEGIN FETCH emp INTO @emps$emp_name, @emps$emp_id IF @@FETCH_STATUS = -1 BREAK IF @emps$emp_name = 'Avi' /* ...

asked by Ariel

  5 pts.

Items in Pending Transactions of Inventory Module

Hi, We have items in Pending transactions of Inventory Module, they cannot be progressed because The Sales order is already cancelled. The problem is our item reservable is decreased because some of the items were stuck in pending transactions. I tried to use this but it did not work : i2471362.sql

asked by Execute

  5 pts.

Oracle to SQL Server Migration - CURSOR type conversion

When I migrated a small database from Oracle to SQL Server using Microsoft SSMA, it converted CURSOR types to varchar(8000) **SSMA Warning** O2SS0259:CURSOR type was converted to varchar(8000) ** Do we just leave this as is or does it require attention. Thanks.

asked by Kumar9378

  25 pts.

Oracle to SQL Server Migration - User Defined data types

Oracle database has two user defined types as the following: CREATE OR REPLACE type arrayType1 is table of int CREATE OR REPLACE type arrayType2 is table of varchar2(255) How do we represent these in SQL Server 2005?!! (Note: Microsoft SSMA fails to migrate these) Thanks

asked by Kumar9378

  25 pts.

1 - 20 of 33
<<PREVIOUS 1|2 NEXT>>