User Profile

Collapse

Profile Sidebar

Collapse
rohitbasu77
rohitbasu77
Last Activity: Jun 26 '10, 09:42 AM
Joined: Feb 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rohitbasu77
    replied to Client server program
    in Perl
    The bellow program has got two parts:
    A server and a client
    The server send message to the client and the client print that message.

    Server:

    Code:
    #!/usr/bin/perl
    use strict; 
    use Socket; 
    
    # use port 5700 as default 
    my $port = shift || 5700; 
    my $proto = getprotobyname('tcp'); 
    
     # create a socket, make it reusable 
     socket(SERVER, PF_INET, SOCK_STREAM, $proto)
    ...
    See more | Go to post
    Last edited by eWish; Jun 26 '10, 07:01 PM. Reason: Added Code Tags

    Leave a comment:


  • rohitbasu77
    replied to like %
    thanks, realy good one...
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to like %
    thanks its working,
    but don't know TRANSLATE, TRIM AND LENGTH does in NVL...
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to like %
    please explain it. say pm1 is a table and vid is an attribute.
    need to find pm1.vid, with only integer value....
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    started a topic like %

    like %

    hi

    i do have a field say vid and its varchar2(100).
    it can have values like:
    95432
    103456
    Aj0123E
    FiX01_12
    bg1229f
    to fix them 500 * 158
    T12345
    977423
    69984_[2]

    now i need those field having values of numeric type like:
    14495
    39945

    but not:
    1883_[2]
    18832[2]

    i use a statement like:
    ...
    See more | Go to post

  • rohitbasu77
    started a topic Iterative function in sql

    Iterative function in sql

    Hi,

    I need to write a sql query where i want to select all the parent - child relation,

    A parent has many childs, a child can become a parent and can have many childs.

    so some iterative function is to be written.....

    but have no idea of writing those in sql.

    can any one help me.

    thanks in advance
    rohit
    See more | Go to post

  • rohitbasu77
    replied to Testing module
    in Perl
    hmm.... thanks....
    will do so.... next time......
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to rpm creation
    can you explain it ..... what it actually does...
    I am unable to get from it.... its little descriptive....
    before posting i already checked it.... thanks...
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to Testing module
    in Perl
    automation and testing are stated as a requirment.
    have you really gone through my requirment.... before putting something, have you actually read the question... i got the module, but nitin help me to find some thing more......
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to Testing module
    in Perl
    thanks i need only the autoloader...
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to rpm creation
    creation of rpm

    Hi All,

    I need to produce a rpm package.
    How to create an rpm instalation package in linux...

    thanks
    rohit
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    started a topic rpm creation

    rpm creation

    Hi All,

    I need to produce a rpm package.
    How to create an rpm instalation package in linux...

    thanks
    rohit
    See more | Go to post

  • rohitbasu77
    started a topic Testing module
    in Perl

    Testing module

    hi all,

    I need some module for automation and testing in perl.
    Is there any such module avilable..

    regards
    rohit
    See more | Go to post

  • rohitbasu77
    replied to Data cloning in oracle 10g
    exactly, this is what i want to do....
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    started a topic Data cloning in oracle 10g

    Data cloning in oracle 10g

    Hi All,

    I need to create a duplicate database for the production database which will be used for test purpose.

    I need the steps required for that, not very sure in it.
    If some workbook is avilable its good.

    Need your help.

    Thanks
    rohit
    See more | Go to post

  • rohitbasu77
    replied to running windows batch program in perl
    in Perl
    thats great. thanks....
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to running windows batch program in perl
    in Perl
    thanks Nitin. I know it works in unix with perl.
    but whether it work in windows with active perl, i don't know.
    this question was asked to me who works in windows platforn.
    i told how i do it in unix platform to run a shell script within perl....
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    replied to running windows batch program in perl
    in Perl
    no issue Jeff.
    i have got the answer.....
    See more | Go to post

    Leave a comment:


  • rohitbasu77
    started a topic modprobe

    modprobe

    Hi All,

    Can any one explain the detail use of modprob ti install or delete a kernel module.

    How effective is it to change an existing module.
    See more | Go to post

  • rohitbasu77
    replied to tar command to backup
    Thanks Mac.

    I got it. let say i have a file system of 60 gb (/oracle).
    I have tape rsa0 and rsa1 both of 40 gb each.
    Then:

    $ tar --create --multi-volume --file=/dev/rsa0 --file=/dev/rsa1 /oracle
    or
    $ tar cMff /dev/rsa0 /dev/rsa1 /oracle

    It will not prompt you after the end of file reached in rsa0.
    After making a tar of almost more than 39 gb it will start the unfinished...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...