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

    [b]rm ? abc*.dat delete files and ignore case sensitivity.[/b]

    I am trying to write a one line command, which delete files and ignoring the case sensitivity. For example, I have three files and they can be upper or lower case and I want to delete them all. xyz045.dat abc002.dat ABC003.dat abc056.dat I need to delete only abc's files it does not matter what...
  2. alphaaa

    MQSeries in DataStage?

    Trying to use MQ serires in DataStage, but unable to compile and there is no more error to look for.
  3. alphaaa

    error installing DBD oracle

    Hello guys, I'm unable to install DBD for oracle. First i installed DBI-1.40 it was successfull, then i try to install DBD-Oracle-1.15 there is no problem with perl Makefile.PL, and it was successfull, but 'make' is giving me the following error. ix4 -lkstat -lm -lthread -o...
  4. alphaaa

    unable to view default or any page

    Hello guys, There is a problem getting default page on browser. I checked the httpd.conf with configtest, and it's sentex is OK and Apache server is running. Please someone help me what else do i need to configure to make Apache works. I am getting the following error "page can not be...
  5. alphaaa

    Unable to connect to internet?

    Hello guys, I am having problem connecting internet. I have a ADSL internet connection with 2Wire home portal. All of my other pc's are working fine. I used the following configuration for internet connection with my sparc station. cat /etc/defaultrouter 172.16.0.1 #home portal IP cat...
  6. alphaaa

    unable to create control files?

    I installed a new oracle 8i release in my sparc system, but at the end of installation optional assistant was not able to create a database successfully. I had the follwing error when i try to mount the database. Also, oracle was unable to create the control file. I used touch commands to create...
  7. alphaaa

    Inserting media files into tables

    I am trying to create a table for keep tracking the pdf documents. In order to do this i want to create a table which holds the thousands of PDF documents or the link to each of these documents. My question is how do create such a table and how to insert media files into that table? Thanks
  8. alphaaa

    running a date commnad with awk

    My question is how to run a command like date with its parameter into awk or grep commnad? I need to collect a strings contain todays date in the following format. For example 17/Feb/2003. -Thanks
  9. alphaaa

    How to stop connecting user as connect / as sysdba in unix ?

    Hello, I can't usr the SQLNET.AUTHENTICATION_SERVICES= (NTS)on sqlnet.ora file, since we use this in NT enviornment. Please someone tell me what other parameter do we use in Unix emviornment to stop connecting without password.
  10. alphaaa

    Importing tables from Unix to NT getting error header failed..

    I am trying to import tables into 32bit NT system runing oracle9i. A file *.dmp was exported from 64bit Unix system running oracle9i. After, using imp utiliy to import .dmp i am getting the following error "IMP-00010: not a valid export file, header failed verification IMP-00000: Import...
  11. alphaaa

    writing script to telnet remote machine without prompting?

    I'm trying to invoke telnet from a korn shell scriptand run a command on a remote host. But it gets out of the korn shell script and prompt me for login and password. Can somebody provide me the code that will log me in without prompting for login and password and execute a command on the host...
  12. alphaaa

    boot solaris on intel

    Solaris does not boots up so I downloaded and copied the image for solaris 8 x86 from the address http://soldc.sun.com/support/drivers/dca_diskettes. It worked fine...Thanks... But I've ran into another problem and that is it doesn't give the option of booting from the hard disk. I dont want to...
  13. alphaaa

    sorting by two columns does not work?

    querying this code in perl does not work completely. sorting occurs only by t.col1, but not with t.col2. someone please tell me why this is happening? select t.col1, t.col2 ,m.col1 from table_m m, table_t t order by t.col1, t.col2
  14. alphaaa

    Form ignoring the spaces and carriage return

    My script is ignoring spaces, carriage return and outputting text into a single line. Any HELP! <FORM NAME=&quot;upload&quot; METHOD=POST ACTION=&quot;/cgi-bin/message/frame/post_message.cgi&quot; ENCTYPE=&quot;multipart/form-data&quot;><TD> <font size=&quot;-2&quot;>NAME</font> <INPUT...
  15. alphaaa

    parsing text in perl for posting into database

    i would like the text to appear as it is posted. I'm using text area tage with rows and colums defined with post as the method to send the data. At the other end im using perl scripts to get the data and load it to the database. Now when i receive the data it comes in one line instead of in rows...
  16. alphaaa

    multiline text from the forms thanks

    i would like the text to appear as it is posted. I'm using textarea tage with rows and colums defined with post as the method to send the data. At the other end im using perl scripts to get the data and load it to the database. Now when i receive the data it comes in one line instead of in rows...
  17. alphaaa

    confuse

    I got following error when i try to logon into oracle from a unix user using sqlplus. I'm sure that my environment variables are set properly. &quot;ORA-06401: NETCMN: invalid driver designator&quot;. However, im able to logon to the same oracle user w from the unix dba account.
  18. alphaaa

    deleting mails from commnad line?

    How do i delete my mails from command line. Is there a command that will delete mails or anyother way around for deleting mails. I'm using sendmail on solaris.
  19. alphaaa

    taking input from a file????

    I have a sql script that prompts for a couple of inputs. what do i have to do so that it doesn't prompt for the inputs but takes the inputs from the command line. The reason i want it that way is that i want to invoke this sql script from a shell and shell will pass down those inputs as...
  20. alphaaa

    How to move and copy files in ...

    does any body know how to cp or move a file without getting the date or timestemp change thanks.

Part and Inventory Search

Back
Top