User Profile
Collapse
-
-
[code=oracle]
INSERT INTO ccd_t
(acct_id,
acct_seq_no,
acct_btn)
VALUES
(TO_NUMBER(v_ac ct_id),
TO_NUMBER(v_acc t_seq_no),
SUBSTR(v_acct_b tn,1,10)
)
[/code] -
-
just for starters
grep (some statement) > redirect file
I guess i need more infoLeave a comment:
-
Perl should be installed with your distribution. Which distrobution are you using? I know in Redhat if you install the development tools you are fine.
Here is a sime perl program. Just use the vi editor
# ! /usr/bin/perl
#Simple perl program
print ("This is a simple perl program")
save this
then run ./sample.pl
you may have...Leave a comment:
-
Which distribution version are you using? I am using RH8, I have issues with SSH .
I am sure if you are running Fedora, or a Debian distro, things should run smoothly for youLeave a comment:
-
I would get one from ORACLE PRESS. I like to stick with ORACLE PRESSLeave a comment:
-
-
-
[code=perl]sub str2bin
{
my($tst) = @_;
use integer;
{
while($tst != 0)
{
$str1 = $tst%2;
$str = $str1.$str;
$tst = $tst/2;
}
}
$j = 8-length($str);
for($i = 0;$i<$j;$i++)
{
$str = "0".$str;
}
return $str;
}
sub...Leave a comment:
-
Are you in a mainframe environment that uses JCL? Sounds like you may have to do some JCL codingLeave a comment:
-
-
The question mark matches one character as below
Hello
?ello
The asterisk matches many , such as
H*
Hello
It would seem that * followed by a ? would be redundant
H*?
HelloLeave a comment:
-
-
I have gone from Ms Access to Sql sever , But never the opposite directionLeave a comment:
-
-
Yes you can use the manual partition option , and then choose to remove all linux partitions, and then you can start from scratchLeave a comment:
-
When I was in school one of the first PERL programs we wrote was a CGI script for a website.
I have done it before in PERL, but I am not sure about C++.
I am using Perl for Oracle backups alsoLeave a comment:
-
Good luck. If you are using unix you can probably call it in from a system variableLeave a comment:
No activity results to display
Show More
Leave a comment: