Redhat server/windows client

Hi,
I have installed oracle 9ir2 on redhat 8 and have installed Oracle 9ir2 client on windows 2000 I have started the TNS listener on the server but when i try to configure the client and test the connection it cant connect
I could very well be missing something very obvious but if anyone has any pointers for having a linux server/windows client, i would be very greatful
Thanks
James Norton

Since you said it may be something obvious:
From a command prompt try to ping your db hostname (ping myhost). If that fails, try it's ip address (ping ipaddress)
If neither work then you have a network problem.
If the ip address works but the hostname doesn't you need to (in order of preference)
1. add the host definition to both your local DNS and WINS servers; or
2. add the host and ip to the clients host.txt file; or
3. use the ip address instead of the host name in your connection definition.
If the hostname and IP address work, then your db connection is not defined properly.

Similar Messages

  • Lion Server, Windows clients, execute rights?

    I am looking to support client machines running Windows on Parallels on Lion, with a Mac Mini server to store all files. Everything is dandy but for my Installs folder. To install software on Windows you have to have execute rights, and Unix (rightly ) doesn't exose this by default. So I am wondering what best practice is.
    Do people apply an ACL to the Installs folder and sub folders? Do Posix rights on a file by file bases? Punt and run a VM with Windows 7 on the Server to act as a file share?
    Thanks for any insight or suggestions.
    Gordon

    This has been madness. So many alchemist fixes around Google for what seems to be a common problem: edit the registry, alter security settings, configure OpenDirectory, kiss a frog. What happened to the idea of sharing a folder on the LAN and getting back to work?
    How do I confirm the string that serves as my Lion Server's FQDN?
    On a (perhaps) related matter, I am confused because in my PC's "Network" list I see my Lion server as "MACMINI-0302EC" which seems like a generic machine name plus partial MAC address, but I've given the server a customized name in the server's System Preferences... 

  • SingleSignOn (Linux Server, Windows Clients)

    Hallo,
    we want to use SSO in our company.
    Our SAP System is running on Linux and the users have all Windows XP or Win7 clients.
    Where can I find informations on how to install SSO in our environment.
    We think that we need the Kerbors Protokoll for SSO.
    Thanks
    Arnfried

    Sorry for the missing information about the SAP System.
    We have ECC 6.04 running on Linux GNU SLES-9 x86_64 cc4.1.2 Dec  1 2010 2 with an MaxDB.
    Currently we have only installed an ABAP-Stack.
    In the future maybe we need also an JAVA-Stack for IPC.

  • File Sharing Speed with Leopard Server/ Windows XP

    Went from Panther Server to Leopard Server. Panther worked fine. Leopard Server we've had a lot of problems with Windows XP clients. We run data files from the server. Using Panther the file sharing speed was comparable to putting the data file on the PC itself. When we moved to Leopard the speed went through the floor. 8 seconds on the PC and 4.5 minutes on the Server. The server is a substantially stronger machine with a lot more resources - but we've had to stop using it for it's intended purpose.
    Help?

    Same problem but almost the reverse. 10.5.2 server, windows clients file browsing, opening and saving speed is great, but our 4 iMac clients (Leopard also) really, really slow to generate thumbnail views of files and open them. Happens across several shares, seems to be a problem with AFP, although now after disabling AFP on some of the shares, it is happening on SMB as well. I have read several other discussions on this forum that attempt to deal with AFP performance issues, but none provide a real solution. Now that it is also happening with the SMB protocol as well I am getting a bit concerned.
    Any advice or even a link to more info would be greatly appreciated.

  • Windows client - Linux oracle server SSO through Win2003 DC

    Hi,
    I'm trying to do SSO with the captioned setting, the outline can be simplified as below:
    windows cleint --> Win2003 DC --> Linux Oracle server
    Of course, the Linux server would issue kerberos ticket to the Windows client after which successfully authenticates with the Win2003 DC.
    I have problem doing test connection for both Windows client & Linux server when connecting to the database. Both with error "ORA-12638: Credential retrieval failed" when testing with Oracle Net manager. Listener & DB were both started.
    Platform: Redhat Enterprise ES4, Oracle 10.2.0
    The configuration files are as follows:-
    SQLNET.ORA
    SQLNET.AUTHENTICATION_SERVICES= (BEQ, KERBEROS5)
    SQLNET.KERBEROS5_KEYTAB = /u01/app/oracle/oracle/product/10.2.0/db_1/ORACLE.keytab
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    SQLNET.KERBEROS5_CONF = /etc/krb5.conf
    SQLNET.KERBEROS5_CONF_MIT = TRUE
    NAMES.DEFAULT_DOMAIN = test.com
    SQLNET.AUTHENTICATION_KERBEROS5_SERVICE = ORACLE
    TRACE_LEVEL_SERVER=16
    TRACE_DIRECTORY_SERVER=/u01/app/oracle/oracle/product/10.2.0/db_1/network/log/
    TRACE_FILE_SERVER=server
    TRACE_UNIQUE_SERVER=ON
    LISTENER.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = orcl)
    (ORACLE_HOME = /u01/app/oracle/oracle/product/10.2.0/db_1)
    (GLOBAL_DBNAME = ORCL.TEST.COM)
    # (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rhedlora)(PORT = 1521))
    TNSNAMES.ORA
    ORCL.TEST.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rhedlora)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.test.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Can anyone advise what's wrong? Thanks in advance.

    Sorry for miscommunication..
    this is the actual listner information :
    LSNRCTL> start
    Starting tnslsnr: please wait...TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ECT-STPPC2316.BLR.INDIA.
    CGINET)(PORT=1521)))Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    Start Date 20-DEC-2007 13:32:16
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File E:\oracle\ora92\network\admin\listener.ora
    Listener Log File E:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ECT-STPPC2316.BLR.INDIA.CGINET)(PORT
    =1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    =============
    I am using different listner(Listner).
    Please let me know if I have to make any configuration at Client Machine.

  • Web application in linux server and windows clients

    Hi,java expert and experienced developer, i need your advise and experience sharing.
    I have project, which the server is RedHat Linux and clients be Windows. The application is a web application. The database used is MySQL. My question are:
    1) Should i use JDK from blackdown or sun?
    2) If i install blackdown JRE in Server(Linux), then is it ok that the clients(Windows) installs the Sun JRE?
    3) Is there any issues Jakarta Struts in Linux?
    Thanks in advance.

    If your application is different, and does a lot of updating, , you
    may want to look elsewhere.Yes, that why i say performance issue....
    Ok, MySQL however will enable stored procedure in version 5.0, but when the release will be available?
    PostgreSQL may be another option look to. Any opinion in term of:
    -performance
    -reliability
    -usage experience
    thanks in advance

  • Using iChat Server with Windows clients in an integrated Active Directory/Open Directory environment

    A co-worker (Super Brent) and I were working on using iChat as an internal IM server after having used Openfire for a couple days. The reason for switching was basically that we had a Mac Mini Server that was available so we decided to take this on.
    First problem: Knowing whether or not Kerberos was needed for AD/OD integration. We spent a ton of time on this, not knowing a huge amount about AD and with our server administrator on courses, we just kept poking at it and removed Kerberos.
    For the AD/OD integration, we first bound the Mac Mini to our Active Directory server. We shut off LDAPv3 support as we only wanted to use the AD functionality. Additionally, we ensured that the search policy in Directory Utility only used Active Directory. Then we created an Open Directory master in the Open Directory service. We enabled a self-signed certificate and trusted it locally. After creating the iChat service, ensure that you use the self-signed SSL Certificate and set authentication to Standard. (no kerberos).
    Second problem: Once this was complete, we started to test clients out. We were unable to successfully login using our AD credentials using Spark IM and Pandium IM. After trying nearly 100 different variations of server configs, we decided to try a new client. I installed Miranda IM on my Windows XP machine and tried a few different setups. It turned out that the magic potion was to make sure that the "resource" field was set to "Home" and use SSL for encryption. This resource setting was the deal breaker for the other IM clients as many of them such as Spark and Pandium do not have this as a login option.
    We ended up using Pidgin IM as the Windows client of choice as it did have the resource variable and it's interface was the best suited for our environment and users.
    I hope this helps someone out there as we spent days looking all over the internet trying to figure this out.
    Cheers,
    Frenchy and Super Brent

    Hi,
    iChat Server is not something that I know a great deal about.
    I tend to point people to the OS  X Server Communities and to look out for posts by Tim Harris.
    Thanks for taking the time to post this.
    9:58 PM      Friday; February 10, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Windows client error joining with Samba 4.2 Active Directory server

    I have a basic samba 4.2 ADC setup on CentOS 7 and I get a RPC server not available whenever I attempt to join a windows client to the domain. The smb.conf is default on created during provisioning. All indicated pre-testing seems to work as expected. The windows client finds the domain and recognizes a valid user or not but the last step of joining the domain ends with the error "Unable to join the Domain RPC server not available. Does anyone have any ideas?
    Thanks Paul 
    This topic first appeared in the Spiceworks Community

    I have a scenario for you in active directory when two passwords may be valid:
    Old passwords can also work on domain controllers that have not received replication yet from either the domain controller the password was changed on, or the PDC emulator in the domain.
    Let's take a scenario where we have a 3 site, 3 domain controller (DC) active directory: Site1 with DC1, site2 with DC2 and site3 with DC3.
    The ACS application resides in Site3 and is configured to use DC3 for authentication. We have a user "user1" with a password of "123".
    User1 decides to call the helpdesk and changes his password to "456".
    The helpdesk uses DC1 to make password changes because they are located in site1. For a period of time (based on replication, which defaults to 3 hours between sites) the 123 password and the 456 password will be
    valid.
    If the user1 user tries the "123" password it will work until DC3 receives the changed password from normal replication. If user1 tries to use 456, DC3 will flag this as a wrong password, and then check the PDC
    emulator of the domain to see if it has received a newer password. The PDC emulator will validate the login, and then trigger an immediate replication with DC3.
    Regards,
    ~JG
    Do rate helpful posts

  • File Transfer From Unix server to Windows Client System Using WebUtil

    Hi all,
    I want to Transfer a File from Unix Server to Window Client System using Webutil. But below mention code is not working.
    DECLARE
         V_Server_Path VARCHAR2(500) := Null;
         V_Client_Path VARCHAR2(500) := Null;
    BEGIN
         V_Server_Path := '/proj/oraapps/viper/dev/reports/cache/Saveauftr.txt';
         V_Client_Path := 'C:\Migration\EU_Applications\Lima\OAS_WorkArea\Client\Saveauftr.txt';
         IF WebUtil_File_Transfer.Is_AS_Readable(V_Server_Path) THEN
         IF WebUtil_File_Transfer.AS_To_Client(V_Client_Path,V_Server_Path) THEN
              Message('Downloading the File ..... .... ... .. .');
              Message('Downloading Was Successfull ...');
              Message('File Transfer from Server Was Successfull ...');
         END IF;
    END IF;
    END;
    Can anyone suggest me,Why the above code is not working and what to do for solve the Problem.
    Regards
    Gany

    Hello,
    You have more chances to get an answer in the Oracle Forms OTN Forum :
    Forms
    Regards

  • Can't establish VPN on windows client to OSX server

    Hi everyone,
    I'm stuck for a while now with a very annoying problem.
    I can't establish a VPN connection on a windows client to a OSX Server. It worked fine while we had OSX server 10.6.
    We recently updated to 10.8 and got this problem.
    I know some of u are now thinking, the solution is: Just don't use windows... But the director of the company i am doing this for
    doesn't want to switch to mac.
    Also, this problem maybe be related to windows but i hope someone here can help me.
    Things i've done:
    I've tried PPTP ( didn't work either )
    I've tried different users
    I've tried adding a rule te regedit in windows ( according to a windows vista kb file for VPN trough NAT devices )
    I've tried different authentication rules
    In VPN log is Server admin everything goes well until:
    pppd[87435]: fatal signal 6
    vpnd[104]: --> Client with address 192.168.0.24 has hungup
    after this it goes further with some successes.
    I hope someone here knows the solution!
    Thanks in advance,
    Remy
    Mac mini server, 10.8.5
    server admin 2
    ( client ) windows 7 & 8
    ps. sorry for my bad grammer, i'm dutch..

    You could have a look at the following and see if it helps.
    http://support.apple.com/kb/HT5078

  • Oracle 10g EE Windows Client on different machine than Pracle 10g EE server

    I downloaded the Oracle 10g EE Windows Client and installed it on a WinXP (SP3) machine that had no Oracle components installed. The idea was to use it to connect to an Oracle 10g EE database running on another machine on the network.
    After installing the software, what I find in the start menu is:
    Oracle Client 10g Express Edition
    - Go To Online Forum
    - Read Documentation
    - Register For Online Forum
    - Run SQL Command Line
    When I "Read Documentation" and go to the "Getting Started" link it talks about other menu options which I can't find ("Go To Database Home Page").
    Clearly something isn't working here, but what?
    Pete

    This option is available on server. Not on client.
    Use following link instead:
    http://<server_ip_address>:8080/apex/

  • Significant difference in response times for same query running on Windows client vs database server

    I have a query which is taking a long time to return the results using the Oracle client.
    When I run this query on our database server (Unix/Solaris) it completes in 80 seconds.
    When I run the same query on a Windows client it completes in 47 minutes.
    Ideally I would like to get a response time equivalent on the Windows client to what I get when running this on the database server.
    In both cases the query plans are the same.
    The query and plan is shown below :
    {code}
    SQL> explain plan
      2  set statement_id = 'SLOW'
      3  for
      4  SELECT DISTINCT /*+ FIRST_ROWS(503) */ objecttype.id_object
      5  FROM documents objecttype WHERE objecttype.id_type_definition = 'duotA9'
      6  ;
    Explained.
    SQL> select * from table(dbms_xplan.display('PLAN_TABLE','SLOW','TYPICAL'));
    PLAN_TABLE_OUTPUT
    | Id  | Operation          | Name      | Rows  | Bytes |TempSpc| Cost (%CPU)|
    |   0 | SELECT STATEMENT   |           |  2852K|    46M|       | 69851   (1)|
    |   1 |  HASH UNIQUE       |           |  2852K|    46M|   153M| 69851   (1)|
    |*  2 |   TABLE ACCESS FULL| DOCUMENTS |  2852K|    46M|       | 54063   (1)|
    {code}
    Are there are configuration changes that can be done on the Oracle client or database to improve the response times for the query when it is running from the client?
    The version on the database server is 10.2.0.1.0
    The version of the oracle client is also 10.2.0.1.0
    I am happy to provide any further information if required.
    Thank you in advance.

    I have a query which is taking a long time to return the results using the Oracle client.
    When I run this query on our database server (Unix/Solaris) it completes in 80 seconds.
    When I run the same query on a Windows client it completes in 47 minutes.
    There are NO queries that 'run' on a client. Queries ALWAYS run within the database server.
    A client can choose when to FETCH query results. In sql developer (or toad) I can choose to get 10 rows at a time. Until I choose to get the next set of 10 rows NO rows will be returned from the server to the client; That query might NEVER complete.
    You may get the same results depending on the client you are using. Post your question in a forum for whatever client you are using.

  • Problem synchronizing windows clients with solaris 10 NTP server

    Hello everyone,
    I realyy need help on the following:
    I tried to synchronize windows 2003 as client with NTP server running in Solaris 10
    My Time Zone in the NTP server is GMT+3, and in my windows is also set to GMT+3
    When I start NTP server and clients , I got 6 hours delay between the clients and the server
    I tried to synchronize the Solaris server with another solaris system, the synchronization is working fine
    Your help
    Regards
    Hakim Fourar

    True (but only for later releases). But since he mentioned getting a 6 hour offset after starting them, that makes me think that the systems are communicating, and that the time zones are incorrect.
    This is easily verified by using 'ntpq -p' and 'date ; date -u'. The first will show if the client thinks it is synchronized to a server (and what the UTC offset is in miliseconds). The second will show the date in the default timezone and in UTC.
    If you're not using POSIX, you'd think that GMT+XX meant east of UTC, but for POSIX, it means west of UTC.
    Darren

  • Server 2.2.1 - Disable "Share with Windows clients (SMB)" as default for new Share Points

    I have been experiencing issues with the native OS X 10.8.3 Server SMBx service.  I have therefore disabled it in favor of full Samba via SMBup.  With that said, when I chose to add a new share, by default OS X Server activates "Share with Windows clients (SMB)"  I would like this option disabled by default as I am managing my SMB shares through SMBup.  Is there a preference to accomplish this?
    TIA.
    Matt

    I have been experiencing issues with the native OS X 10.8.3 Server SMBx service.  I have therefore disabled it in favor of full Samba via SMBup.  With that said, when I chose to add a new share, by default OS X Server activates "Share with Windows clients (SMB)"  I would like this option disabled by default as I am managing my SMB shares through SMBup.  Is there a preference to accomplish this?
    TIA.
    Matt

  • How to start oracle database server and client in windows 8

    Hi at all
    I'm a new entry in this forum and I'm a beginner with database oracle.
    I used always SQL Server as database and it was easy to use after installation.
    With SQL Server configuration management program I could to launch the SQL Server (SQLEXPRESS) service and the database server start up!!
    With SQL Server management studio I could to launch the client application, then was establishing a connection to the server and all was working fine!
    Now, how to work with oracle database?
    I installed oracle server and client version 11g R2 on windows 8, but how can I start the server database? .. and how can I start the client application for querying?
    regards in advance.
    P.S.: Sorry for my english. 

    SomeoneElse
    thanks for the response.
    I setting the service to start manually because otherwise windows is slow to startup.
    In particular I have precisely this oracle service on my operating system after installation.
    - ) OracleVssWriterSYSDBA
    - ) OracleDBConsolesysdba
    - ) OracleJobSchedulerSYSDBA
    - ) OracleMTSRecoveryService
    - ) OracleOraDb11g_home1ClrAgent
    - ) OracleOraDb11g_home1TNSListener
    - ) OracleServiceSYSDBA
    What are the services that start the server and I have to launch?
    What is the client program in menu --> start -- > all program --> Oracle - OraClient 11g home..... that I have to use for querying database?
    thanks.

Maybe you are looking for

  • Help - my songs don't show up on 30G w/ video...

    Everything worked yesterday... I connected to my PC and added some files (not songs) & disconnected with no issues. Today, I turn on my Ipod and nothing is on it. However, when I connect it to my PC, and click into MY COMPUTER & show hidden files, IP

  • I just tried to update Itunes. Something went wrong with the update and now itunes won't open

    I was notified of an update to itunes when I opened it on my PC this morning. I agreed to the update. The update did not finish and now I can't open itunes on the PC. I tried "repair" in the control panel to no avail. HELP!!

  • Purchase Requisition & Production Order

    Hi all, in my system, MRP create automatically Purchase Requisition. I would like to know if it is possible to connect Purchase Requisition to number of Purchase Order that have generated MRP requirement. For instance, in Transaction Me57, i have a l

  • Unlock to go to homescreen

    First of all: hi iphone user! i am from germany, so excuse my bad english... so here my question (ipnone 4, ios 4.3.5): when i unlock the lockscreen to use the homescreen, the display goes for a second to black before showing the homescreen ( but tim

  • How to know if PP CS5.5 is 32 bits or 64 bits?

    In order to buy Adorage effects, I need to know if my Premiere Pro CS5.5 is 32 bits or 64 bits. When I look at "About Adobe Premiere Pro" in the Help menu, the only reference I get is : "Version 5.5.2 (003 (MC: 258762)). That doesn't help me much How