help with pl/sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nabh4u
    New Member
    • Jan 2007
    • 62

    help with pl/sql

    hi,

    I need some help with pl/sql coding. I have input information on a card. I might have to use substring to get the individual values. can i use rowtype to get the records from the initial procedure after parsing and then pass those parsed values to other procedure where it feeds the target table? Can anybody provide me a skeleton for the pl/sql?

    Thank you in advance..

    nabh4u.
  • amitpatel66
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

    #2
    Originally posted by nabh4u
    hi,

    I need some help with pl/sql coding. I have input information on a card. I might have to use substring to get the individual values. can i use rowtype to get the records from the initial procedure after parsing and then pass those parsed values to other procedure where it feeds the target table? Can anybody provide me a skeleton for the pl/sql?

    Thank you in advance..

    nabh4u.
    Could you please post what you have tried so far??

    Comment

    • nabh4u
      New Member
      • Jan 2007
      • 62

      #3
      Thanks for replying Amit. I have'nt tried anything yet. I am still into the starting phase of how to deal with it. This is a new thing for me and i dont have much information. Any help would be appreciated.

      Thank you,

      nabh4u.

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by nabh4u
        hi,

        I need some help with pl/sql coding. I have input information on a card. I might have to use substring to get the individual values. can i use rowtype to get the records from the initial procedure after parsing and then pass those parsed values to other procedure where it feeds the target table? Can anybody provide me a skeleton for the pl/sql?
        Please check oracle How To section for some PL/SQL tutorials.

        Comment

        Working...