connectivity of database without tool

Is it possible to connect to a SQL database without the database connectivity kit?  I learned that I can create Excel reports without the report generation tool, so I thought that it would be possible?

"programmindragon" wrote in message
News:[email protected]...
> Is it possible to connect to a SQL database without the database
Connectivity Kit?  I learned that I can create Excel reports
without the report generation toolkit so I thought that it might be possible?

Of course, you can also use a free SQL Toolbox: LabSQL. The DCT and LabSQL
are based on the ADO ActiveX component, so you can also do something yourself.

Kind regards

Wiebe.

Tags: NI Software

Similar Questions

  • ORACLE client to connect to the database without user name and password

    Customer require us to perform a function:
    On the client server that has installed the ORACLE client. They can connect to the database without username and passwod entry.
    Use "sqlplus / as sysdba" can archive database connection.
    Is it possible to change the configuration to do this?

    See if external authentication support,
    http://docs.Oracle.com/CD/E11882_01/network.112/e16543/authentication.htm#DBSEG99842

    Aman...

  • Oracle database connection string lite without using odbc.ini

    I am trying to connect to a database without using odbc.ini. It is my code below, can you see anything wrong with it? Its written in c# in VS 2005.

    conn = new OracleConnection (@"DataDirectory = c:\oraclelite;") Database = cabletesting; DSN = *. UID = system; pwd = manager")

    Hello

    If you use the ADO .NET OLITE 10 gr 2 or R3, you can touch the Bug.7430720 (11) CONNECTION is NOT ESTABLISHED during the USE of DSN LESS CONNECT STRING IN 10 G R3 ADO.NET

    The same connection works very well with TEENAGER 10GR 1 .NET

    Unfortunately, there is no work around except to use the chain of DNS.

    Kind regards.
    MArc

  • Direct Connect to Database 11 g

    Hello

    Ive installed the database Oracle 11 g on my Windows 2008 R2 server and I tried to connect to the database using a different computer on my LAN and I couldn't connect to it.

    How can I connect to my Oracle database WITHOUT use of tns.

    Thanks in advance

    Shawn

    EZCONNECT - Oracle FAQ

  • With the help of connections to database for the safety of the ADF

    Hi all

    I have a request of 11g ADF (11.1.1.2.0) that uses the security of ADF and authenticate via LDAP against an Oracle Internet Directory. Now, we have an obligation to authenticate Oracle database users and remove the need to use the OID. Is it possible to do this in WebLogic?

    I know that if I maintain my own tables with user name and password in the form of columns, I use a SQLAuthenticator as described here:
    http://Biemond.blogspot.com/2008/12/using-database-tables-as-authentication.html

    But in my case I don't have my own table 'users', I actually want to use RDBMS users (just like Oracle Forms only). Has anyone written an authenticator class that can do this?

    See you soon

    Hello

    Oracle Forms keeps a user login to the database schema - so it performs no authentication. If you want the personal connection, then security ADF isn't the riht place to look for that but referrals under ADF BC dynamic JDBC

    To perform authentication against the schema of a database without connecting to the application to it (only for authentication pupose), you will need to write a provider of custom authentication (a JAAS login Module) for WLS wrapped. Then, this can be configured using the WLS console and authenticate the user session. This can then be used to authenticate the security of the ADF. See the documentation for WLS for how to write custom authentication providers

    Frank

  • Connect to Database (Solved)

    Hello

    I installed around 2 databases on my server.
    One is the database of Production and further development database.

    When I give the name of user and password I am able to connect to the database without giving the connection string.
    How can I avoid what is happening on the server.

    I know that it is not possible to client machines. I want to avoid this even on my server.


    Thank you
    SAI...

    Published by: samira on March 23, 2009 11:05

    There are a few things that should be set
    but
    If you to prevent "/ as asysdba.

    Search ORACLE_HOME/network\admin\sqlnet.ora

    There will be a setting in SQLNET. Autentication_services
    Set it to

    SQLNET. Autentication_services = NONE.

    This will prevent enter the user without password.

    You can remove the user from BONE groups ORA_DBA of the computer on which Oracle is installed

    Connect with HOST_STRING

    Search ORacle_home in the eyes of registry for the ORacle software and remove variable ORACLE_SID of the registryy and check also that lies as the ORACLE_SID environment variable

  • IPhone 6 can connect to WIFI without a sim card?

    6 IPhone can connect to WIFI without a Sim Card?

    knitfly wrote:

    6 IPhone can connect to WIFI without a Sim Card?

    Yes, assuming that the iphone 6 has already been activated.

  • cannot connect to database of point 12 c-mount is filled

    cannot connect to database of point 12 c-mount is filled

    SP2-0642: SQL*Plus internal error state 2133, context 24324:0:0
    

    ORACLE_HOME / oracle_sid was correct

    / etc/oratab has correct entries with indicator Y

    database of the House was filled with 100%. When to clean some trace files, database has started successfully.

    Thank you

  • Unable to connect pluggable database

    Hello

    Version: 12.1.0.2, platform: AIX, CBD: B12C, PDB: MYPDB1

    I am trying to connect newly created connectable to database. But it is throwing an error is not available and when I check open_mode is read/write for mypdb1 the database.

    Can you please help me where I am wrong? I fight with it more than a week.

    listener.ora :
    LSNRB12C =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
      )
    
    
    SID_LIST_LSNRB12C =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = B12C)
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME = B12C)
        )
        (SID_DESC =
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME =MYPDB1)
        )
      )
    
    
    tnsnames.ora for pluggable database:
    MYPDB1 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = MYPDB1)
        )
      )
    
    
    adc40 {oracle}:>lsnrctl status LSNRB12C
    LSNRCTL for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production on 09-SEP-2015 21:56:44
    Copyright (c) 1991, 2014, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=adc40)(PORT=1550)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LSNRB12C
    Version                   TNSLSNR for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production
    Start Date                08-SEP-2015 23:21:16
    Uptime                    0 days 22 hr. 35 min. 28 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/AIX/12102_64/network/admin/listener.ora
    Listener Log File         /oracle/AIX/diag/tnslsnr/adc40/lsnrb12c/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adc40)(PORT=1550)))
    Services Summary...
    Service "B12C" has 1 instance(s).
      Instance "B12C", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYPDB1" has 1 instance(s).
      Instance "MYPDB1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    
    
    adc40 {oracle}:>env |grep ORACLE
    ORACLE_BASE=/oracle/AIX
    ORACLE_SID=B12C
    ORACLE_HOME=/oracle/AIX/12102_64
    
    
    adc40 {oracle}:>sqlplus "/as sysdba"
    SQL*Plus: Release 12.1.0.2.0 Production on Wed Sep 9 22:01:50 2015
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    
    
    SQL> select NAME,OPEN_MODE,RESTRICTED from v$pdbs;
    
    
    NAME                           OPEN_MODE  RES
    ------------------------------ ---------- ---
    PDB$SEED                       READ ONLY  NO
    MYPDB1                         READ WRITE NO
    MYPDB2                         READ WRITE NO
    MYPDB3                         READ WRITE NO
    
    
    SQL> create user c##1 identified by oracle container=all;
    User created.
    SQL> grant create session to C##1 container=all;
    Grant succeeded.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    CDB$ROOT
    SQL>  alter session set container=mypdb1;
    Session altered.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    MYPDB1
    
    
    SQL> connect c##1/oracle@adc40:1550/b12c
    Connected.
    SQL> connect c##1/oracle@adc40:1550/mypdb1
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 2311
    Additional information: 186818867
    Process ID: 0
    Session ID: 0 Serial number: 0
    
    
    Warning: You are no longer connected to ORACLE.
    
    
    
    

    Can you please tell me why it shows database is unavailable, even if mypdb is open?

    Thank you

    Arul

    You cannot connect to a PDB file through a registration of the listener static like this, because there is just no SID not named MYPDB1. You must register the services dynamically. In the root.

    ALTER system set local_listener = "adc40:1550";

    editing the system registry;

    --

    John Watson

    Oracle Certified Master s/n

  • How can I create a new database without table using database configuration

    How can I create a new database without table using database configuration

    You can search for your "DBA 2 days" version oracle documentation for your version.  You should also read the manual of the concepts.  Create your own schema is pretty basic, all you have to do is to create a user.  Don't use dba or system for your own objects.

  • How to connect sql database to esxi to save all data from the virtual machine

    How to connect sql database to esxi to save all data from the virtual machine

    Please provide steps

    In simple terms, you cannot connect ESXi to SQL. Connect a vCenter SQL (Windows only).

    If you want to save all the data that is contained in your virtual machines, I suggest a backup solution.

    Suhas

  • Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside

    Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside the Jquery page. In the future I would also be able to add, to remove the DB records. Any help, tutorial... Thanks TG

    I would like to connect with the database instead of "writing" all the tables in the bearings inside the Jquery page

    This is usually done with a CMS (content management system). There are commercial products CMS like WordPress, Joomla and perch. You create one or several layouts and then create pages of these page layouts using the CMS. In this way, it is possible to have hundreds of pages, each with unique content, but a page layout that can be managed in a place of sharing.

    CMSs on shelf don't require programming skills. Otherwise, some of us write our own CMS with custom functions, but this requires back-end, as with PHP programming.

  • OATS Database Configuration tool not found

    Hey guys,.

    I wanted to just start the 'OATS Database Configuration tool', but I can't find it in "start > all programs > Oracle Application Testing Suite.
    I did a full install of OATS Version 9.31.0036.

    Someone at - it an idea?

    Best regards
    Dewi

    I'll try to check first if the dbConfiguration jar file exists on the server, and second, to get the absolute path to the pot in the command line.

    C:\Programme\Oracle\OracleApplicationTestingSuite\jdk\jre\bin\javaw.exe-Djava.library.path=C:\Programme\Oracle\OracleApplicationTestingSuite\oats\lib - cp C:\Programme\Oracle\OracleApplicationTestingSuite\wls\wlserver\server\lib\weblogic.jar; C:\Programme\Oracle\OracleApplicationTestingSuite\wls\wlserver\common\lib\pdev.jar;wlfullclient.jar-jar C:\Programme\Oracle\OracleApplicationTestingSuite\\lib\DBConfiguration.jar

    JB

  • o impossible to connect the database

    Hi Experts,

    When I try to connect the database in my local computer I get the error like below for past 3 days.

    Please help me with this problem, I have very important data in my db.

    OS: win xp.

    Error is:

    SQL > conn scott/password
    ERROR:
    ORA-01033: ORACLE initialization or shutting
    Process ID: 0
    Session IDs: serial number 0: 0


    SQL > conn sys/password AS SYSDBA
    ERROR:
    ORA-28056: audit event log entry records Windows failed
    OSD-248170904: Message not found 248170904. product = RDBMS. installation = SOSD
    S/O-error: (OS 1502) the event log file is full.
    ORA-01075: you are currently connected



    Thanks in advance.
    Surya.

    Your windows (start-> Run-> eventviewer) event log is full. Erase old newspapers and then try to connect to the database.

    Mark the thread as answered by providing appropriate points or else still this thread would be added to your account of the bunch of unanswered questions that you encounter ;)

    Keep the forum clean marking your questions answered!

  • Unable to connect target database using dbclient

    Hi all

    I installed database 11.2.0.2 successfully on linux machine.other machine is windows machine, I installed in CUSTOMER DB 11.2.0.2 by using db client unable to connect target database.


    Database version: 11.2.0.2(64 bit)

    Windows database: 11.2.0.2(32bit)


    Thank you
    GS

    I installed database 11.2.0.2 successfully on linux machine.other machine is windows machine, I installed in CUSTOMER DB 11.2.0.2 by using db client unable to connect target database.

    Set up Listener on the server?

    Can you tnsping from windows to linux machine?

Maybe you are looking for