Getting spatial data?
- From: todd.chisholm@xxxxxxxxx (Todd Chisholm)
- Date: Thu, 22 Jun 2006 10:54:04 -0700
Hi all,
I'm trying to get some sdo data, but running into trouble. The program
snippet:
my $connect = DBI->connect( "dbi:Oracle:****",
'****',
'****',
) || die "No connect";
#my $query = "select update_date from processed_product where id=15601";
my $query = "select geometry from processed_product where id=15601";
my $sth = $connect->prepare($query);
$sth->execute();
The result:
DBD::Oracle::db prepare failed: ERROR OCIDefineObject call needed but not
implemented yet [for Statement "select geometry from processed_product where
id=15601"] at /home/corp14/tchishol/oracleTst.pl line 11.
Can't call method "execute" on an undefined value at ...oracleTst.pl line
12.
The 'geometry' type is sdo_geometry. Anyone had luck working with this type
of data?
Thanks,
Todd
- Follow-Ups:
- Re: Getting spatial data?
- From: John Scoles
- Re: Getting spatial data?
- Prev by Date: Resourceful Link for Oracle
- Next by Date: RE: Getting spatial data?
- Previous by thread: Resourceful Link for Oracle
- Next by thread: Re: Getting spatial data?
- Index(es):