Recent content by Colin Main

  1. C

    Beautifier request - cursor with parameters

    Although the beatifier is a great tool (it allows me to be slacker on enforcing layout standards on my team) I do have a niggle with it. There seems to be a lack of ability to get parameters beautified in a CURSOR definition - they just run on right past the end of the margin without ever...
  2. C

    View Column Aliases Lost

    Hi all, I had this problem with 5.1.2 so upgraded to 5.1.4 . Unfortunately I still get it with the following view definition: create or replace view dummy_view (USER_OR_GROUP, USER_ID, USER_CODE, PORTAL_USER, EXTERNAL_ID, EXTERNAL_CODE) as select 'U', id, user_name, portal_user, grantee_id...
Back
Top