imp-00038: could not convert to environment character set's
handle
error occurs while importing oracle 10g data into oracle 9i
database.
130
I am experiencing an error failed to retrieve data from
data base. it is an oracle table. Is there a limit on the
number of fields that can be a report. My table has 321
fields and I do not have all of them in the report yet.
79
when will we use lsmw , bdc and bapi?
which will be easy to use and which is used for which type
of data
73
When I look for mannual enry of any of the command in Unix,
such as #man ls, I get a message "Reformatting entry.
Wait..." and control comes to a next command prompt.
what is the problem?
58
ORA-26095: unprocessed stream data exists
45
I would like to if there is any vb script to populate my
values in the application.Example i will input the data in
two 2 rows a & b.I need script where the data in a or b
have to populate in my application if my a = nothing and b
= 1 or a = 1 or b = nothing.I would be glab if someone can
help me here.
83
hi can any one tell me.... do we need to use color catridge
also in HP Deskjet 630C series printer.... i have kept only
black catridge but its not working.......
88
ORA-26077: direct path column array is not initialized
104
IMP-00070: Lob definitions in dump file are inconsistent
with database.
20
ORA-26076: cannot set or reset value after direct path
structure is allocated
94
My question is in FLASH I will take 10 or 5 questions and
last I will give my username and password and also I will
give score to the answers which user submitted and that too
the score and details of of the user should come in
separate file, this entire thing should be done in Flash
only. Is it possibe?
ORA-26032: index string.string loading aborted after string keys
56
i have created ODBC through Data sources and tests
completed sucessfully.
when i am Trying to connect SQL Server through ODBC
(ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0
Microsoft SQL Server 09.00.3054) unable to Connect to
SQL*Plus: Release 8.0.4.0.0.
it is given following error-message .
Error: ORA-03121: NO interface driver connected- function
not performed.
Given that two int variables, total and amount, have been
declared, write a loop that reads integers into amount and
adds all the non-negative values into total. The loop
terminates when a value less than 0 is read into amount.
Don't forget to initialize total to 0.
Instructor's notes: This problem requires either a while or
a do-while loop.
93
How u r going to change the company code in sap after
entering the data and every thing.
RMAN-05017: no copy of datafile number found to recover
19
Given that two int variables, total and amount , have
been declared, write a sequence of statements that:
initializes total to 0
reads three values into amount , one at a time.
After each value is read in to amount , it is added to the
value in total (that is, total is incremented by the value
in amount ).
Instructor's notes: If you use a loop, it must be a for loop.
And if you use a loop control variable for counting, you
must declare it.