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
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 |
ORA-27369: job of type EXECUTABLE failed with exit code: string
ORA-01981: CASCADE CONSTRAINTS must be specified to perform this revoke
PLS-00644: character set mismatch found at 'string' among result expressions in a CASE expression
ORA-02466: The SIZE and INITRANS options cannot be altered for HASH CLUSTERS.
ORA-24009: invalid value string, QUEUE_TYPE should be NORMAL_QUEUE or EXCEPTION_QUEUE
ORA-06757: TLI Driver: server got bad command
TNS-01150: The address of the specified listener name is incorrect
SQL*Loader-00806: unknown record format specified for data file
ORA-03200: the segment type specification is invalid
LSX-00343: "~S" is not nillable
PLS-00392: Type mismatch in arguments to BETWEEN
ORA-12911: permanent tablespace cannot be temporary tablespace