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 Wanet Telecoms Ltd 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: AQWQ
  • Content: Threads
  • Order by date
  1. AQWQ

    how to add man page to Unix

    Dear all, I would like to add a man page to Unix. Can anyone advise me how to do this? Santhosh Ravindran
  2. AQWQ

    Oracle error.

    Hi all, while inserting a CLOB object into a table am getting the following error. SP-0027: Input is too long (>2499 characters) line ignored. Is there any way to overcome this issue?? Thanx in Advance, Santhosh Ravindran
  3. AQWQ

    Reading a CLOB datatype in VB

    Hi all, Could any one help in retrieving a CLOB datatype from Oracle 8i using ADODB in VB. Thanx in Advance Santhosh Ravindran
  4. AQWQ

    To get along with what command

    Hi all, I tried to add some identifiers to my .c program so that when we type the command &quot;what <progname>&quot; it displays the identifiers given by me.My pbm is that its works well when i do a cc, but after that when i do a &quot;mcs -d <progname>&quot; all the identifiers are...
  5. AQWQ

    pointer to array of structures

    Dear all, I need to know the how do i allocate memory to structure array dynamically.I tried this but couldn't help me.. struct A{ int i; }; void main() { struct A *a1; int i; for(i=0;i<10;i++){ a1[i]=(struct A*)malloc(sizeof(struct A*)); } } when i tried...
  6. AQWQ

    Escape Key sequence

    CAn any tell me how i will be able to get the escape sequence in a vi editor. I need to know this for .exrc file.. Thanx in advance Santhosh Ravindran
  7. AQWQ

    Dear All, Wud be of gr

    Dear All, Wud be of great help if someone could let me know how to rename the field of an oracle table. Thanx in Advance, Santhosh Ravindran
  8. AQWQ

    Trapping a killed process

    Am executing an application thru a shell script say S.sh and the executed application becomes the child of S.sh process.The exact thing i need is if i kill the parent process the child shud get killed automatically.Any idea?? Thanks in advance. Santhosh Ravindran
  9. AQWQ

    To capture the keyboard interrupts.

    Can anyone help me by providing the Source code to capture the keyboard interrupts in a UNIX environment.plss help Thanx in Advance Santhosh Ravindran Santhosh Ravindran
  10. AQWQ

    List of computers in the network.

    Hi, Any one can help me in finding the list of computer's connected in a network eventhough they are connected on diffrent domains or workgroups but on the same LAN. Thanks, Robin Santhosh Ravindran
  11. AQWQ

    Debugging a c source code in Unix

    Can any one suggest a web site or good book where i can find how to debug a &quot;C&quot; source code compiled in unix.i know that there is a option cc -g for debugging.but how can i put a breakpoint and alll.more over i need information on how to debug a core file given during an execution...
  12. AQWQ

    shell script to telnet

    Is it possiblt to telnet to a machine using a shell script??? Thanx Santhosh Ravindran
  13. AQWQ

    how to search two patterns using grep???

    i wanna search two patterns simultaneosly using grep.I have tried using grep -f <filename which has patterns entry>.But i don need this..i wanna avoid this look up in to the fileis there any way?? Also i need to know whether there is any function to compare two strings in unix???i tried ueing...
  14. AQWQ

    memory used by a process??

    How to find the memory utilised by a process using ps aommand in unix???i am able to get the cpu utilisation but not the memory!!!please help Thanx in advance Santhosh Ravindran
  15. AQWQ

    creation of database link

    I have two oracle servers.I am not able to create a database link to the other one, but i am able to setup TNS service and connect to the other server.While creating the database link to the other server its getting created successfully.But when try to access the table in that server using the...
  16. AQWQ

    top utility for unixware 2.1.2

    can anyone give information abt the top utility for unixware 2.1.2.from where i can download the same? Thanx in advance Santhosh Santhosh Ravindran
  17. AQWQ

    file encryption

    Is it possible to encrypt and decrypt a file in unix..is there any unix tool for that..what i need if someone tried to access a particular directory it shud prompt for a password to access the directory..or else i need some tools to encrypt a file..that is if sopmeone opens that file they shud...
  18. AQWQ

    command for getting ip address

    how to get an ip address of a machine thru VB command?? Thanx in advance Santhosh Ravindran
  19. AQWQ

    syntax for cron job

    can anyone help in knowing the syntax for cron job and how to add a cron job Thanx in advance Santhosh Ravindran
  20. AQWQ

    shell script for printing last 7 days

    Hi all, Can any please hel me in getting the shell script for displaying the last 7 days from the current date..ie., ie., if we give date at the unix prompt i shall gat the current date..what to do if i need yesterdays date with the date command??? Thanx in advance Santhosh Ravindran

Part and Inventory Search

Back
Top