Recent content by Ron

  1. R

    Problem on connecting Tns could not resolve Service Name

    This problem usually occurs when the host name specified in tnsnames is not defined in the hosts file on the computer. Either add the host name to the host file or change tnsnames to use the actual IP address.
  2. R

    Setting up browser folders

    Thanks for the help. Using your query, I set up a new browser folder icon for dimensions. In the where clause I inserted object_type = 'DIMENSION' union select owner, 'TABLE', object_name, status from all_objects where owner = USER and object_type = 'DIMENSION' The new folder now contains the...
  3. R

    Setting up browser folders

    Trying to set up browser folder for DIMENSION objects. It appears that they are not part of the sys.all_objects view. User has DBA privileges. Any advice?
Back
Top