ODI and Oracle VPD

Hi,
In order to access the data in a Oracle VPD enabled database - user identity needs to be propagated (setting the client identifier or setting a oracle user defined context).
In ODI the "On Connect/Disconnect" in the physical data server definition may be used to invoke a pl/sql procedure at the connect time to set the Oracle user defined context.
Few questions:
1. If the load plan has multiple scenarios they will be executed in different Oracle sessions(one scenario - one DB session) will this "On Connect/Disconnect" procedure fire every time a new Oracle session is created?
Its executing just once so the context setting is not happening for all the scenarios.
2. Is there a way to run multiple scenarios in a single oracle session?
Thanks
Amit

Sounds like bug 14067871
Cheers
David

Similar Messages

  • ODI and Oracle Business Rules

    Hi, I have a question that hopefully someone can give light to.
    Our current requirement for an ODI solution is to have business users create or edit rules (not just table constraints, but actual complex business process rules) that they would like to apply to the data during integration. I was thinking of two possibilities for this:
    1. Load a rule file in ODI and then execute the rules in ODI.
    2. Use Oracle Business Rule.
    Between the two options, which is most likely possible? I have yet to fully explore ODI so I'm not sure if both of these options are feasible. If not, can someone give me sound ideas to work on for this requirement?
    Thanks,
    Jason

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • Toplink and Oracle VPD

    Our dba's have VPD set up which limits data depending on who is logged in. Can this be supported with Toplink in 'Server' mode, using Session beans with POJO's?
    thanks,
    craig
    ps. if this is not supported, any suggestions?

    Craig,
    This is not currently an out of the box capability, but through TopLink's public API it has been successfully implemented at a couple of customer sites. These extensions to the TopLink persistence architecture have been done through our technical services team. Drop me an e-mail ([email protected]) and I'll connect you with the team to discuss your specific requirements and solution options.
    There are a number of ways Label Security (VPD) can be used from Java with TopLink. The solution used so far involves a custom OCI connection pool that TopLink can switch the user at runtime on. Then depending on the granularity of your user security requirements the TopLink sessions (shared or isolated) can be overlaid using these shared connections. Your application will need to provide user credentials to TopLink so the connection can be properly switched and TopLink's session cache will need to ensure the trusted application only sees cached objects valid for the provided user.
    We are working on adding this support more seamlessly for an upcoming release.
    Doug

  • Oracle Data Integrator (ODI) vs Oracle Golden Gate

    We are about to start a new data warehouse project, which will require a data integration product and have the following questions:
    - ODI provides near real-time data warehousing support: - What is the difference between ODI's near-realtime data warehousing features and Oracle Golden Gate's real-time data integration?
    - How does Oracle Golden Gate achieve Real-time Data Integration? (What kind of non-invasive techniquire/procedures/processes does it use to achieve Real-time Data Integration?
    - Obviously with Oracle Golden Gate being the superior Data Integration product, what is the future of ODI?
    - Is there any product convergence planned for ODI and Oracle Golden Gate by Oracle corp. in the near/far future?
    - Most importantly, what product should we use to implement the new project: ODI or Oracle Golden Gate?
    - What is the easier product to learn/implement: ODI or Oracle Golden Gate?
    Others, please feel free to add to the above questions/concerns.
    Thanks for all your help.

    Hi,
    I tried to install the essbase driver adapter on ODI, but I can't connect to Essbase using topology manager. Anyone know about essbase drivers for ODI. I used ODI 10.1.3.4.
    Thanks all.
    Regards,
    Sumardi

  • Database independant ETL in ODI for SQL Server and Oracle

    Hi,
    We have a requirement to create ETL which can be run for both SQL Server and Oracle.
    We have some tables to be filled from operational database to data warehouse using business requirement.Our goal is to create code which should be database independant.
    We will provide all DB details at the start of execution and it will code for as per provided details.
    The same can be achieved by Talend.
    I wanted to know if same can be achieved in ODI.
    Any pointers regarding this would be helpful.
    Thanks,
    Mahesh

    A quick trick: Provide one more value at the start of execution. It is something like a flag. For example db_flag. It can be either 'O' or 'S'.
    Open both  oracle and sql server KM. Copy one of the KM code to other KM and put an if condition to check the flag.
    if (#DB_FLAG.equalsTo("O")){
    Oracle code goes here...........
    }else{
    SQL Server code goes here...........
    Its a pure KM customization.
    Bhabani
    http://dwteam.in

  • Oracle VPD - RLS

    Dear Experts,
    We are implementing row level security at our organization to achieve Multi-Tenancy. Our DB Version is Oracle 11g release 2.
                                  At the application we have multiple skew id's, which exists in the master table at the database. Using Oracle VPD we want to implement row level security for different dependant tables which has skew id column. From the front end if application user select the specific skew id we want the end user to select or view particular rows pertaininig to the skew id. These skew id's are not constant they are added or modified on adhoc basis.
    We cannot create DB user's for mapping the VPD. I would appreciate, if you can give inputs with an example how to fulfill this requirement with an policy function , application context to understand what parameters need to be passed.
    Awaiting for your reply. Thanks

    Sorry - wrong forum. Although the forum title is multitenant this forum is for the 12c database version using the new multitenant architecture.
    Please mark the thread ANSWERED and repost it in the SQL and PL/SQL forum.
    PL/SQL
    When you repost you need to provide some sample data to show what you need to do.
    A standard parent/child table relationship would appear to do what  you want: when a parent SKEW_ID is used it will ONLY link to child rows with that same SKEW_ID.
    That is why you need to show an example of what you mean.

  • Can We use FDM as ETL tool between SQL and Oracle

    I want to use FDM as ETL tool between SQL and Oracle. Can it be possible. I didn,t found any target adapter for oracle database.My source system is SQL and Target system is Oracle database.
    Rahul
    Edited by: user12190125 on Nov 9, 2009 4:23 AM

    Rahul,
    I believe this is possible to do, but not an easy one and there are a few considerations:
    How much data are you processing? FDM has a lot of features which support the business process. While this is great for users and audit trail etc. it slows down performance if you want to process a lot of data. It also depends on the type of mappings you use (Like mappings are slower than explicit mappings).
    How familiar are you with VBScript? There is no explicit target adapter for Oracle, but there is a data mart adapter which can be used for anything. You have to implement everything yourself though, mainly the Export and Load actions. In there you will also have to handle the the connections to the MSSQL and Oracle databases.
    Check the data mart adapter and see if you feel comfortable with defining the vb code in there. There are reasons for and against this approach. ODI would probably be the better choice unless you really need to have FDM's process support.
    Regards,
    Matt

  • ODI and Hyperion Planning help

    Hi,
    I have 2 Hyperion Planning 9.3.1 servers setup for Finance and HR applications. I want to copy data from the HR application to the finance one.
    I have ODI 10.3.5 setup on a separate machine with Hyperion Planning adapter installed. In the topology manager when I try to create a new data server under Hyperion Planning, I don't see the Application (catalog) and Application (work catalog) drop downs filled.
    I have checked the RMI registry service running on the hyperion server and port 11333 is also free.
    I am new to ODI and I'm trying to configure it using Oracle's guides.
    Imran.

    Hi,
    I was following instructions on John's blog and now I'm stuck at a new error. While trying to start the agent I get the following error.
    E:\OraHome_1\oracledi\bin>E:
    E:\OraHome_1\oracledi\bin>CD OraHome_1\oracledi\bin
    The system cannot find the path specified.
    E:\OraHome_1\oracledi\bin>agentscheduler "-port=20300" "-name=odi_demo_agent"
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.core.Securi
    tyAccessException: Unable to establish a connection to the work repository, plea
    se check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.sunopsis.core.SecurityAccessException: Unable to establish a conn
    ection to the work repository, please check the connection parameters.
    ... 5 more
    Caused by:
    com.sunopsis.core.SecurityAccessException: Unable to establish a connection to t
    he work repository, please check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    I got the solution to this problem at this link Error while starting agent in ODI but its not working for me. I have done everything the way its described on the blog.
    Imran.

  • ODI-1241: Oracle Data Integrator tool execution fails.

    Hi
    I'm getting the following error while running the OdiOSCommand command. I'm running dos2unix command to convert text files from dos to unix format.
    Application tier is on a different host to the ODI setup. Getting the following error. Please help resolve this issue.
    Error : ODI-1226: Step OdiOSCommand fails after 1 attempt(s).
    ODI-1241: Oracle Data Integrator tool execution fails.
    Caused By: com.sunopsis.dwg.function.SnpsFunctionBaseException: ODI-30038: OS command returned 1.

    The issue was with the value set for the OUTPUT_DIR variable. It was pointing to the wrong location.
    After setting it correctly the package completed successfully.
    Thanks for all your replies.
    To anwser your question. We are finding junk data and need to run the command to remove them from the input files which are coming from a different source.
    Edited by: user761125 on Jun 3, 2012 11:38 PM

  • Invoking WSDL using OdiInvokeWebService tool in ODI and ORMB integration

    I did  all the configuration to invoke WSDL through OdiInvokeWebService to get response in the XML file got the following issue
    when in request file i send the XML with request parameter got via a Advance feature of the OdiInvokeWebService  tool.
    input file as
    *<?xml version = '1.0' encoding = 'UTF8'?>*
    *<CMODIXAIINTRequest>*
    *<CMODIXAIINT>*
    *<personID>23423423</personID>*
    *</CMODIXAIINT>*
    *</CMODIXAIINTRequest>*
    ODI-1217: Session OdiInvokeWebService (68001) fails with return code 7000.
    ODI-1226: Step OdiInvokeWebService 1 fails after 1 attempt(s).
    ODI-1241: Oracle Data Integrator tool execution fails.
    Caused By: com.sunopsis.wsinvocation.SnpsWSInvocationException: AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}VersionMismatch
    faultSubcode:
    faultString: Version Mismatch
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}stackTrace:Version Mismatch
         at org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:103)
         at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1328)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:375)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:321)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:1792)
         at com.sunopsis.wsinvocation.client.impl.axis.AxisClientImpl.invoke(AxisClientImpl.java:152)
         at com.sunopsis.wsinvocation.client.impl.axis.AxisClientImpl.requestReply(AxisClientImpl.java:229)
         at com.sunopsis.dwg.tools.InvokeWebService.actionExecute(InvokeWebService.java:303)
         at com.sunopsis.dwg.function.SnpsFunctionBase.execute(SnpsFunctionBase.java:273)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3185)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:1414)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2785)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)
         {http://xml.apache.org/axis/}hostname:IFLEXPAW061
         at com.sunopsis.wsinvocation.client.impl.axis.AxisClientImpl.requestReply(AxisClientImpl.java:265)
         at com.sunopsis.dwg.tools.InvokeWebService.actionExecute(InvokeWebService.java:303)
         at com.sunopsis.dwg.function.SnpsFunctionBase.execute(SnpsFunctionBase.java:273)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3185)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:1414)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2785)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:619)
    ================================================================================
    I also tried with the request file (got from soap ui) as
    *<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"*
    xmlns:cmod="http://oracle.com/CMODIXAIINT.xsd">
    *<soapenv:Header/>*
    *<soapenv:Body>*
    *<cmod:CMODIXAIINT>*
    *<cmod:personID>9571248085</cmod:personID>*
    *</cmod:CMODIXAIINT>*
    *</soapenv:Body>*
    *</soapenv:Envelope>*
    Got the following error
    ODI-1217: Session OdiInvokeWebService (70001) fails with return code 7000.
    ODI-1226: Step OdiInvokeWebService 1 fails after 1 attempt(s).
    ODI-1241: Oracle Data Integrator tool execution fails.
    Caused By: com.sunopsis.wsinvocation.SnpsWSInvocationException: Part does not exist:Header
         at com.sunopsis.wsinvocation.client.impl.AbstractMessageImpl.loadFromXML(AbstractMessageImpl.java:251)
         at com.sunopsis.wsinvocation.client.impl.AbstractMessageImpl.loadFromString(AbstractMessageImpl.java:304)
         at com.sunopsis.wsinvocation.client.impl.AbstractMessageImpl.fromString(AbstractMessageImpl.java:359)
         at com.sunopsis.wsinvocation.client.impl.AbstractJWSDLParserImpl.fromXML(AbstractJWSDLParserImpl.java:209)
         at com.sunopsis.wsinvocation.client.impl.AbstractJWSDLParserImpl.getWebServiceRequestByOperation(AbstractJWSDLParserImpl.java:204)
         at com.sunopsis.dwg.tools.InvokeWebService.actionExecute(InvokeWebService.java:299)
         at com.sunopsis.dwg.function.SnpsFunctionBase.execute(SnpsFunctionBase.java:273)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:3185)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java:1414)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2785)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Please help me to resolve this version issue in case when request file is XML from advance option_*
    and Part does not exist:Header  incase of request file in soap ui request format._*
    Thanks for ur help.....
    Edited by: user10684753 Dev on Jan 5, 2011 1:37 AM

    Hi,
    what is your ODI version?
    Cezar Santos
    http://odiexperts.com

  • Comparison between ODI and Enterprise Service Bus (ESB)

    Hi,
    As per my knowledge Oracle has provided two infrastructures, namely ODI and ESB for migrating data across applications.
    My query is where I should use ESB and where ODI. Is there any comparison document available? I heard that for bulk data movement ODI is suggested by Oracle. Is there any benchmark exists for comparing these two tools?
    I also want to map these tools with Oracle E-Business suite's conversion process. Is it possible to map each stage of a traditional Conversion Process (Data Loading, Validating, Importing to Oracle EBusiness Suite) using these tools?
    Any kind of help/idea will be very much appreciated.
    Regards.
    Tapas

    I also think that same way. I do not know what is so apecial about BEA Aqualogic ESB and other market matured ESB products such as TIBCO & SONIC. The samples which BEA has given in their evaluation guide are very simplistic. BEA should do more to provide extensive knowledge/features about their Aqualogic line of products.

  • Whats the difference between FDM and ODI and DIM

    Hi Everyone,
    Can Anyone explain the diff between FDM,ODI and DIM
    Thanks!
    Vaneet

    FDM is purpose-built for--though not strictly limited to--loading financial data from external sources into Hyperion financial performance management applications, such as HFM, Planning, Essbase, etc. It it commonly used in financial consolidation/closing process, and it has many native features expected and required to support that type of activity. FDM is very well-suited to its intended purpose in serving the finance community of an enterprise. FDM is not so well-suited as a more generalized ETL tool, nor as a tool for maintaining application metadata.
    ODI and DIM, on the other hand, are both general-purpose, enterprise-class ETL tools. Unlike FDM, they can be used to maintain application metadata, although they aren't necessarily the best tools to use for that purpose in every situation. Both tools are much more IT-centric than FDM.
    DIM is actually Informatica PowerCenter bundled with some pre-build adapters for Hyperion products. In ODI vs. DIM, ODI is clearly Oracle's strategic product going forward.
    A restricuted-use ODI license is now included with several Hyperion products (e.g., Planning), whereas FDM and DIM licenses are not. But if one of your main requirements is to transfer financial data in a consolidation process, FDM is hard to beat.

  • ODI and OWB???

    Hi every one I would like to know the difference between Oracle Data Integrator and Oracle Warehouse Builder. Can I use ODI in place of OWB or in reverse??
    Thanks,
    Pratap.

    1. OWB comes free with the 11g DB where as you need to buy ODI.
    2. ODI is acquired by Oracle from Sunopsis where as OWB is Oracle's own.
    3. ODI is compatible with Webservices etc where as in OWB you cannot call a webservice.
    4. For ODI the metadata can be stored in any relational database from any vendor; where as OWB you need Oracle to store the metadata.
    5. OWB is ETL whereas ODI is ELT. It takes the power of the target database for Transformation.
    6. Data Quality comes free with OWB whereas you need to Buy DQ as a separate module for ODI
    7. ODI is completely written in open standard Java language not sure about OWB
    8. OWB is good for Data Mininng.
    9. ODI easily integrates with Oracle SAO suite tools such as BPEL and ESB
    10. I may be wrong but - I think Informatica is a better tool for pure and complex data warehousing projects. Where as ODI is an excellent tool for Integration projects.
    my 2 cents
    :)

  • Select query differences between oracle 9 and oracle 8.

    Hi,
    I have a problem using the select query between oracle 7 and oracle 9i I don't have the same result :
    ex:
    With oracle7
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP 'CHAMP
    champ1 champ2
    With Oracle 9
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP1' 'CHAMP2'
    champ1 champ2
    So Can someone tell me how to solve this problem ? Is there a parameter in oracle 9 to set?
    Thanx.

    Whenever you are posting anything over internet forums like this - you should be very careful about not just posting the details which requires to solve the problem - also should be sensible about your question.
    This is not at all desired when you are posting such question. It may be because - you may not well aware of the fact.
    My suggestion is -> First Go through the basics Of SQL in general.
    Then go for any specific product like Oracle/ SQL Server/ Sybase etc.
    And, finally learn the advanced commands of that DB.
    You asked it - may be you thought the difference in output in terms of lines. But, that is not your actual output. That is the graphical display part only.
    Anyway,
    You can get the quite familier output by first type the following command ->
    set lin 310Regards.
    Satyaki De.

  • Oracle Single Sign on and Oracle Internet Directory

    Hello Gurus,
    What is the relationship between Oracle Single Sign on and Oracle Internet Directory.
    To my understanding, OID is required to install SSO.
    If OID already exist, can we just install SSO and go on integrating it to existing OID.
    Great Thanks,
    vimal jain.
    [email protected]

    Hi Tim,
    I've been working on this and could reproduce the issue with anonymous binds. A fix will be ready in 4.2.1.
    So what I really need is the password used for login to pass to the is_member call.The P101_PASSWORD item does not save state. However, you can access the value during submit processing of the login page, for example in the post authentication function of your authentication scheme. People sometimes put code in there to query the user's groups (e.g. with apex_ldap.member_of2) and save them in an application. This item value can then be used in the authorization schemes.
    Regards,
    Christian

Maybe you are looking for

  • A new Encore user's experience.

    Being as this is a louge this might be a place to share. First, I am not a pro, but I have been using Premiere since 4.2 to produce simple teaching videos and over time have gotten to where I have done more fun stuff and even a couple of events, for

  • IPhoto won't open! How can I get it to open?

    (Hey, I just checked in after not doing so for many months........ and I like this new letter template!!) I have Snow Leopard 10.6.8. (It says 10.6.5 below, but that has not yet been updated.) The message window says that I have iPhoto 9.1.5 installe

  • The enter key to login pages no longer works in Firefox 5

    After upgrading to Firefox 5 hitting the enter key after entering my password on login page does nothing. Before it would submit the page. This was a problem with the beta, too, and I had to downgrade to 4 to fix it. That works fine in 4.

  • AyUdA!!!!!! hElP!!!!!!!! iPoD wOnT SyNc oR ChArGe wIt My pC No mOrE

    ok my friend wanted me to put some songs in her ipod so i plugged it in and it read it and everything but it had old software. I opened ipod updater and left it restoring while i went to go do sumthing real quick. I came back and it finished restorin

  • Missing Airport Antenna!!!

    Sorry for having double posted, but I inadventently put this in the Intel based iMac forum. I'm installing an Airport Extreme Card in my iMac G5 20". Trouble is, there is no antenna! It's just plain not there! Any ideas short of taking it to the Appl