Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8944745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:05:30+00:00 2026-06-15T12:05:30+00:00

Is there an equivalent to the perl fetchrow_array when connecting to Oracle using Python?

  • 0

Is there an equivalent to the perl fetchrow_array when connecting to Oracle using Python?

I am essentially trying to translate the following perl code into python for use with cx_Oracle… I need to create keyed dictionaries in place of the hash, I’m guessing (I don’t know perl really at all), but first I would like to put the return into array form so that I can concatenate the columns.

# read the data and place into a species hash (sphash) and a data hash (tmphash)
my (@lnarr, %sphash, %tmphash, $tmpln, $tmpsel, $x, $datetime) ;
while (@lnarr = $csr->fetchrow_array) {
 # $line =~ s/\s//g ;  #remove spaces and newline character
 # @lnarr = split /,/, $line ;
  $datetime = $lnarr[4].'-'.$lnarr[5] ;
  $tmpln = join '_', $lnarr[8], $lnarr[9] ;
  $sphash{$lnarr[7]} = 'x';
  $tmphash{$lnarr[0].'_'.$lnarr[1].'_'.$lnarr[2].'_'.$lnarr[3].'_'.$datetime.'_'.$lnarr[6]}{$lnarr[7]} .= $tmpln ;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:05:31+00:00Added an answer on June 15, 2026 at 12:05 pm

    cx_Oracle conforms to the Python DB API 2.0. Therefore it must support cursor.fetchone(), which should be the exact equivalent to Perl’s fetchrow_array().

    In other words: cx_Oracle is just the database driver, the API you interact with is the Python DB API.

    http://www.orafaq.com/wiki/Python should get you started using cx_Oracle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an equivalent to the following: header(Content-type: text/xml); I'm using Google Maps with
There are websites as collections of python/perl/R libraries. Why there is not an equivalent
I was given C# code and I'm trying to generate the equivalent SHA1 using
What is the Groovy equivalent of the following Perl code? my $txt = abc
Possible Duplicate: Python equivalent to perl -pe? Is there a way to process each
Is there any Perl equivalent for php's array_chunk() ? I'm trying to divide a
I am using ImageMagick for Perl use Image::Magick; I have written functional code to
Are there equivalent to perl -c syntax check for JavaScript from command? Given that
Is there an equivalent to Perl's format function in PHP? I have a client
Just wondering... is there a PHP equivalent to Perl's Taint Mode? I don't think

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.