Sponsored Content
Top Forums Shell Programming and Scripting From perl program query is not executed. Post 302937306 by ramkumar15 on Thursday 5th of March 2015 07:00:46 AM
Old 03-05-2015
the database is connected while executing perl. while executing the query its gets below error.

Code:
main::(testDB.pl:14):   my $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid;port=1588",$user,$passwd) or die "Couldn't able to connect to database $@\n";
  DB<1> n
main::(testDB.pl:22):   my $sql ="select tname from tab where tname='CQC_TEST_CASES'";
  DB<1> n
main::(testDB.pl:23):   my $sth = $dbh->prepare($sql);
  DB<1> n
main::(testDB.pl:24):   $sth->execute();
  DB<1> n
DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication protocol error (DBD ERROR: OCIStmtExecute) [for Statement "select tname from tab where tname='CQC_TEST_CASES'"] at testDB.pl line 24.

---------- Post updated at 12:39 AM ---------- Previous update was at 12:36 AM ----------

for the below query its works.

Code:
main::(testDB.pl:14):   my $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid;port=1588",$user,$passwd) or die "Couldn't able to connect to database $@\n";
  DB<1> n
nmain::(testDB.pl:20):  my $sql ="select sysdate from dual";
  DB<1>
nmain::(testDB.pl:23):  my $sth = $dbh->prepare($sql);
  DB<1> n
  DB<2> n
main::(testDB.pl:24):   $sth->execute();
  DB<2> n
main::(testDB.pl:25):   while (my $row = $sth->fetchrow_array)
main::(testDB.pl:26):   {
  DB<2> n
main::(testDB.pl:27):     print $row . "\n";
  DB<2> n
04-MAR-15

---------- Post updated at 01:27 AM ---------- Previous update was at 12:39 AM ----------

does it is getting failed. since sysdate returning one value. do I need to change any syntax in the code.

---------- Post updated at 01:43 AM ---------- Previous update was at 01:27 AM ----------

Do we need to set NLS_LANG in the unix commands prompt. Currently I could it it empty.
Code:
echo $NLS_LANG

---------- Post updated at 04:37 AM ---------- Previous update was at 01:43 AM ----------

any inputs above the issue.

---------- Post updated at 04:58 AM ---------- Previous update was at 04:37 AM ----------

Thanks all for your inputs.

The issue is fixed by changing oracle version to 9.2.0

---------- Post updated at 07:00 AM ---------- Previous update was at 04:58 AM ----------

since it was oracle 9i client.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl - why is the shell script executed before the print command?

i'm writing some simple scripts to help me learn perl. why does the print command get called after the shell script is executed? the purpose of the shell script is to simply echo to the screen "script run". which is does, but before the print command, you can clearly see the shell script is... (3 Replies)
Discussion started by: mjays
3 Replies

2. Shell Programming and Scripting

pro*c program for sql query

Hi all, I have sql query as follows. Please write a pro*c program for the following query. select sp1.cost_change ||','|| sp1.cost_change_desc ||','|| sp1.reason ||','|| to_char(sp1.active_date,'DD-MON-YYYY HH24:MI:SS') ||','|| sp1.status ||','|| sp1.cost_change_origin... (0 Replies)
Discussion started by: user71408
0 Replies

3. Shell Programming and Scripting

How to find pid of PS which executed by perl system function

hello All, I need to invoke by perl script some program/command and monitor it for 5 minutes . In case it still running for more then 5 min I need to send a signal which will stop it. I implemeted this as shown below by using eval & alarm and I'd like to know if there is a better way to... (1 Reply)
Discussion started by: Alalush
1 Replies

4. Shell Programming and Scripting

how to find status of last executed cmd in perl?

In shell we can find the status of last executed command by $? In perl what is the command to find the status of last executed command... Can any one please say??????????????? Thanks, Prabhu (1 Reply)
Discussion started by: prsampath
1 Replies

5. Shell Programming and Scripting

Unique constraint violated within stored procedure executed from Perl

Hi! I got an strange trouble executing a stored procedures that goes inserting line by line on a table. I mus integrate it with perl for an specific task... the hole process is controlled by e Perl script that: Load a text file calling sqlldr. Call a stored procedure that process the... (2 Replies)
Discussion started by: jparra
2 Replies

6. Shell Programming and Scripting

How to get the return code of subroutines executed as standalone as command line in Perl ?

How to do I get the return code of a subroutine in a perl module if invoke the subroutine as standalone, I have an module say TestExit.pm and in that i have a subroutine say myTest() which is returns 12, if i were to call the subroutine from command line like CASE:1 ( Without an explict... (2 Replies)
Discussion started by: ennstate
2 Replies

7. Homework & Coursework Questions

Calling compiled C program with Perl program

Long story short: I'm working inside of a Unix SSH under a bash shell. I have to code a C program that generates a random number. Then I have to call the compiled C program with a Perl program to run the C program 20 times and put all the generated random #s into a text file, then print that text... (1 Reply)
Discussion started by: jdkirby
1 Replies

8. Programming

A simple C program query ...

Given the following code inside the function ext3_write_super(): (It's there in Linux kernel 2.6.27.59) static void ext3_write_super (struct super_block * sb) { if (mutex_trylock(&sb->s_lock) != 0) BUG(); sb->s_dirt = 0; } The conditional test at if... (2 Replies)
Discussion started by: Praveen_218
2 Replies

9. Shell Programming and Scripting

To check if the JAVA Program is successfully executed in sh shell scripting

Hi , I have written a shell script to call a java program say load_id.sh .This sh script indeed is executed implicitly in other sh script which calls 2 more sh scripts one by one. I need to check if the load_id.sh (which calls java program) is executed successfully only then continue with... (1 Reply)
Discussion started by: preema
1 Replies

10. Shell Programming and Scripting

Perl program get a response before the program quits

I created a program, so a kid can practice there math on it. It dispenses varies math problems and the kid must input an answer. I also want it to grade the work they have done, but I can't find the best place for it to print out the grade. I have: if ( $response =~ m/^/ ) { $user_wants_to_quit... (1 Reply)
Discussion started by: germany1517
1 Replies
DBD::XBase(3)						User Contributed Perl Documentation					     DBD::XBase(3)

NAME
DBD::XBase - DBI driver for XBase compatible database files SYNOPSIS
use DBI; my $dbh = DBI->connect("DBI:XBase:/directory/subdir") or die $DBI::errstr; my $sth = $dbh->prepare("select MSG from test where ID != 1") or die $dbh->errstr(); $sth->execute() or die $sth->errstr(); my @data; while (@data = $sth->fetchrow_array()) { ## further processing } $dbh->do('update table set name = ? where id = 45', {}, 'krtek'); DESCRIPTION
DBI compliant driver for module XBase. Please refer to DBI(3) documentation for how to actually use the module. In the connect call, specify the directory containing the dbf files (and other, memo, etc.) as the third part of the connect string. It defaults to the current directory. Note that with dbf, there is no database server that the driver would talk to. This DBD::XBase calls methods from XBase.pm module to read and write the files on the disk directly, so any limitations and features of XBase.pm apply to DBD::XBase as well. DBD::XBase basically adds SQL, DBI compliant interface to XBase.pm. The DBD::XBase doesn't make use of index files at the moment. If you really need indexed access, check XBase(3) for notes about support for variour index types. SUPPORTED SQL COMMANDS
The SQL commands currently supported by DBD::XBase's prepare are: select select fields_or_expressions from table [ where condition ] [ order by field ] Fields_or_expressions is a comma separated list of fields or arithmetic expressions, or a "*" for all fields from the table. The "where" condition specifies which rows will be returned, you can have arbitrary arithmetic and boolean expression here, compare fields and constants and use "and" and "or". Match using "like" is also supported. Examples: select * from salaries where name = "Smith" select first,last from people where login = "ftp" or uid = 1324 select id,first_name,last_name from employ where last_name like 'Ki%' order by last_name select id + 1, substr(name, 1, 10) from employ where age > 65 select id, name from employ where id = ? You can use bind parameters in the where clause, as the last example shows. The actual value has to be supplied via bind_param or in the call to execute or do, see DBI(3) for details. To check for NULL values in the "where" expression, use "id is null" and "id is not null", not "id == null". Please note that you can only select from one table, joins are not supported and are not planned to be supported. If you need them, get a real RDBMS (or send me a patch). In the arithmetic expressions you can use a couple of SQL functions -- currently supported are concat, substr (and substring), trim, ltrim and rtrim, length. I do not have an exact idea of which and how many functions I want to support. It's easy to write them in a couple of minutes now the interface is there (check the XBase::SQL module if you want to send a patch containing support for more), it's just that I do not really need them and sometimes it's hard to tell what is usefull and what is SQL92 compatible. Comment welcome. The select command may contain and order by clause. Only one column is supported for sorting at the moment, patches are welcome. The group by clause is not supported (and I do not plan them), nor are the aggregate functions. delete delete from table [ where condition ] The "where" condition is the same as for select. Examples: delete from jobs ## emties the table delete from jobs where companyid = "ISW" delete from jobs where id < ? insert insert into table [ ( fields ) ] values ( list of values ) Here fields is a (optional) comma separated list of fields to set, list of values is a list of constants to assign. If the fields are not specified, sets the fields in the natural order of the table. You can use bind parameters in the list of values. Examples: insert into accounts (login, uid) values ("guest", 65534) insert into accounts (login, uid) values (?, ?) insert into passwd values ("user","*",4523,100,"Nice user", "/home/user","/bin/bash") update update table set field = new value [ , set more fields ] [ where condition ] Example: update passwd set uid = 65534 where login = "guest" update zvirata set name = "Jezek", age = 4 where id = 17 Again, the value can also be specified as bind parameter. update zvirata set name = ?, age = ? where id = ? create table create table table name ( columns specification ) Columns specification is a comma separated list of column names and types. Example: create table rooms ( roomid int, cat char(10), balcony boolean ) The allowed types are char num numeric int integer float boolean blob memo date time datetime Some of them are synonyms. They are of course converted to appropriate XBase types. drop table drop table table name Example: drop table passwd ATTRIBUTES
Besides standard DBI attribudes, DBD::XBase supports database handle attribute xbase_ignorememo: $dbh->{'xbase_ignorememo'} = 1; Setting it to 1 will cause subsequent tables to be opened while ignoring the memo files (dbt, fpt). So you can read dbf files for which you don't have (you have lost them, for example) the memo files. The memo fields will come out as nulls. VERSION
0.240 AUTHOR
(c) 1997--2003 Jan Pazdziora, adelton@fi.muni.cz, http://www.fi.muni.cz/~adelton/ at Faculty of Informatics, Masaryk University in Brno, Czech Republic SEE ALSO
perl(1); DBI(3), XBase(3); dbish(1) Translation into Japanese (older version) at http://member.nifty.ne.jp/hippo2000/perltips/DBD/XBase.htm by Kawai Takanori. perl v5.12.1 2003-11-21 DBD::XBase(3)
All times are GMT -4. The time now is 05:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy