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

    Column level security in report

    Hi, I am facing a problem that there is a Cognos report in which a column out of, say, 10 can only be viewed by report administrator. The other 9 columns can be viewed by all common users. Could anyone tell me any hint of how to do so? It seems the package, data and object securities taught in...
  2. volcano

    string search and replace

    Hi, your help to solve the below problem is appreciated! There is a sentence (or the whole line sentence) read from a file and stored in a variable by a script. The sentence looks like: 25.05.2007 04:11:01 PM Now I want to change the sentence to be: 25/05/2007 04:11:01 PM How can I do such...
  3. volcano

    How to set storage quota on folders?

    Hi, do you have any idea on the title question? I know there is disk quota management. But it seems it only applies to disk and user level, but not folder level. Thank you!
  4. volcano

    Problem of keyboard and PC lock windows

    Hi all, I have the following 2 questions. Would someone please help me? 1. if I type "\" button in keyboard, the notepad will show "#".... how can I rectify the key mapping? 2. is it possible to hide the "computer is locked" when I type ctrl-alt-del? My wallpaper is so beautiful and dont want...
  5. volcano

    Java/Oracle application run on Pocket PC

    Hi all, my company asks me to do a research and prototype on the possibility of running Java plus Oracle on Windows-based Pocket PC. I am provided by IBM WSDD as IDE. Do you know any samples or tutorials about the above topic recommended for my reference (other than IBM WSDD redbook)? Thanks...
  6. volcano

    Simple introduction of IBM Tivoli softwares?

    Hi, I have started to learn some IBM Tivoli products in my company. I am quite confused about the softwares' functions they provide and their relationship. Could you please give a simple explanation to the softwares listed below? Thanks! Tivoli Identidy Manager Tivoli Access Manager Webseal...
  7. volcano

    The parameter list is too long.

    Hi, I have thousands of log files in a directory with date and time as file name. When I try to do "rm 20051008*", the shell returns "ksh: /usr/bin/rm: 0403-027 The parameter list is too long.". I can only do "rm 20051008_090*", something like that, which is very time-consuming to me. How can I...
  8. volcano

    How to call Perl functions from Shell script?

    Hi, I have a PERL program, say "abclib.pl" which contains a function named "CONVERT". How can I call this function in my shell script "abc.sh"? The function requires an argument as input and returns a string. I would appreciate it if you could give me some hints.
  9. volcano

    Problem when handling incoming email by script

    Hi my problem is that my Solaris server will receive emails from another Lotus Notes mail server. It will send the emails to the .forward of an email account. The .forward will then call another UNIX script to process the emails. One day I found that if an email contains ".-" (exclude double...
  10. volcano

    Script to kill CPU-demanding processes

    Hi all, I want to write an UNIX schduled script to automatically kill those processes which occupy over 90% CPU resources for over half an hour. Could you give me any hints to it? Or is it possible to write such script? Thanks.
  11. volcano

    Cannot run TOP command

    Hi all, I have 2 Solaris machines. Machine A has TOP tool while machine B doesn't. I FTP the TOP binary to machine B and run it. It returns "top: cannot find/execute 'top' in ISA subdirectories". So what have I missed to config? THX
  12. volcano

    How to capture CPU usage?

    Hi all, I want to write a simple scheduled script to monitor the CPU usage of an Unix machine. I guess I can make use of "TOP" command and grep CPU row (eg. top | grep CPU) and then make script processing. But I find I can't capture anything. But if i grep memory or Load, it returns figures. So...
  13. volcano

    How to do full text search in current and sub-directories?

    Hi, I know I can do a full text search by the command "grep KEYWORD *" in current directory. But if I want to do that in sub-directories too, what should I type then? Thanks.
  14. volcano

    How to see stored procedure contents?

    Hi, I created some stored procedures long time ago in DB. Now I want to read the contents of those stored procedures. Is there any view or table I can search from? Thanks
  15. volcano

    How to view or set the password rules?

    Hi, is there any way to view or set the UNIX password rules? I would like my new UNIX users' password to be at least 7 alpha-numeric characters including at least 1 capital letter. My OS is 5.8. Thank you. Volcano
  16. volcano

    How to view or set the password rules?

    Hi, is there any way to view or set the UNIX password rules? I would like my new UNIX users' password to be at least 7 alpha-numeric characters including at least 1 capital letter. Thank you. Volcano
  17. volcano

    Simple integer comparison

    Hi, I don't know why my following simple Java codes can't be complied. Would you experienced programmers teach me? Thanks --------------------- ResultSet result = sql.executeQuery("select (to_char(sysdate,'hh24')*60 to_char(sysdate,'mi')) - (to_char(ANOTHERTIME,'hh24')*60 +...
  18. volcano

    How to prevent users from selecting other schemas' tables?

    Hi, I have created a new database user. I found that the account can select data of other schemas' tables. So how can I restrict the new account to only manipulate its owned tables ? Thanks
  19. volcano

    Is Oracle Portal Serve able to encrypt and store uploaded documents?

    Hi, my company is using Solaris OS Oracle 9i AS & Portal Server for deploying portlet applications. We now need to upload some confidential papers to the Portal Server and retrieve for viewing. And we need to store the documents to the Portal Server in a encrypted format. Do you know if Oracle...
  20. volcano

    How to get last 7 days from today?

    Hi I would like to get last 7 days starting from today and then store them into an array. For example today is 2 March 2004, my wanted values would be 24, 25, 26, 27, 28, 29 Feb and 1 Mar. How should I write the code? I know that to get yesterday's date, I can write the code as below...

Part and Inventory Search

Back
Top