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 TouchToneTommy 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: melsterTEK
  • Content: Threads
  • Order by date
  1. melsterTEK

    Outline to install ASM with oracle 10gR2

    Has anyone installed oracle ASM? I am sort of confused on what steps to take to install the instance. For example, I've installed asmLib and created/marked by disks to be added to a group. What is the next step? Install the software in its own home ==> run the dbca ==> create an asm instance ==>...
  2. melsterTEK

    Sample oracle 10g create database script

    Hello. Can anyone share a standard create database script for oracle 10g? I tried using my old oracle 9i scripts and I am finding there are some gotchas with creating a db in 10gR2. Thanks.
  3. melsterTEK

    Using date format as a regular expression

    Hi I need help in writing this perl code for matching a string with today's date. I have the following code that gives me date: #!/usr/bin/perl ($sec,$min,$hour,$mday,$mon,$year,$wday, $yday,$isdst)=localtime(time); printf "%4d-%02d-%02d\n", $year+1900,$mon+1,$mday; Result => 2007-02-20 I...
  4. melsterTEK

    Using sendmail for attachments

    Does anyone now how to use sendmail for sending an attached file? Is sendmail good for this purpose?
  5. melsterTEK

    Help creating CSV file based on varying value conditions

    I am trying to create a csv file, the catch is I have to do some data validation and/or pattern matching of some sort to create the final file. I need to go through the given column where some columns have data values that are separated by commas “,” like so: Requirements: -Validate the number...

Part and Inventory Search

Back
Top