OWB-SQLSERVER connectivity - critical

Guys,
I have few doubts... Please clarify.
The details are -
Scenarion 1:
OWB server & Oracle serever - machine 1 (windows)
Sql server - machine 2 (windows)
I am able create a DB link thru OWB.... I can import SQL tables into OWB.
This is working fine.
Scenario 2:
1) Sqlserver is on windows (always)
2) Our Oracle is on Unix
3) Our OWB is on Unix.
Questions:
a) I am not sure how easy it is to add odbc to OWB in Unix. Is it available in the original installation distribution media on Unix?
b) Don't we need a listener running on each Sqlserver database server, so sqlnet knows to talk to other environments (sqlserver)?
c) In OWB if we want create one source module for other database, ODBC driver is required?? In unix we cannot find any ODBC driver by default.
Separately we need to insatll it.
From what I have read, it seems for Oracle to talk to Windows sqlserver, that a listener needs to be running on windows, which means that Oracle sqlnet client tools is not enough. (We have 10.2 installed on a few machines, but I don't see that you can start a listener, so I expect we will need to
install and support running Oracle server software no database), on the same server that is running sqlserver.
Please clarify the above questions.
Also i am planing to set up a connection between Oracle - SQL thru OWB. Please find the below steps and let me know if am wrong -
1) Sqlserver is on windows (always)
2) Our Oracle is on Unix
3) Our OWB is on Unix.
a. Create a DSN in windows where Sql serevr installed.
b. Modify initSID.ora file(HS folder) in Unix.
c. Modify listener.ora file in Unix where oracle installed
d. Modify tns.ora.
Now in the above steps i have few doubts...
1) How the listener will pick the DSN of windows... Do we need to specify host to sql server ip (machine)???
2) For this any ODBC is required in Unix??
3) Do we need to install listener in windows where sqlserver installed & point host name of tns.ora(unix) to this ip(sql server).
clarify the above steps...
Thanks in advance.
Harsha

Hey thanks man...
It helped a lot....
But u know one thing i followed the same method in windows...
Details are:
machine1: Oracle & OWB (on windows)
machine2: SQL server ( on windows)
I am creating source module in OWB for non oracle database and giving host name as machine2 ip.
here the tns name on machine 1 is no need to change and i am directly connecting to machin2 and able to import SQL tables..
So here my question is how it is able to connect to machine 2 without changing anything in tnsname.ora file on machine1.
So can i follow this method in unix, like no need to touch anything in UNIX not even tns file.
Thanks
Harsha

Similar Messages

  • Owb can connect sqlserver, sqlplus+ can't.

    I created a non-oracle location connection in owb and can load data from sqlserver to warehouse. Now, I want to use sqlplus or sqldeveloper to connect sqlserver directly, But I got this error message"ora-03135:connection lost contact".
    How can I connect sqlserver in sqldeveloper or sqlplus?
    Thanks

    Napo,
    I think it is impossible to directly connect to MS SQLServer with Oracle developer tools (SQL*Plus and SQL Developer).
    Heterogeneous Services contains two components - HS in Oracle database and Agent,
    and according documentation most of the processing related to heterogeneous connectivity is done in Oracle database.
    When you try to connect with SQL*Plus directly to SQL Server you use only Agent component, so I think appearing of error ora-03135 is expected behavior.
    But you can create in Oracle DB schema database link based on HS connect string and after that you can access MS SQL Server tables over this database link.
    Regards,
    Oleg

  • SQLServer connection in Connection Navigator doesn't display any tables ...

    I connect to a SQLServer DB using the steps described in the help and I can query tables just fine, but when I click on the Tables or Views, I see nothing.
    I can start up a SQL worksheet and get data from the database just fine.
    I can also connect using the JDBC/ODBC driver and see the tables just fine.
    My connection string looks like:
    jdbc:microsoft:sqlserver://credent.hsys.local:1433;databasename=echo_test
    Is this a bug in 10.1.3 of JDev?

    I'm using the SQL Server 2000 Service Pack 3 version 2.2.0040
    . I haven't tried the 2005 beta.
    I am setting up the connection using 'Third Party JDBC Driver'. If I change the connection information to use the JDBC-ODBC bridge instead of the SQL Server JDBC driver, I see the tables.
    Here's the steps:
    1) create a new connection using the connection wizard.
    2) Name the connection Echo_test and choose Third party JDBC driver
    3) put in the username and password
    4) Create a new driver class for SQL server com.microsoft.jdbc.sqlserver.SQLServerDriver
    5) Use that connection and put in the URL jdbc:microsoft:sqlserver://credent.hsys.local:1433;databasename=echo_test
    6) Test the connection and finish.
    7) go to the connection navigator Database node, and expand "Echo_test"
    8) go to the dbo schema node and expand that.
    9) go to the Tables node and try to expand that - no tables show (although there is a delay as if a query is being run).
    10) try the same thing with the Views node - same results.
    Next I changed the connection to use the JDBC-ODBC driver by changing the driver & connection:
    1) Add a new driver class sun.jdbc.odbc.JdbcOdbcDriver
    2) use that class and change the URL to jdbc:odbc:echo_test
    3) Go back to the connection navigator and expand "Echo_test" (no schemas display).
    4) change the filter to include the dbo schema
    5) Now when I expand the dbo/Tables, I see all the tables.

  • Powershell SQLServer Connect via New-PSDrive

    Hello,
    I try to connect to a local SQL Database running SQLServer 2012.
    I can not connect with my local account, but have to use a dedicated account.
    I tried the following:
    Import-Module SQLPS -DisableNameChecking
    PS SQLSERVER:\> $cred = Get-Credential
    PS SQLSERVER:\> New-PSDrive sqldrive -PSProvider SqlServer -Root SQLSERVER:\SQL\DB01-LT\DEFAULT -Credential $cred
    Name           Used (GB)     Free (GB) Provider      Root                                               CurrentLocation
    sqldrive                               SqlServer     SQLSERVER:\SQL\DB01-LT\DEFAULT+sa
    ($cred is valid, of cause)
    For me, everything seems good, but if I try to browse the psdrive I get an error.
    PS SQLSERVER:\> dir sqldrive
    Get-ChildItem : Cannot retrieve the dynamic parameters for the cmdlet. SQL Server PowerShell provider error: Path SQLSE
    RVER:\sqldrive does not exist. Please specify a valid path.
    At line:1 char:4
    + dir <<<< sqldrive
    + CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
    + FullyQualifiedErrorId : GetDynamicParametersException,Microsoft.PowerShell.Commands.GetChildItemCommand
    Does anyone can give me a hint, why this is not working.
    I searched the Internet and found a lot of examples using exactly this commands.
    Thank you very much in advance.
    BR
    Matthias

    Hi Matthias,
    I'm confused why the root path has been changed to "SQLSERVER:\SQL\DB01-LT\DEFAULT+\sa", please try to copy and paste the script I posted.
    For more detailed information about sql PSdriver, please follow this article:
    Weekend Scripter: Use PowerShell to Work with SQL Server 2012 Database Objects
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback
    on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support

  • Sqlserver connection in odi fetches no tables in reverse engineering

    Hi,
    I have created successfully sqlserver(2005) connection using odi. however, when i reverse engineered ..i do not see any tables..any idea why?
    Thanks
    Venkat

    I figured out..i need to specify the username and password.

  • JDBC SqlServer connection problem

    Hi,
    I'm trying to connect to a local Sql Server database. I started out connecting to a database on another computer on the network by using the following code:
    //Set up connection to database
    String driverName = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
    String serverName = "10.42.8.102";
    String portNumber = "1433";
    String mydatabase = serverName + ":" + portNumber;
    String databaseName = "traffic";
    String url = "jdbc:microsoft:sqlserver://" + mydatabase +";databaseName="+databaseName+";";
    String username = "sa";
    String password = "foobar";
    // Load the JDBC driver
    Class.forName(driverName);
    // Create a connection to the database
    connection = DriverManager.getConnection(url, username, password);
    This worked fine. However, when I started trying to connect to a database on my own computer, I started having problems. The database I'm trying to connect to is listed under the node "TERRAIN\BEATTHETRAFFIC" in SqlServer's Enterprise Manager. The database name is still traffic, and the user name and password are unchanged. My new code is as follows:
    String driverName = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
    String serverName = "localhost/TERRAIN/BEATTHETRAFFIC";
    String portNumber = "1433";
    String mydatabase = serverName + ":" + portNumber;
    String databaseName = "traffic";
    String url = "jdbc:microsoft:sqlserver://" + mydatabase +";databaseName="+databaseName+";";
    String username = "sa";
    String password = "foobar";
    // Load the JDBC driver
    Class.forName(driverName);
    // Create a connection to the database
    connection = DriverManager.getConnection(url, username, password);
    I have also tried the following as the serverName:
    "TERRAIN\\BEATTHETRAFFIC"
    "localhost/TERRAIN\\BEATTHETRAFFIC"
    "127.0.0.1/TERRAIN\\BEATTHETRAFFIC"
    I have tried the above with / instead of \\ as well.
    With these, I get the error:
    [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
    I have also tried doing
    "localhost:TERRAIN\\BEATTHETRAFFIC" and
    "localhost:TERRAIN/BEATTHETRAFFIC" and used 127.0.0.1 instead of "localhost" as well.
    but with these I get
    [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL.
    I'm honestly at my wits' end here. I haven't really tried to connect to a Sql Server database before, and haven't done much work with connecting to databases in general, so maybe I'm making some glaringly obvious mistake, so if anyone could point it out, I'd be very grateful.

    For the value of serverName, you need to use an Internet-style host name, or an IP-address, not a Windows resource name.
    Examples of an internet-style host name are:
    this_host
    this_host.my_company.com
    Names with slashes in them are not Internet-style.
    The requirement is that name be something that your operating system can convert to an IP address. At least on newer versions of Windows (and most versions of Unix/Linux) you can find out the host name, with the "hostname" command. On windows:
    Click the Start button.
    Click the Run... link
    Enter "cmd" into the command line and click OK ( a new command window will open)
    In the new command window, enter "hostname" and hit enter. The system will give you the host name you need to use (upper/lower case does not matter).
    To confirm that the name ought to work, in that still-open command window, enter "ping [whatever the host name is]". You should get about 10 lines back that includes 4 lines that begin with "Reply from [your IP address] ..."

  • OWB Error: Connection lost when assign a schedule to a process flow

    I have:
    - OWB 11Gr2
    - Oracle DB 10Gr2 Source/Target
    I have created a schedule module and set the location to be one of the target DB locations.
    Create a one of schedule and scheduled for daily execution.
    Open configuration of a process flow and assign with the schedule.
    After this, i tried to save the repository, and occurred the error message:
    "Repository Connection Error: The connection to the repository was lost, because of the following database error: Closed Connection
    Exit OWB without committing."
    The connection with the repository was lost and i can´t do more anything.
    I tried to create a separate location for the schedule, but it don´t make difference
    What´s happening?
    Thanks,
    Afonso

    Wea re running 11.2.0.2 and
    When looking at the trace log
    Dump continued from file: /data02/oramisc/diag/rdbms/dpmdbp/dpmdbp/trace/dpmdbp_ora_13503.trc
    ORA-00600: intern felkod, argument: [15570], [], [], [], [], [], [], [], [], [], [], []
    With this query "========= Dump for incident 16022 (ORA 600 [15570]) ========
    *** 2011-10-18 09:52:25.445
    dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
    ----- Current SQL Statement for this session (sql_id=7a76281h0tr2p) -----
    SELECT usage.locuoid, usage.locid, cal_property.elementid, cal_property.classname, schedulable.name || '_JOB' name, schedulable.name || '_JOB' logicalname, cal_property.uoid, cal_property.classname
    , cal_property.notm, cal_property.editable editable, cal_property.customerrenamable, cal_property.customerdeletable, cal_property.seeded, cal_property.UpdateTimestamp, cal_property.strongTypeName,
    cal_property.metadatasignature signature, 0 iconobject FROM Schedulable_v schedulable, CMPStringPropertyValue_v cal_property, CMPCalendarInstalledModule_v cal_mod, CMPPhysicalObject_v sched_phys, CM
    PCalendar_v cal, ( select prop.firstclassobject moduleid, prop.value locuoid, 0 locid from CMPPhysicalObject_v phys, CMPStringPropertyValue_v prop where prop.logicalname = 'SCHEDULE_MODULE_CONFIG.DE
    PLOYMENT.LOCATION' and prop.propertyOwner = phys.elementid and phys.namedconfiguration = 42636 union select installedmodule, '' locuoid, location locid from CMPLocationUsage_v locUse where deployme
    ntdefault = 1 and not exists ( select null from CMPPhysicalObject_v phys, CMPStringPropertyValue_v prop where prop.logicalname = 'SCHEDULE_MODULE_CONFIG.DEPLOYMENT.LOCATION' and prop.firstclassobjec
    t = locUse.installedmodule and prop.propertyOwner = phys.elementid and phys.namedconfiguration = 42636) ) usage WHERE cal_mod.elementid = usage.moduleid and cal_mod.elementid = cal.calendarmodule a
    nd substr(cal_property.value,0,32) = cal.uoid and cal_property.logicalname='SCHEDULABLE.PROPERTY' and (cal_property.firstclassobject = schedulable.elementid or cal_property.firstclassobject = sched
    _phys.elementid and sched_phys.logicalobject = schedulable.elementid) and cal_mod.owningproject = 42631 and cal_property.propertyowner = sched_phys.elementid and sched_phys.namedconfiguration=42636
    ORDER BY schedulable.name || '_JOB'"
    Coulöd be possible this bug
    Bug 12368039 ORA-600 [15570] with UNION ALL views with Parallel steps
    This note gives a brief overview of bug 12368039.
    The content was last updated on: 18-MAY-2011
    Click here for details of each of the sections below.
    Fixed:
    This issue is fixed in     
    * 11.2.0.3

  • OWB Repository connection time out

    Hi,
    please suggest some solution for the following issue.
    Whenever i'm  inactive on OWB repository for more than 30 mins, i get Repository connection error as the connection to the repository was lost, because of the following database error: Closed Connection
    Exit OWB without committing.
    after quering select * from user_resource_limits;
    i could see that  IDLE_TIME  and CONNECT_TIME is set UNLIMITED.Also, i cannot find any setting related to session timeout specified in OWB repository.
    Can anyone tell the reason for this error.
    Thanks in Advance.

    please reply Solution for this error.

  • OWB SAP Connectivity Error

    I'm using OWB10g R1 with Database Oracle 10g R1(both on same PC)
    And SAP IDES R/3 4.7 enterprise virsions(on remote PC)
    while i was creating the source under Application node in OWB client I got Some Errors as follow:-
    OWB ERROR
    API4006 the database link contains invalid connection information
    API3001: check the connection information
    i'v kept the librfc32.dll and SAPRFC.INI files in the appropiate directory and its working because the Error raise when i supply SAP Appication server information and try to login into SAP.
    Even my:-
    client ID is Fine
    App Server IP is fine
    SAP user and Password is fine
    But Not Sure About System Number bocz( It automatically takes value 1 so, didn't edit it)
    Could you tell me how to check this system number
    And
    How to short out this Error that i mentioned above
    Its Urgent Plz Reply soon.
    With Regards
    Nitesh Bhagat
    Edited by: Nitesh Bhagat on May 13, 2009 12:59 PM

    Hi,
    I updated ....!
    Again same problem.....
    Please Help
    while trying to invoke the method com.sap.ip.bi.zen.connectivity.IBackendServices.isConnectionUpAndRunning(java.lang.String) of a null object returned from com.sap.ip.bi.zen.IDesignerEnvironmentBase.getBackendServices()while trying to invoke the method com.sap.ip.bi.zen.connectivity.IBackendServices.isConnectionUpAndRunning(java.lang.String) of a null object returned from com.sap.ip.bi.zen.IDesignerEnvironmentBase.getBackendServices()
    [object Object]
    I'm afraid that it because of the "Host file"
    Thanks,
    DENNIS KS
    Message was edited by: DENNIS SUNNY

  • Midp + sqlserver connection

    i have build midp application which (suppose) can connect to the database(sql2k). i have tried this in servlet and its working perfectly in pc browser, but when i wanna connect with the midlet, it doesnt work. suppose i want the result of my query is working as it in the normal pc browser... here is the script:
    -for midp:
    import java.io.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class test
    extends MIDlet
    implements CommandListener {
    private Display mDisplay;
    private Form mMainForm,SearchResult;
    private StringItem mMessageItem;
    private Command mExitCommand, mConnectCommand;
    private TextField TfSearch;
    public test() {
    mMainForm = new Form("HitMIDlet");
    TfSearch = new TextField(" Search ","",25,TextField.ANY);
    mMainForm.append(TfSearch);
    mMessageItem = new StringItem(null, "");
    mExitCommand = new Command("Exit", Command.EXIT, 0);
    mConnectCommand = new Command("Connect",Command.SCREEN, 0);
    mMainForm.append(mMessageItem);
    mMainForm.addCommand(mExitCommand);
    mMainForm.addCommand(mConnectCommand);
    mMainForm.setCommandListener(this);
    public void startApp() {
    mDisplay = Display.getDisplay(this);
    mDisplay.setCurrent(mMainForm);
    public void pauseApp() {}
    public void destroyApp(boolean unconditional) {}
    public void commandAction(Command c, Displayable s) {
    if (c == mExitCommand)
    notifyDestroyed();
    else if (c == mConnectCommand) {
    Alert a = new Alert( "Result" );
    a.setString(""+ TfSearch.getString());
    a.setTimeout( Alert.FOREVER );
    mDisplay.setCurrent (a);
    -for servlet:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    public class test extends HttpServlet{
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws IOException, ServletException
    try
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    String user = "sa";
    String pass = "";
    String cUrl = "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test";
    Connection conn = DriverManager.getConnection (cUrl, user, pass);
    String sName= request.getParameter("tfSearch");
    String sQuery = "select "+sName+" from Table1 ";
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery(sQuery);
    if (rs != null)
    PrintWriter out = response.getWriter();
    while(rs.next())
    out.println("result :"+rs.getString(sName));
    response.flushBuffer();
    stmt.close();
    conn.close();
    } catch(Exception e){
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("Error: "+e);
    any kind of help were very appreciated... thanks before guys....

    To the author who initiated this thread -
    Iam trying to solve a problem (perhaps very silly for about a week and I have a feelin after seeing your code that you can help)
    Iam developing a small j2me app (using j2me wireless tooklit), i have installed jdk1.4.2. In the application when i use
    import java.sql.*;
    the wireless tooklit build says "package java.sql" not found.
    I will really appreciate your help in this regard.

  • Transparent gateway to Sql Server losing the "\" in the SqlServer Connect s

    HS_FDS_CONNECT_INFO="Sql2k5-Stats/SQL2K5-STATS\SQL2K5STATS/AZDPS"
    No matter what we [inc Oracle support] put in here, somewhere it gets removed before it hits Sql Server
    it gets turned into Sql2k5-Stats\SQL2K5-STATSSQL2K5STATS and sqlplus barfs an error about not being able to connect to remote and that is because the "\" has been removed.
    Have tried numerous combinations for HS_FDS_CONNECT_INFO
    Any ideas out there ?
    Edited by: IanSparkes on Jun 23, 2009 12:01 PM

    When connecting to SQL Server instances, you can define a SQL Server alias using the MS Client Configuration Tool or you can use two back slashes:
    HS_FDS_CONNECT_INFO="SQLSERVER\\instance2.Northwind"
    or using the SERVER and DATABASE naming convention:
    HS_FDS_CONNECT_INFO="SERVER=<SERVER NAME>\\<INSTANCE NAME>;DATABASE=<DATABASE>"

  • Bug?Click on INDEX of sqlserver connections

    Hello,I met a strange question,my sql developer version is EA2.
    I established a connection of Sqlserver,but when I click Indexes of my sqlserver connetion,an error msgbox pops up,and shows me such error message "An error was encountered performing the requested operation: Invalid object name 'sys.indexes' . Vendor code 208".
    It seems that the dot of "sys.indexes" should be get rid of.
    And I click the "Logins",similar error occurs,and it show "sys.server_principals".
    To click "Rules" shows "sys.objects".
    To click "Synoyms" show "schema_id is not a recognized function name.Vendor code 195".
    And other errors are just like above two.
    But when I use the former 1.2 version,no errors.
    My oracle is oracle 9.0.2.1,and Sqlserver is 2000.
    How do I solve the problems?
    Thank you!

    Hi <user622179>,
    I have replicated your issue and logged a bug to track the issue
    6860562: EA2F :SQL SERVER 2000 BROWSING NOT ALL WORKING
    Ill look into this issue.
    Thanks for the feedback,
    Dermot.

  • SqlServer Connect Problem

    Hello, Sorry for my english. I don�t speak english, I speak spanish.
    well,
    I download from Microsoft site, the jdbc for SqlServer. and
    I have a little problem:
    my script is:
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    Connection connection = DriverManager.getConnection ("jdbc:microsoft:sqlserver://ga0517:1433;databasename='JMessenger';user='nn';password='xxx'");
    and when I execute this script, I have the next error:
    An error occured in the bean. Error Message is: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Error de inicio de sesi�n del usuario ''nn''. Motivo: no est� asociado a una conexi�n de SQL Server de confianza.
    this is the stacktrace:........
    at java.sql.DriverManager.getConnection(DriverManager.java:533)
    at java.sql.DriverManager.getConnection(DriverManager.java:199)
    at _0002fconexionSQLServer_0002ejspconexionSQLServer_jsp_4._jspService(_0002fconexionSQLServer_0002ejspconexionSQLServer_jsp_4.java:65)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
    at org.apache.tomcat.core.Handler.service(Handler.java:286)
    at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
    at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
    at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
    at java.lang.Thread.run(Thread.java:484)
    Please can someone helpme ?????

    your traslation is correct, but I can�t resolve my problem.
    I read that you send me, and nothing, I can�t resolve it.
    I tell you, I work with JBuilder 5.0, and in the DataBase Pilot in the Tool option of the menu, I try to connect with my DataBase, but I can't.
    in this instance, the Jbuilder tell me:
    "The driver: com.microsoft.jdbc.sqlserver.SQLServerDriver could not be loaded. This could be a problem with the driver itself, or that the driver is not found on the classpath."
    I don't understand nothing, why?? because, when I wrote my scritp, this driver was found it (encontrado).
    my sqlServer, is set to Windows and SqlServer authentification... but I can't connect to it.
    Can you Help me??? again, Thank for your time.!!!!!!!

  • Ms SqlServer connection: where is the database?

    I'm connecting to MS SQL 2000 with a user that is owner of the database i want to convert into oracle. The connection is OK, but when i connect i cannot see the database and its tables. The same if i connect with user "sa".
    Can anybody help me?

    Hi,
    I'm not sure where the problem is, I think it is more how SQL Server is implemented, whenever we look for tables they always appear under the 'dbo' schema regardless of who created them. All that JDeveloper does is query the Database metadata.
    Regards,
    Lisa

  • Cisco Unity Connection - Critical ntpRunningStatus.sh

    We have a CUC running as a VMware virtual machine, version 8.6.2.22900-9, we're getting these messages every minute
    Primary node NTP server, 10.64.255.31, is currently inaccessible or down. Verify the network between the primary and secondary nodes.  Check the status of NTP on both the primary and secondary nodes via CLI 'utils ntp status'.  If the network is fine, try restarting NTP using CLI 'utils ntp restart'. 
    I've restarted the NTP server, I've restarted the CUC, and it is still coming up.  Logging into the WebUI - OS Administration > Settings > NTP Servers, and it shows the NTP server is accessible.  However, I've seen this show up as not accessible either after I give it some time.
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
     10.64.255.31    129.6.15.28          16 u   97  128    0    0.926    0.024   0.000
     132.236.56.250  192.5.41.209     2 u   18   64  177   76.877   -3.557   0.441
    *192.5.41.209    .PTP.            1 u   17   64  177   81.652    0.052   0.434
     Our CUCM, also virtual, is running with the same configurations and we haven't seen any issues with it.  I finally removed the 10.64.255.31 NTP server and the error messages seem to have gone away.  Any ideas as to why this keeps sending Critical alert messages? 
    Thanks,
    JP Babiera

    Thanks for the link, davrojas, but the device used for NTP actually isn't Windows or Linux, but a Cisco 3560 switch.  I know about this thread (https://supportforums.cisco.com/discussion/11232431/3560-ntp-server), but it doesn't make sense that only this one CUC is having this issue.  
    We have other CUCs in the environment using a 3560 as an NTP master w/o any issues.  The problem just started w/o any environment changes, and after being in production for at least 6 months.  Anyway, we're using a public stratum 2 NTP server for now.  We may a Nexus switch down the road, but it will have to wait until we update it to 6.x.
    Thanks,
    JP

Maybe you are looking for