Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: tnslistener and port 8080

Re: tnslistener and port 8080

From: santosh sharma <no-one_at_yahoo.com>
Date: Tue, 16 Jul 2002 09:51:34 -0700
Message-ID: <ah1ium$p8mtj$1@ID-84096.news.dfncis.de>


There are 2 other methods to do this .
Lets say your ORACLE_HOME is e:\oracle\ora90

  1. If you want to remove OSE completely from your database. Note this may break other things in yoyr case if you are using any EJB/CORBA/servlets. cd e:\oracle\ora90\jis\install sess_sh -u "sys as sysdba" -p change_on_install -s jdbc:oracle:thin:@hostname:1521:orcl you will het $ prompt which is a shell with very limited commands available, type help to see more on that. isssue these command now: rmendpoint admin main rmendpoint admin ssl rmendpoint admin mod8i exit
  2. If you just want ot change ports: cd e:\oracle\ora90\jis\install sess_sh -u "sys as sysdba" -p change_on_install -s jdbc:oracle:thin:@hostname:1521:orcl @e:\oracle\ora90\jis\install\serverendp.ssh admin 8089 9099 -register exit

I tested both on my 9R1 database.
good luck
santosh sharma

"Norman Dunbar" <Norman.Dunbar_at_lfs.co.uk> wrote in message news:E2F6A70FE45242488C865C3BC1245DA7025F74D0_at_lnewton.leeds.lfs.co.uk...
> Ralf,
>
> I'm afraid I have no idea - not being part of an installation that runs
> the web stuff, however, maybe using 'execute' rather tahan 'call' will
> work - unless it is some Java thing that you have to be running :o)
>
> Cheers,
> Norman.
>
> -------------------------------------
> Norman Dunbar
> Database/Unix administrator
> Lynx Financial Systems Ltd.
> mailto:Norman.Dunbar_at_LFS.co.uk
> Tel: 0113 289 6265
> Fax: 0113 289 3146
> URL: http://www.Lynx-FS.com
> -------------------------------------
>
>
> -----Original Message-----
> From: Ralf Allar [mailto:Ralf.Allar_at_netcologne.de]
> Posted At: Tuesday, July 16, 2002 11:28 AM
> Posted To: server
> Conversation: tnslistener and port 8080
> Subject: Re: tnslistener and port 8080
>
>
> OK, that worked... (in quotes)...
>
> The next problem is, that the method Santosh suggest me,
> doesn't work. I receive an error ORA-06576 (no guilty function)
> or ORA-00972 (name of object is too long), where I translated
> the german errors in the brackets.
>
> Error 1 occured, as I exactly copied Santosh line and error2
> appeared after changing the quoates with double quotes.
>
> Any hints? ; )
>
>
>
Received on Tue Jul 16 2002 - 11:51:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US