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

    Yet another trailing slash problem

    Hi all ! I use Apache 2.49 as an internal proxy. It itself use a remoteProxy behind a firewall to access the WWW. It works quite well, except for some (few) URLs : for example http://www.aserver.com/news/ works, but http://www.aserver.com/news does not work (proxy returns a 404), whereas...
  2. fmorel

    ora_dbw0 memory usage

    Hi all! A database process, ora_dbw0_MYSID uses a lot of memory on my system (far too much compared to the database size). Do you know what this process is? What initialization parameters can modify this process memory usage ? Thanks a lot for answers!
  3. fmorel

    write a simple filter ?

    Hi all! I am very new to Apache, and I am looking for a simple way to write a filter to modify URL in HTML content delivered by Apache in proxy mode. For example my proxy is "ProxyServer" it is a reverse proxy to "Server1" and to "Server2&quot...
  4. fmorel

    Servlet and JNI

    I tested a JAVA API that does JNI in a standard JAVA application and it works properly. I have problems using it in a servlet : I get an error message: "java.lang.UnsatisfiedLinkError: no xxx in java.library.path" where xxx is the name of a dll used by the JAVA API. I know that this...
  5. fmorel

    Use remote JAVA API

    I would like to use a JAVA API on a server and display results in VB clients. The JAVA API cannot be installed on each client, so it has to be remotely called. If relevant, I can set up an http server on the JAVA server. What would be the best solution ?
  6. fmorel

    Passing a function as parameter

    I'm trying use an external C API in VB. I tried some functions that work properly but I have a problem: How do you pass a function (for a callback mechanism)as parameter in VB 6? Is it really possible? Thanks a lot
  7. fmorel

    Retrive directory content.

    Hi all ! Does anyone know how to retreive the content of a directory created with "create directory ...". I just need to get the file list ("ls"). Using UTL_FILE or DBMS_LOB ? Thanks for answers!
  8. fmorel

    multiple oracle home best practice

    Hi all! I would like to have 2 different Oracle homes on my Unix server: - To begin, both will be in 8.1.7 version - In the future, the two homes may be in a different version (9i and 8i for example). What is the best practice ?: - should I create a new oracle unix user for the new home? - My...
  9. fmorel

    Another EXPORT problem

    I try to use export in a batch (Windows) It works well, but my batch is not perfect: if the password for the user (schema) I use for export changes, then export utility asks (interactive mode) to reenter login/password, and my batch is stucked forever. Example: My batch does the following...
  10. fmorel

    EXP Direct=Y problem

    Hi all! I try to do an export using direct path on a windows client. I get: EXP-00041: Export done in server's WE8ISO8859P15, different from user's character set WE8ISO8859P1 So I have to set up my client with WE8ISO8859P15. I tried to do: set NLS_CHAR=WE8ISO8859P15 before export command but...
  11. fmorel

    Oracle Express migration to 9I

    Did anyone complete a migration of Oracle Express (6.3 or other versions) to 9I Olap services ? Is it a complexe migration? How much time should be planned?
  12. fmorel

    SQL*PLUS: change default directory

    Hi! How do you change SQL*PLUS default directory. For example, when I do @myfile.sql, I would like Sql*plus to search it in another directory than SQL*PLUS default one. With SQL*PLUS Windows version, I do a "File - Open", and then the last directory becomes the default directory. How...
  13. fmorel

    Index problem and triggers (for dbas)

    Hi! I have a problem with a batch which is very slow. SQL_TRACE and TKPROF show that the problem comes from an Index: It is dropped an recreated by it is not analyzed. CBO takes a wrong path in some queries. The application vendor refuses to modify his batch. I tried to create a trigger that...
  14. fmorel

    Net8 tuning

    Is there a good way to measure net8 performance between 2 machines?
  15. fmorel

    8i : Locally managed tablespace

    We have been using locally managed tablespace with our datawarehouse for 1 year and we are very happy with it. So we plan to use this with an OLTP database. Did anyone had problems with locally managed tablespaces?
  16. fmorel

    HIERACHICAL QUERY

    We have a table USER_HIERARCHY (USER_IS_MANAGER, USER) I would like to now all hierarchical combinations for users : suppose we have (A,B) A is the manager of B (A,C) A is the manager of C (B,E) B is the manager of E (F,A) F is the manager of A I would like to get all the "hierarchical...

Part and Inventory Search

Back
Top