Support for VPD Policies in SQL Developer?

I've searched the GUI, the help and the google (TM). Is there support for VPD Policies in Oracle SQL Developer. Examples of things would be to enable and disable them, create new ones, etc.

Not as such, but you can always manage them through worksheet statements.
You can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
Regards,
K.

Similar Messages

  • Differences between TOAD for Oracle and Oracle SQL Developer?

    Does someone know the advantages and disadvantages of using TOAD for Oracle and Oracle SQL Developer?
    I work making reports with TOAD, but in a few days I will have to use the SQL Developer (because it´s free) unless I justify the necessity of using TOAD.
    Could some that used both compare them?
    Thanks,
    Facundo.

    Hello Facundo,
    since we are rolling out new client PCs we switch from Toad to SQL Developer. Therefore I'm doing some training for the "normal" users and our developers.
    Most users simply want to have access to the data in tables and views. For those there are 2 main issues:
    - Filters get lost when exiting table while sorting is still applied. Since there is no way to apply filtering before entering the data tab this can become a great performance issue because sorting is applied to many many rows. For views it is sometimes impossible to open the data tab.
    - Exporting date values to Excel needs some know how if you want to sort by this column in Excel, because the date is formatted as "Standard" meaning that the sorting is done as for a text column: 01.01.2009 is less than 02.01.2008. Here you have to use a workaround column with a formula (=1*<datecolumn>)
    The greatest Pro is the easy sharing of connections and reports by XML files.
    Our developers like the easy debugging in SQL Developer. Though they miss the feature that the source is compiled for debug automatically as in Toad. For this we have distributed a script that compiles any PL/SQL object for debugging.
    There are only some Toads installed for DBAs and for users that need access to tables protected by policies that require authentification by OS user since this information is not passed under every circumstance.
    Regards
    Marcus

  • How to maintain Entries for VIEWS in ORacle Sql developer

    hi gurus,
    Could you please help in maintaining an entries for VIEW is Oracle SQL develope...I have created a VIEW by name SD_WH08....now i need to maintain some entries in this for my testing purpose...how do i do this?
    Your help is very much appreciated.
    Regards

    What do you mean by "maintaining an entries for VIEW" ?
    K.

  • Support for Windows Authentication in SQL Server Plug-in

    I can't find anything in the documentation, or maybe my eyes are subconsciously skipping over the section. Does the 3.2.3.1.0 SQL Server plug-in support Windows Authentication? We have stopped using Mixed-Mode in our SQL Server 2005 Databases.

    Not as such, but you can always manage them through worksheet statements.
    You can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • Trying to install Support for DTS packages in SQL server 2008

    Hi all
    I am trying to follow the instructions in the following link...
    technet.microsoft.com/en-us/library/ms143755(v=sql.105).aspx
    ...to install support for DTS packages - when it says on the Feature Selection page, select Integration Services - none of the installs I have tried show this as an option - what should I be installing in order to see this and get this feature installed?
    I just need to be able to view some DTS packages - help!
    Thank you! James

    Hello James,
    as can be read in the article:
    Microsoft SQL Server 2008 Service Pack 2 Feature Pack => SQLServer2005_BC.msi  (BC
    = backward compatibilty).
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to set default path for file open in SQL Developer

    Hi,
    I am new to Oracle SQL Developer. Everytime when I open a file, it will default to the install directory. It is hurtingmy hand because I have to click back to the folder where I put my sql statements.
    Is there any way to set the Home or Work button to point to the location I like? or add anther button to point to my folder? I just don't want to click 5 to 10 times to open a file.

    There are a few things. One is that you can set a working directory for any files you run in the SQL Worksheet i.e. @myfile.sql will pick up this directory.
    You can also set a preference for exporting files.
    Also if you use File -> Open, it should remember where you were the last time, so you hunt the first time, then it remembers for the next time. There is a bug for ctrl-O that always goes back to the original directory, but that has been fixed for the next patch release, so ctrl -O will also remember where you were last.
    The differences here are because we are dependent on the IDE from JDeveloper, and so we don't have full control over the Save and Open dialogs. We are aware of this frustration and are planning to change this for a future release.
    Regards
    Sue

  • Prompt For User Input in SQL Developer

    I am using the '&' in a very basic SQL select script, but I do not get a prompt for my input. However, i have used the '&' in update scripts and it does prompt me.
    For example:
    select DCC_DESCRIPTION
    from S_TBLDTMINOR
    where DCC_DTMINOR = &Minor;
    Gives an ORA-01008 error (not all variables bound).
    If it's a varchar field and I use '&Minor' - it executes with no error, but does not prompt for data. Please note:  this script works when it's run in SQL*Plus, but not in SQL Developer.
    If I execute:
    update S_TBLDTMINOR
    set DCC_DESCRIPTION = 'Mark & Wilson'
    where DCC_DTMINOR = 'AAA';
    It does prompt me for a value (but I do not want it to).
    So I know prompting works in SQL Developer, but it does not work in select statements.
    Is this a configuration setting I can change in SQL Developer? I know I can use the escape in the update statement to avoid the prompt, but I'm not concerned with that. I'm trying to get the prompting to work in the select statement.
    Edited by: user12289057 on Feb 23, 2012 11:17 AM

    Hi user12289057,
    1/Not sure what your testcase is (including table definition), I was trying to reproduce with:
    select * from dual where dummy = '&myin'
    2/Try
    undefine Minor
    to ensure Minor is not already set.
    3/Minor may need to be quoted if it is a string.
    Short blog post on substitution and bind variables.
    http://totierne.blogspot.com/2010/04/substitution-and-bind-variables.html
    -Turloch
    SQLDeveloper team.

  • Turn off Prompt for changes internal in SQL Developer

    We have created an SMS package to deploy SQL Developer in our organization.
    We would like to turn off the "check for updates switch".
    Is this a registry setting or in one of the files

    Thanks for the insight.
    I have been checking out the tool.
    We are going to use it to replace TOAD in 2008.
    Hopefully, it will stay "Free"!

  • Prompt for bind variables in SQL developer

    Hi!
    Just installed the latest 3.2 version of SQL Developer, and tried to do an explain plan.
    Now the tool prompts me for values for the bind variable. It didn't do that in my previous version (version 3. something).
    Thats anoying :-)
    How do I disable that feature?
    Example:
    explain plan for
    select * from emp
    where department_id = :1;
    If i right click on the statement or press F10, I get no prompt for the bind variable...
    Regards
    Søren

    Old fashioned way, like this:
    EXPLAIN PLAN FOR
    SELECT * FROM scott.emp
    where deptno = :1;
    SELECT PLAN_TABLE_OUTPUT FROM TABLE(DBMS_XPLAN.DISPLAY());
    Executed with F5 gives me this output
    plan FOR succeeded.
    PLAN_TABLE_OUTPUT
    Plan hash value: 3956160932
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 5 | 190 | 3 (0)| 00:00:01 |
    |* 1 | TABLE ACCESS FULL| EMP | 5 | 190 | 3 (0)| 00:00:01 |
    Predicate Information (identified by operation id):
    1 - filter("DEPTNO"=TO_NUMBER(:1))
    13 rows selected

  • Where can I find more OBE like the one for Database xE and SQL Developer?

    Hi,
    I tried to post on the OBE forum but it is expired.
    I found the downloadable OBE, or tutorial, very good resources for me to learn Oracle, like the one for XE and SQL developer, which you can download, not just read online, and see as many times as you can, with flash stuffs inside,
    Will you make more this kind of OBE?
    Where can I find them?
    Peter

    Hi Hans,
    I know the above address you offered but those are
    not downloadble.So do what I do .... CTRL-S (save page)
    As an Oracle trainer, I consider the OBEs to be very important. I doubt that Oracle will get rid of them.
    However, it takes time to make them. I suspect that they are created when a new feature needs to be demonstrated and the product management has the resources available.
    I just wish they would make the original set from Oracle8i available. They provided some very important basics which have long since hit the archive pile.
    I'm sure that some of the ACEs would be happy to upgrade them to Oracle10g/11g level. I know I would be willing to contribute to that effort.

  • Pivot Dynamic for Query in Oracle SQL DEVELOPER ??

    Hi
    I have the following question, someone who has a dynamic pivot.
    I need a dynamic query that is that when the transfer column to row do receiving any type declared as these can change data.
    Example:
    ID_PROJECT
    PROJECT STAGES
    DATE
    12345
    Requirement Analysis
    17-01-2013
    12345
    Quotation
    20-01-2013
    12345
    Project Preparation
    29-01-2013
    12345
    Model Verification
    04-02-2013
    12345
    Closed requirement
    10-02-2013
    23456
    Building and Unit Tests
    With dynamic pivot:
    ID_PROJECT
    Requirement Analysis
    Quotation
    Project Preparation
    Model Verification
    Closed requirement
    12345
    17-01-2013
    20-01-2013
    29-01-2013
    04-02-2013
    10-02-2013
    I mean that in this case the stages of the project will be changing.

    Hello,
    Do you want to do this in an SQL - Developer application-setting or by using any SQL / PLSQL block or both ?

  • Saving subview for furture reference in sql developer 4.0.3

    Can i save the subview and displays in sqldeveloper 4.0.3 , if so ? how can i do it?

    You can save your data model (including any subview and display diagrams) by selecting Data Modeler > Save from the File menu.
    This creates a .dmd file and a folder with the same name.
    You can later reload the data model in SQL Developer by selecting Data Modeler > Open from the File menu.
    Also, when your subview or display diagram is being displayed, you can print it by selecting Data Modeler > Print Diagram from the File menu.

  • Support for mysql or ms sql server ?

    Does sunone support mysql or ms sql server, I keep getting the following when I try to deploy an entity bean using either database.
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- java.lang.RuntimeException: The schema file sequence, does not contain a table named SEQUENCE
    I'm using the dbschema generated by Forte, is there some hand editing I need to do to get it to work? I'm still confused why this schema is necessary, never had to go through such an annoying process with IAS or weblogic.
    Here's my schema:
    <?xml version="1.0" encoding="UTF-8" ?>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.SchemaElement" ID="com.sun.forte4j.modules.dbmodel.SchemaElement113759">
    <versionNo>2</versionNo>
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl14130741">
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.SchemaElement113759"/>
    </element>
    <_catalog>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier13872011">
    <name>jbush</name>
    </OBJECT>
    </_catalog>
    <_username>dbo</_username>
    <_driverName>i-net SPRINTA 2000</_driverName>
    <_driverVersion>3.04</_driverVersion>
    <_url>jdbc:inetdae7:149.24.18.160:1433?jbush</_url>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier10703853">
    <name>seq</name>
    </OBJECT>
    </_name>
    <_driver>com.inet.tds.TdsDriver</_driver>
    <tables>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection1698697">
    <_elms>
    <ARRAY SIZE="1" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.TableElement">
    <ROW ROW="0">
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.TableElement" ID="com.sun.forte4j.modules.dbmodel.TableElement-64018320">
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553">
    <table>sequence</table>
    <columns>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection7791938">
    <_elms>
    <ARRAY SIZE="2" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    <ROW ROW="0">
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.ColumnElement" ID="com.sun.forte4j.modules.dbmodel.ColumnElement1290031433">
    <declaringTable>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.TableElement-64018320"/>
    </declaringTable>
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.ColumnElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.ColumnElementImpl431013">
    <_precision>
    <OBJECT CLASS="java.lang.Integer" ID="java.lang.Integer255">
    <value>255</value>
    </OBJECT>
    </_precision>
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.ColumnElement1290031433"/>
    </element>
    <_scale>
    <OBJECT/>
    </_scale>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier13059074">
    <name>name</name>
    </OBJECT>
    </_name>
    <_isNullable>false</_isNullable>
    <_type>12</_type>
    <_length>
    <OBJECT REFERENCE="java.lang.Integer255"/>
    </_length>
    </OBJECT>
    </impl>
    </OBJECT>
    </ROW>
    <ROW ROW="1">
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.ColumnElement" ID="com.sun.forte4j.modules.dbmodel.ColumnElement-1947358447">
    <declaringTable>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.TableElement-64018320"/>
    </declaringTable>
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.ColumnElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.ColumnElementImpl4332208">
    <_precision>
    <OBJECT CLASS="java.lang.Integer" ID="java.lang.Integer10">
    <value>10</value>
    </OBJECT>
    </_precision>
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.ColumnElement-1947358447"/>
    </element>
    <_scale>
    <OBJECT CLASS="java.lang.Integer" ID="java.lang.Integer0">
    <value>0</value>
    </OBJECT>
    </_scale>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier15083736">
    <name>_index</name>
    </OBJECT>
    </_name>
    <_isNullable>false</_isNullable>
    <_type>4</_type>
    <_length>
    <OBJECT REFERENCE="java.lang.Integer10"/>
    </_length>
    </OBJECT>
    </impl>
    </OBJECT>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553"/>
    </owner>
    </OBJECT>
    </columns>
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.TableElement-64018320"/>
    </element>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier8623087">
    <name>sequence</name>
    </OBJECT>
    </_name>
    <isTable>true</isTable>
    <keys>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection6518090">
    <_elms>
    <ARRAY SIZE="1" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.KeyElement">
    <ROW ROW="0">
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.UniqueKeyElement" ID="com.sun.forte4j.modules.dbmodel.UniqueKeyElement-1935265242">
    <_associatedIndex>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.IndexElement" ID="com.sun.forte4j.modules.dbmodel.IndexElement-1935265242">
    <declaringTable>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.TableElement-64018320"/>
    </declaringTable>
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.IndexElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.IndexElementImpl6639084">
    <columns>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection15936586">
    <_elms>
    <ARRAY SIZE="1" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    <ROW ROW="0">
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.ColumnElement1290031433"/>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553"/>
    </owner>
    </OBJECT>
    </columns>
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.IndexElement-1935265242"/>
    </element>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier14601066">
    <name>PK__sequence__65370702</name>
    </OBJECT>
    </_name>
    <tei>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553"/>
    </tei>
    <_unique>true</_unique>
    </OBJECT>
    </impl>
    </OBJECT>
    </_associatedIndex>
    <declaringTable>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.TableElement-64018320"/>
    </declaringTable>
    <impl>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.UniqueKeyElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.UniqueKeyElementImpl16555948">
    <columns>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection15874598">
    <_elms>
    <ARRAY SIZE="1" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    <ROW ROW="0">
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.ColumnElement1290031433"/>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.ColumnElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.UniqueKeyElementImpl16555948"/>
    </owner>
    </OBJECT>
    </columns>
    <element>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.UniqueKeyElement-1935265242"/>
    </element>
    <_name>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier5692381">
    <name>PK__sequence__65370702</name>
    </OBJECT>
    </_name>
    <_primary>true</_primary>
    </OBJECT>
    </impl>
    </OBJECT>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.KeyElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553"/>
    </owner>
    </OBJECT>
    </keys>
    <indexes>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection12944408">
    <_elms>
    <ARRAY SIZE="1" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.IndexElement">
    <ROW ROW="0">
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.IndexElement-1935265242"/>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.IndexElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.TableElementImpl14348553"/>
    </owner>
    </OBJECT>
    </indexes>
    </OBJECT>
    </impl>
    </OBJECT>
    </ROW>
    </ARRAY>
    </_elms>
    <_template>
    <ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.TableElement">
    </ARRAY>
    </_template>
    <owner>
    <OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl14130741"/>
    </owner>
    </OBJECT>
    </tables>
    <_databaseProductVersion>8.0.194</_databaseProductVersion>
    <_schema>
    <OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier8165687">
    <name></name>
    </OBJECT>
    </_schema>
    <_databaseProductName>Microsoft SQL Server</_databaseProductName>
    </OBJECT>
    </impl>
    </OBJECT>

    Thanks for the help, the migration tool translated all my table names and columns names into caps, lowercasing these babies in the sun-cmp-mappings.xml fixed the problem.
    Just for the record, for anyone else who is trying to use mysql, here is what my connection pool looks like in server.xml:
    <jdbc-connection-pool steady-pool-size="8" max-pool-size="32" max-wait-time-in-millis="60000" pool-resize-quantity="2" idle-timeout-in-seconds="300" is-isolation-level-guaranteed="false" is-connection-validation-required="false" connection-validation-method="auto-commit" fail-all-connections="false" datasource-classname="org.gjt.mm.mysql.jdbc2.optional.MysqlDataSource" name="jdbcPool">
    <property value="jbush" name="DatabaseName"/>
    <property value="localhost" name="serverName"/>
    <property value="3306" name="port"/>
    <property value="root" name="User"/>
    <property value="root" name="Password"/>
    </jdbc-connection-pool>

  • Add support for products that say No development planned in Vi

    I see now all cards...Even Q4-release ones, all have a non-beta driver? available...seems like your all done now?, and ahead of the game?.... I have a 8mth old Webcam Li've! Pro that has no development planned, that you could work on a driver for Vista 64bit...

    Well what im saying is they seem to be 'ahead of the game' (even tho my x-fi has the rare crackle)...Just saying it be nice if they would support products that are not that old...products that they are still selling. I bought many Creative devices..(speaker system, soundcards, webcams) as did everyone else. Would be nice to get more use out of my webcam li've pro yet.?Guess my biggest item was sound..and for the most part it is pretty decent...im sure the driver will be improved in short time.?

  • ODSI support for return type "PL/SQL TABLE"?

    Hello!
    We are trying to connect our ODSI to an Oracle function with return type "PL/SQL TABLE". The ODSI "wizard" (used to create the physical data service) seems to understand the interface during creation, but when executed it fails. The ODSI server complains about wrong type (PLS-00382: expression is of wrong type) when we execute it from the "test tab".
    The function's metadata is looks like this:
    <params xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:pn1="ld:physical/rekondis/CALC_DEBITING" >
    <param name="RETURN_VALUE" kind="return" xqueryType="pn1:RETURN_VALUE_ROW" nativeTypeCode="1111" nativeType="PL/SQL TABLE"/>
    <param name="PIN_CASE_ID" kind="in" xqueryType="xs:decimal" nativeTypeCode="3" nativeType="NUMBER"/>
    <param name="PIN_ACTION_CODE" kind="in" xqueryType="xs:decimal" nativeTypeCode="3" nativeType="NUMBER"/>
    <param name="PI_AD_NAME" kind="in" xqueryType="xs:string" nativeTypeCode="12" nativeType="VARCHAR2"/>
    </params>
    Any ideas how we can make this work!? Or is this not even supported in ODSI 10.3?
    Thanks!
    // Mikael

    Please refer to the documentation - http://download.oracle.com/docs/cd/E13162_01/odsi/docs10gr3/datasrvc/Create%20Physical%20Data%20Services%20from%20Stored%20Procedures.html

Maybe you are looking for

  • How to merge tableView headers

    Hi, I have a requirement that in an htmlb tableView the herader has two sub divisions, Then the result will be like teo header rows, first with main headers and second with sub divisions. For eg: For the year 2006, there are columns for Earned amount

  • JCo Error while trying to Deploy and Run FlightList Demo

    I have build and deploy the FlightList Demo. Now when i try to Run, i get the following error: ERROR: group SPACE not found

  • Scan OS X 10.9.4

    Hi, I have juts bought a new Mac (OS X 10.9.4) and now my HP Officejet 6500A will still print, but not scan anymore. I used to use "HP Scan 3" for scanning, but this gives me the following error message now: "HP Scan 3 kann aufgrund eines Problems ni

  • Unable to install Inspiration Browser Update

    I have windows 7 on an HP G72 laptop. I uninstalled the Inspiration Browser and Adobe Air prior to attempting the update (as INSTRUCTED!), but the installation of the new Inspiration Browser fails, over and over again. I have tried all the solutions

  • (probably) The last GW8 Netware Server in NYC Query

    i think GW8 on Netware is similar to an iPhone -- it just works! But now i'm being forced to migrate to gw2014 on Linux its about time. Environment: 40 users, 1 domain, 1 post office 1 gwia 1 webaccess. I had gwava 4 on this box but gwava has since b