Get calling instance information in external procedure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carlo Chung

    Get calling instance information in external procedure

    Hi,

    I have a question about how to retrieve the information of the calling
    instance, such as instance name, in an external C procedure.

    Thank you,

    Carlo Chung
  • Mark D Powell

    #2
    Re: Get calling instance information in external procedure

    carlochung@hotm ail.com (Carlo Chung) wrote in message news:<5e9cc949. 0407062018.5e81 d6f0@posting.go ogle.com>...
    Hi,
    >
    I have a question about how to retrieve the information of the calling
    instance, such as instance name, in an external C procedure.
    >
    Thank you,
    >
    Carlo Chung
    Why not just pass this information in?

    -- Mark D Powell --

    Comment

    • Carlo Chung

      #3
      Re: Get calling instance information in external procedure

      How? Thanks.

      Carlo

      Mark.Powell@eds .com (Mark D Powell) wrote in message news:<2687bb95. 0407070553.26a1 887f@posting.go ogle.com>...
      carlochung@hotm ail.com (Carlo Chung) wrote in message news:<5e9cc949. 0407062018.5e81 d6f0@posting.go ogle.com>...
      Hi,

      I have a question about how to retrieve the information of the calling
      instance, such as instance name, in an external C procedure.

      Thank you,

      Carlo Chung
      >
      Why not just pass this information in?
      >
      -- Mark D Powell --

      Comment

      • Mark D Powell

        #4
        Re: Get calling instance information in external procedure

        carlochung@hotm ail.com (Carlo Chung) wrote in message news:<5e9cc949. 0407081435.3830 3581@posting.go ogle.com>...
        How? Thanks.
        >
        Carlo
        >
        Mark.Powell@eds .com (Mark D Powell) wrote in message news:<2687bb95. 0407070553.26a1 887f@posting.go ogle.com>...
        carlochung@hotm ail.com (Carlo Chung) wrote in message news:<5e9cc949. 0407062018.5e81 d6f0@posting.go ogle.com>...
        Hi,
        >
        I have a question about how to retrieve the information of the calling
        instance, such as instance name, in an external C procedure.
        >
        Thank you,
        >
        Carlo Chung
        Why not just pass this information in?

        -- Mark D Powell --
        How? As part of the parameter list to the "external" procedure where
        the external procedure in question is the official Oracle method for
        linking external procedures to the database (version 8.1+). See the
        DBA Administration and OraNet manuals.

        HTH -- Mark D Powell --

        Comment

        Working...