Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: opus06
  • Content: Threads
  • Order by date
  1. opus06

    Problem with script

    What is wrong with below script select 'EXEC sp_dropextendedproperty @name = ''MS_Description'' ,@level0type = ''schema'' ,@level0name = ' + object_schema_name(extended_properties.major_id) + ' ,@level1type = ''table'' ,@level1name = ' + object_name(extended_properties.major_id) from...
  2. opus06

    Gunzip

    When I'm trying to gunzip oracle file it is giving me below error. I believe gunzip was installed by defualt in Aix box. Any one suggest me to fix this problme gunzip: 10gr2_aix5l64_database.cpio.gz: not in gzip format
  3. opus06

    TCPIP

    I'm unable to see IP of server using prtconf command in the place of ip it is displaying 0.0.0.0? Is there network configuration setting I need to do for display.

Part and Inventory Search

Back
Top