- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ports
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:01 AM
01-02-2006 02:01 AM
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 03:04 AM
01-02-2006 03:04 AM
Re: Ports
Regards,
Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:41 PM
01-02-2006 02:41 PM
Re: Ports
Hope this is clear.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:03 PM
01-02-2006 05:03 PM
Re: Ports
as mentioned above, you will be connecting to the database through the Oracle Listener.
the default port is actually 1521
you can see the configuration details in the listener.ora file which is found in the $ORACLE_HOME/network/admin directory
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:15 PM
01-02-2006 05:15 PM
Re: Ports
select statement or sql script on a remote database server using tcp port.
Oracle Database works in Client/Server arch.
When You want to access database across the network, there are 2 ways.
1. SQLNET/Oracle Name Service
Listener on Database server side uses tcp port (typically default. 1521)
Client communicates using tnsnames config to Listener.
2. ODBC/JDBC
Thanks & Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:29 PM
01-02-2006 05:29 PM
Re: Ports
1) When using with -n option to execute a command on remote shell then,
shell 514/tcp cmd # remote command, no passwd used
2) When using without -n option then,
login 513/tcp # remote login
You can use netstat -na or lsof tool to find with port is being used by BCV process.
-Muthu