My attempt to read the view creation code stored in the Oracle data dictionary has en

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

    #1

    My attempt to read the view creation code stored in the Oracle data dictionary has en


    My attempt to read the view creation code stored in the Oracle data
    dictionary has encountered a problem. The view code appears to be
    getting cut off at the end. What have I to do resolve this problem?


    --
    Posted via http://dbforums.com
  • Hans Forbrich

    #2
    Re: My attempt to read the view creation code stored in the Oracle datadictionary has en

    valexena wrote:
    >
    My attempt to read the view creation code stored in the Oracle data
    dictionary has encountered a problem. The view code appears to be
    getting cut off at the end. What have I to do resolve this problem?
    >
    --
    Posted via http://dbforums.com
    Read the SQL*Plus users guide to determine the correct settings.

    (hint: the guide is at http://docs.oracle.com)

    --
    /Hans
    [mailto:`echo $from" | sed "s/yahoo/telusplanet/g"`]

    Comment

    • Mark D Powell

      #3
      Re: My attempt to read the view creation code stored in the Oracle data dictionary has en

      Hans Forbrich <forbrich@yahoo .netwrote in message news:<3F9CAA39. B41F38F@yahoo.n et>...
      valexena wrote:

      My attempt to read the view creation code stored in the Oracle data
      dictionary has encountered a problem. The view code appears to be
      getting cut off at the end. What have I to do resolve this problem?

      --
      Posted via http://dbforums.com
      >
      Read the SQL*Plus users guide to determine the correct settings.
      >
      (hint: the guide is at http://docs.oracle.com)
      I think Hans could have given you more of a hint. See SET command in
      the SQLPlus Guide. Also notice the datatype of the column you are
      trying to display.

      HTH -- Mark D Powell --

      Comment

      Working...