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!

Recent content by deesto

  1. deesto

    errors on 10g startup after install

    I just installed, de-installed, and re-installed Oracle (that's probably silly, but I was getting errors and had no idea what else to do). I used an installation guide I found here (and saw that the steps were similar to several other guides)...
  2. deesto

    can't start OEM, dbconsole in new 10g installation

    Hi William, Thanks, I have heard of that too. But this is a first-time Oracle install on my system, and I am positive that it hasn't been installed before. I was actually considering a re-install, even though I've heard doing so can break things... but since Oracle already seems broken on my...
  3. deesto

    can't start OEM, dbconsole in new 10g installation

    I've just installed the latest 10g version on a RHEL4 Linux system. Afterward, and after exporting my ORACLE_SID and ORACLE_HOME variables, on trying to start the EM Control (emctl), I got the dreaded "OC4J Configuration issue" error: ./emctl start dbconsole TZ set to US/Eastern OC4J...
  4. deesto

    proxy directives

    OK... can anyone help me figure out how to clean this up on the proxy's httpd.conf? <VirtualHost *:80> ServerAdmin webmaster@webserver ServerName webserver ReWriteEngine On RewriteLogLevel 2 RewriteRule ^/dir/ect/ory/misc/(\w+)(/.*)$ /directory/$1/misc/$1$2 [P,L]...
  5. deesto

    proxy directives

    Folks, any ideas on how to get this working, or to improve the methods I've tried? I'd really appreciate your help.
  6. deesto

    proxy directives

    I think a very simple pair of ProxyPass|ProxyPassReverse directives could replace some of this stuff, but not all... what about this on the proxy server: ProxyPass /dir/ect/ory http://server/directory ProxyPassReverse /dir/ect/ory http://server/directory That seems to do exactly what I need as...
  7. deesto

    proxy directives

    On the proxy server ("proxy"), I've added the following: ReWriteEngine On RewriteRule ^/dir/ect/ory/$ http://server/directory/ [R] This works in general, but the browser displays proxy/directory/ instead of proxy/dir/ect/ory/, which is what I would like it to show (is that a transparent...
  8. deesto

    proxy directives

    I could really use a hand with what I think is an apache proxy problem. Let's say I have a directory on Server A called /var/www/directory. I would like all web requests to be proxied by another server, Server B. I would like any requests that call for http://serverb/dir/ect/ory/ to be...
  9. deesto

    Using ASM without raw disks?

    I realize the whole point of employing ASM in an enterprise environment would be to alleviate the need for third-party LVMs and data management at the OS level. Still, I wonder if there is a way around the raw disk requirement for using ASM-- not in a production environment, but for the purpose...
  10. deesto

    Trouble after installing Grid Control

    I thought I'd add a bit more info, since my post is vague... Main problem: after installing Grid Control and rebooting, I can no longer access my databases. When I try to launch the OEM connected to any of the 3 databases I created (which were previsouly running), the browser just times out...
  11. deesto

    Trouble after installing Grid Control

    I have 10g installed on a fairly decent Windows XP machine. It was running okay, but I had two Oracle database instance processes running at 200mb of RAM each (of a total of 1 GB of RAM), so it was a bit bogged down, as is to be expected when running Oracle as a server on Windows. I then...

Part and Inventory Search

Back
Top