Recent I have migrated oracle9i to oracle10g(10.2.0.3).
I have nested table that table used user define datatype.
at a column.
when i
want to input the valoue at this column ,i cann't the input
value.following the error messasge i have got:
ORA-24328 illegal attribute value



Recent I have migrated oracle9i to oracle10g(10.2.0.3). I have nested table that table used user de..

Answer / premalingam

Hi,
Can anyone help me in solving this error pls.
I am trying to execute a pl script in which it executes a
simple SQL statement "Select Client_loc_no from Subscriber".
I get this error and could not find out the reason why.

" DBD::Oracle::db prepare failed: ORA-24328: illegal
attribute value(DBD ERROR: OCIAttrSet OCI_ATTR_CHARSET_FORM)
[for Statement "SELECT Client_Loc_no from SUBSCRIBER
"] at taskupload.pl line 164."

Given is the code snippet of the script.

---
---
my ($dataSource) = "dbi:Oracle:host=$server;sid=PACD;port=1521";
$dbcdb = DBI->connect($dataSource, $user, $pwd) or die
"Cannot connect to $server using $user/$pwd!\n";

my($sql) = <<EOT
SELECT Client_Loc_no from SUBSCRIBER
EOT
;
my $sth = $dbcdb->prepare($sql) or die "Prepare statement: "
. $dbh->errstr;
--

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNO-00322: statistic counter dump interval changed to number seconds

1 Answers  


DRG-50864: number assignment failed

1 Answers  


ORA-26023: index string.string partition string was made unusable due to:

1 Answers  


ORA-14134: indexes cannot use both DESC and REVERSE

1 Answers  


ORA-00079: variable string not found

1 Answers  


TNS-00309: Connection Manager: Failed to open log while re-reading parameter data

1 Answers  


DRG-12233: xml sections cannot co-exist with other section types

1 Answers  


ORA-02214: duplicate BACKUP option specification

1 Answers  


EXP-00061: unable to find the outer table name of a nested table

1 Answers  


NNO-00314: error changing trace level from number to number, level change ignored

1 Answers  


PLS-00652: aggregate functions should have exactly one argument

1 Answers  


ORA-07605: szprv: $ASCTOID failure

1 Answers  


Categories