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

    Wordpress: Unable to view icons next to “Hide Controls” in admin customize.php

    Hi, I have installed wordpress 5.3.2 on my localhost and everything was fine for 1 month. Suddenly the Mobile view and Desktop view icons are missing from http://localhost/WordPress/wp-admin/customize.php I have disabled all the plugins and deleted unused themes but still no use. have updated...
  2. rk0000

    Free monitoring dashboard for HP-UX server

    I am looking for a server and network monitoring dashboard (free software)for my HP-UX server machine. 1). Which one is the best open source software for this?
  3. rk0000

    insert *char type variable in vector object

    am using visual studio 6 on Windows Xp. I have problem while using Vector class: I am reading a char* from the user input for say 10 times (num_InstanceIds = 10) char* tempPtr ; for(unsigned int i = 0; i < num_InstanceIds; i++) { fprintf (stdout, " Enter the...
  4. rk0000

    Log4j issue

    I am new to Java programming. I have J2SDK1.5.0 in my machine I was able find C:\Program Files\Java\j2re1.5.0 and C:\Program Files\Java\j2sdk1.5.0 and their respective folders with file. I was trying to compile some java file which has log4j calling The file Log4jDemo.java contains the...
  5. rk0000

    Writing data to file

    I have ActiveStatePerl5.8.6 installed in my machine. I want to do the following. I have a file namely "f1" which contains the data like below: attribute01 attribute02 attribute03 attribute04 Now i want to open the file "f1" and read the each line and output to some other file say "outfile"...
  6. rk0000

    How to run simple select statements in VBA (MS Access)

    I am very new to VBA and MS Access. I need run a select statement and get the data into some string. SQL = "Select CustomerName from Customers" SQL = SQL & " WHERE CustomerID = '" & StrCustID & "' " I need to run this query and get the value of CustomerName in to some string say (strName)...
  7. rk0000

    Unable to append &quot;.txt&quot; to a string

    I need to write data to a text file. I am able to open the save file dialog box. I need to append the .txt for file name if the user has not given the extension the code i have is : Dim lngFormHwnd As Long Dim lngAppInstance As Long Dim strInitDir As String Dim strFileFilter As...
  8. rk0000

    parsing appledouble format file for getting finder info

    Hi, I am using MAC OS X. I have perl loaded in my machine. I have a appledouble format file(.adf). I want to parse this file to get the finder info. How to do this in perl script? Thanks Rk
  9. rk0000

    shell script for parsing appledouble format file

    Hi, I am using MAC OS X. I have a appledouble format file(.adf). I want to parse this file to get the finder info. How to do this by using shell script? Thanks Rk
  10. rk0000

    parsing appledouble format file for getting finder info

    Hi, I have a appledouble format file(.adf). I want to parse this file to get the finder info. How to do this? Thanks Rk
  11. rk0000

    Capture the return value of the oracle function in shell script

    I have a shell script like this: sqlplus -s $USER/$PASS << ENDSQL #1> /dev/null 2>&1 set define off set head off whenever sqlerror exit sql.sqlcode select fn_get_current_date_for_region('USA') from dual; ENDSQL I want to capture the return value of the oracle function...
  12. rk0000

    how to get the return value from oracle function in shell script

    I have a shell script like this: sqlplus -s $USER/$PASS << ENDSQL #1> /dev/null 2>&1 set define off set head off whenever sqlerror exit sql.sqlcode select fn_get_current_date_for_region('USA') from dual; ENDSQL I want to capture the return value of the oracle function...
  13. rk0000

    Installing statspack on oracle 8.1.6

    We have oracle 8.1.6 installed on IBM AIX 4.3. I am installing Statspack on oracle. I connect as &quot;sys&quot; and execute the script from rdbms/admin/statscre.sql I got the following error at the end. how to solve this? Creating Package Body STATSPACK... Warning: Package Body created...
  14. rk0000

    could not get the database date

    hi We have oracle 8.1.6 installed on IBM AIX machine. At command prompt $date Tue Aug 27 03:04:03 PDT 2002 $sqlplus login/passwd SQL> select sysdate from dual; SYSDATE -------------------- 27-AUG-2002 03:04:15 IT is same the OS date. Note here that i have not given the connect string. Now i...
  15. rk0000

    senmail in IBM AIX server (configuration)

    We have IBM AIX machine. We have smtp server. I am able to ping the smtp server from the AIX machine. How can i configure sendmail in this. Thanks
  16. rk0000

    Forget svrmgrl connect internal password

    We have oracle8.1.6 installed on IBM AIX . I forget th e svrmgrl connect internal password. no whow do i shutdown it and restart it? dbshut is also not working.. Thanks RK
  17. rk0000

    gcc not working

    i have installed gcc c compiler package on my sun solaris 2.6 machine. It worked well. Suddenly it is giving error now. $gcc test.c ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file /usr/ccs/lib/libld.so.2: symbol _elf_getxoff: referenced symbol not found gcc: Internal compiler error...
  18. rk0000

    gcc c compiler not working

    I am using OS intel sun solaris 2.6. I have installed gcc's c compiler ( package downloaded and added). I tested it . It is working fine from last 2 months. now suddenly it is giving error. when i compile any c file $ gcc test.c ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file...

Part and Inventory Search

Back
Top