DateTime Problem

Hi there,
We are using Oracle 11g, moved(with Export/Import method) our database to x64 Windows Server 2008 , I were using a Java stored procedure like
DateFormat sdfFormatter = new SimpleDateFormat("HH:mm:ss");
Date dtNow = new Date();
Date dtLivre = new Date();
dtNow = sdfFormatter.parse(sdfFormatter.format(dtNow));
dtLivre = sdfFormatter.parse(rsTimeTable.getTime("departure_time").toString());
Long lngDif = dtNow.getTime() - dtLivre.getTime();
That code piece was working old server(x32 Windows Server 2008) but on new server its giving an error like ' Unparseable date: "16:01:01" ' , I installed JDK 1.6 on new server that code is working well. I checked Regional Settings too , booth server have same settings. I'm gonna crazy. Really this is so important for me ... Thx for help ...

Gaara wrote:
Hi there,
We are using Oracle 11g, moved(with Export/Import method) our database to x64 Windows Server 2008 , I were using a Java stored procedure like
DateFormat sdfFormatter = new SimpleDateFormat("HH:mm:ss");
Date dtNow = new Date();
Date dtLivre = new Date();
dtNow = sdfFormatter.parse(sdfFormatter.format(dtNow));
dtLivre = sdfFormatter.parse(rsTimeTable.getTime("departure_time").toString());
Long lngDif = dtNow.getTime() - dtLivre.getTime();
That code piece was working old server(x32 Windows Server 2008) but on new server its giving an error like ' Unparseable date: "16:01:01" ' , I installed JDK 1.6 on new server that code is working well. I checked Regional Settings too , booth server have same settings. I'm gonna crazy. Really this is so important for me ... Thx for help ...Not sure, but may be you should use HH24 instead of HH and change mm to mi. Because mm to mi .. Because mm is MONTH whereas mi is Minute :)
      DateFormat sdfFormatter = new SimpleDateFormat("HH24:mi:ss");Edited by: Kamran Agayev A. on Sep 18, 2009 11:09 AM

Similar Messages

  • Datetime problem in forms-9i

    Hi all,
    In designer-9i generated forms, the DATE or DATATIME data types are interpreted in forms without the time part being not displayed. Is there any other setting in designer required to achieve this (i.e. to display the time portion in a date type field).
    Is the above a bug or the process followed is incorrect? Is there any workaround?
    Suprabhat.

    Was a PLL problem. Solved now....

  • DateTime problem (java.util.*)

    GregorianCalendar day=new GregorianCalendar();
              s=day.getTime().toString();
              System.out.println(s);
    // It displays like this          
    //Wed Aug 31 13:33:19 GMT+06:00 2005
    //I want to get only this:
    //Aug 31 2005
    HOW CAN I DO THIS..?

    SimpleDateFormat sdf =new SimpleDateFormat(" MMMM dd yyyy");
                   GregorianCalendar day=new GregorianCalendar();
                   String formatted =sdf.format(day.getTime());
                   System.out.println("Date" + formatted);

  • How do I pass the exact datetime parameter in a procedure.

    How do I pass the exact datetime parameter in a procedure.
    Hi All,
    I have a datetime problem which is driving me crazy.
    I need pass a datetime field as a parameter in an oracle procedure exactly as below with timestamp.
    Example: '6/01/2005 5:25:24 AM'
    SQL > exec myprod(‘value1’,’value2’,’value3’, to_date('6/01/2005 5:25:24 AM','dd-mm-yyyy hh24:mi:ss'));
    I get an error “INVALID MONTH”
    Next Changed to_date to to_char
    SQL > exec myprod(‘value1’,’value2’,’value3’, to_char('6/01/2005 5:25:24 AM','dd-mm-yyyy hh24:mi:ss'));
    I get a different error, “INVALID NUMBER”
    Next pass the datetime as it is.
    SQL > exec myprod(‘value1’,’value2’,’value3’, '6/01/2005 5:25:24 AM');
    I get an error “INVALID MONTH”
    Here is the my procedure.
    CREATE OR REPLACE PROCEDURE myprod (
    p_value1 varchar2,
    p_value2 varchar2,
    p_value3 varchar2 ,
    p_value4 date )
    IS
    filehandler UTL_FILE.FILE_TYPE;
    va_currentdate DATE;
    BEGIN
    SELECT sysdate
         INTO va_currentdate
    FROM dual;
    END;
    Do you know any solutions for this problem.
    Thanks

    What is your NLS_DATE_FORMAT value?
    There seem to be some implicit data conversions in your arguments.
    SQL> select parameter,value from nls_session_parameters where parameter like '%DATE%';
    PARAMETER                                                    VALUE
    NLS_DATE_FORMAT                                              YYYY-MM-DD HH24:MI:SS
    NLS_DATE_LANGUAGE                                            AMERICAN
    SQL> select to_date('6/01/2005 5:25:24 AM','dd-mm-yyyy hh24:mi:ss') from dual;
    select to_date('6/01/2005 5:25:24 AM','dd-mm-yyyy hh24:mi:ss') from dual
    ERROR at line 1:
    ORA-01830: date format picture ends before converting entire input string
    SQL> select to_date('6/01/2005 5:25:24 AM','dd-mm-yyyy hh:mi:ss am') from dual;
    TO_DATE('6/01/20055
    2005-01-06 05:25:24

  • Problem with datetime data type in Web Service

    Hi,
      I created local ABAP proxy based on a WSDL and some of the fields for the SOAP methods has data type datetime:
    name="MsgEndTimeStamp" type="s:dateTime" />
    name="MsgStatus" type="s:string"/>
    Since ABAP stack doesnt support dataTime data type it has created the proxy method with data type STRING.  Now when I call the proxy method (consuming the service) I get an error:
    <CODE>SoapFaultCode:4</CODE>
    <ERRORTEXT>Server was unable to read request. --> There is an error in XML document (1, 626). --> String was not recognized as a valid DateTime.</ERRORTEXT>
    I am sure others have faced the same issue.  Can someone help?
    Thanks

    Thanks but I dont think that link is much relevant to the problems I am facing, because I cannot change the web service definition as it is used by many others.  Also the target application runs on oracle so thats why some of the fields are datetime and I dont want to change that, even if I could.
    I am just stuck in creating the wrapper program to call the service since the SAP converts datetime data type to string and when the messages gets to the application it cannot convert string -> datetime.
    thanks anyway

  • Mapping problem with xs:dateTime

    Hi there,
    I am trying to set up a demo project for training purposes illustrating the implementation of composite services using third party and ECC services. For the third party portion of it, I am using the Fedex web services.
    After importing the remote services, I defined my custom complex datatypes for the application services and mapped the lean app service interface to the broad remote service interface. The missing mandatory data fields of the remote service I stored as fixed values within the mapping itself. so far so good.
    The problem appeared with a time stamp field (xs:dateTime). When storing a value like "2009-08-19T22:00:00+0100", the resulting code in the constants file (<ServiceName>_<OperationName>_In_Constant.java) looks like this:
    javax.xml.datatype.XMLGregorianCalendar ShipTimestamp = RequestedShipment.getShipTimestamp();
    if ( ShipTimestamp == null ){
           ShipTimestamp = "2009-08-19T22:00:00+0100";
           RequestedShipment.setShipTimestamp(ShipTimestamp);
    Obviously, this got to fail as there is a type mismatch (String vs. XMLGregorianCalendar).
    After this, I tried to use the proper java expression as the default value in the mapping
    ........javax.xml.datatype.DatatypeFactory.newInstance().newXMLGregorianCalendar("2009-08-19T22:00:00+0100")
    As expected, the expression is copied into the code 1:1, but after that, the compiler complains that there is an unhandled exception (DatatypeConfigurationException).
    One solution would obviously be to put the timestamp into the signature of my application service operation, but I would consider this an unnecessary workaround.
    any ideas ?
    Nick

    I actually did find the solution although a very messy one. If I use the following snippet as the default value
    ........com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl.parse("2009-08-19T22:00:00+0100")
    the generated code compiles without error. Nevertheless, not very nice. hope there is an alternative way of doing that.
    Nick

  • Obiee 11g problem with dimension time DATETIME

    Hi experts!
    I have a problem with a column of my time dimension. In my database I have a column called "DATE" and it has this format "01/12/2009 00:00:00" (property column is DATETIME) when I import this table in Oracle Administration I see the same format that my database but I want to see without any Hours,minutes...like this: "01/12/2009"
    How can I fix this??
    Thanks!!!

    Hi alex,
    check the column name your passing and then cast it....the error is not related to that i suppose as it is internal assertion.
    chk this http://tipsonobiee.blogspot.com/2009/06/error-nqserror-46036-internal-assertion.html
    UPDATED POST
    You can alternatively use oracle trunc function in the physical layer to trunc the timestamp.
    1) go to the table where the date column is coming in physical layer
    2) go to the general properties and select SQL and write the SQL of all the columns needed from that table like
    select x,y,z,trunc(date) from table_name.
    3) this truncates the timestamp
    UPDATED POST-2
    By the way which database are you using,if its oracle trunc works out....other databases it wont work
    select trunc(sysdate) from dual in your TOAD and check out.
    hope helps you,
    Cheers,
    KK
    Edited by: Kranthi.K on Jul 27, 2011 3:15 AM
    Edited by: Kranthi.K on Jul 27, 2011 4:01 AM

  • Problem with hours-from-dateTime in a predicate

    I'm seeing strange behavior trying to perform queries using the hours-from-dateTime function. It seems like it is invalid to use it in a comparison but you can use it other places. Is there a way around this?
    dbxml> query '
    declare namespace fn="http://www.w3.org/2005/xpath-functions";
    for $x in collection("audit2009.dbxml")//event
    let $y := fn:hours-from-dateTime(fn:data($x/@timestamp))
    where $x/@id=10000
    return $y'
    1 objects returned for eager expression '
    declare namespace fn="http://www.w3.org/2005/xpath-functions";
    for $x in collection("audit2009.dbxml")//event
    let $y := fn:hours-from-dateTime(fn:data($x/@timestamp))
    where $x/@id=10000
    return $y'
    dbxml> print
    22
    dbxml> query '
    declare namespace fn="http://www.w3.org/2005/xpath-functions";
    for $x in collection("audit2009.dbxml")//event
    let $y := fn:hours-from-dateTime(fn:data($x/@timestamp))
    where $y=22
    return $y'
    stdin:262: query failed, Error: Invalid lexical value [err:FORG0001], <query>:4:15
    let $y := fn:hours-from-dateTime(fn:data($x/@timestamp))
    ^
    dbxml> query '
    declare namespace fn="http://www.w3.org/2005/xpath-functions";
    collection("audit2009.dbxml")//event\[fn:hours-from-dateTime(fn:data(@timestamp)) = 20]'
    stdin:265: query failed, Error: Invalid lexical value [err:FORG0001], <query>:3:42
    collection("audit2009.dbxml")//event\[fn:hours-from-dateTime(fn:data(@timestamp)) = 20]
    ^
    dbxml>
    Edited by: user12302021 on Dec 2, 2009 1:26 PM

    I solved the problem. After reinstalling Oracle 10g Client everything is fine.

  • Xsd:dateTime formatting problems

    This is driving me nuts. I've been playing around with JAXB and it has worked great so far. Until now.
    I have an xml file with this little block
       <timestamps>
          <created>2000-03-04T20:00:00Z</created>
          <last_modified>2003-03-14T02:20:02-05:00</last_modified>
       </timestamps>and in my xsd file I have
        <xsd:element name="timestamps" type="timestampsType" />
      <xsd:complexType name="timestampsType">
        <xsd:sequence>
          <xsd:element name="created" type="xsd:dateTime" />
          <xsd:element name="last_modified" type="xsd:dateTime" />
        </xsd:sequence>
      </xsd:complexType>Previously I had used just xsd:date instead of xsd:dateTime, and that worked fine, but then I realized that I needed more timing precision so I made the change. I can generate my java files with xjc without any problems. But when I go to unmarshall the xml file with validation on, I always get a complaint about the formatting of my date time values. More specificaly I see:
    "com.sun.msv.verifier.ValidityViolation: "2000-03-04T20:00:00Z" does not satisfy the "date" type"
    despite the fact that I copied this date directly from the XSD specification page at http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/
    And believe me, I've tried about a dozen other variations.... Different dates, with extra milliseconds, with and without the timezone part at the end. I get the same error every time. So what am I doing wrong?

    Thanks, but unfortunately that did not do the trick. Interestingly enough everything works perfectly, all other things the same, when I let Validation be set to false.

  • Timestamp (java) - datetime (informix) problem

    hi,
    when executing a finder method (findByXXX(java.sql.Timestamp arg0)) i
    get the following error message:
    -1262 Non-numeric character in datetime or interval.
    column type of my informix table is datetime ("year to fraction(3)").
    surprisingly i can create new rows via a create-method.
    i am using weblogic 4.5.2.
    thanks for your help,
    martin

    i have an entity bean having similar finder-methods (findByXXX(Timestamp))
    and they do the right thing. i even have an entity bean with the same fields
    but referencing one different entity bean. even this entity bean works
    correct!
    martin
    Seth White schrieb:
    Martin,
    The generated EJB code for the finder looks correct, so I suspect
    that the problem is JDBC related. You might want to try using
    the different JDBC driver. Or, I also notice in the JDBC 2.0
    book from Sun that for Informix 9.2, TimeStamp maps to
    DATETIME YEAR TO FRACTION (5). Maybe using that as your column
    type in the database will help. Sorry I couldn't be more
    helpful.
    Seth
    Seth White wrote:
    Martin,
    Can you post the deployment descriptor as well as the generated Java
    code
    for the finder method? I would like to take a look.
    Seth
    Martin Zach wrote:
    hi,
    when executing a finder method (findByXXX(java.sql.Timestamp arg0)) i
    get the following error message:
    -1262 Non-numeric character in datetime or interval.
    column type of my informix table is datetime ("year to fraction(3)").
    surprisingly i can create new rows via a create-method.
    i am using weblogic 4.5.2.
    thanks for your help,
    martin

  • Javascript - custom datetime converter problem

    Hi all,
    JDev version 11.1.2.4
    After migration from JDev 11.1.2.1 to new JDev 11.1.2.4 my custom datetime converter stop working.
    After debuging I found out that client javascript converter is problem.
    Here is javascript code:
    function DateToCalendarConverter(pattern, locale, exampleString, type) {
      this._class = "rmypackage.view.convert.DateToCalendarConverter";
      this._separator = '';
      this._pattern = pattern;
      this._locale = locale;
      this._exampleString = exampleString;
      this._type = type;
      this.old_getAsObject = TrDateTimeConverter.prototype.getAsObject;// TrDateTimeConverter is not defined
    DateToCalendarConverter.prototype = new TrDateTimeConverter();
    DateToCalendarConverter.prototype.getAsObject = function (stringValue, label) {
      //some transformation
      return this.old_getAsObject(stringValue, label);
    Line that breaks javascript is " this.old_getAsObject = TrDateTimeConverter.prototype.getAsObject; " and message is TrDateTimeConverter is not defined.
    This works fine in JDev 11.1.2.1.
    Does anyone know what is the problem and is there any workaround?
    Thanks in advance

    Frank, this is not trinidad issue. Which JavaScript libraries ADF loads is definitely changed.
    In JDev version 11.1.2.1 there was Common2_0_0_beta_2.js file, and in JDev version 11.1.2.4 it doesn't exist.
    Unfortunately that file contained TrDateTimeConverter and that is why it doesnt work.
    So, is there a way I can force adf to load javascript library that contain TrDateTimeConverter?
    Oracle?
    Thanks in advance.

  • Datetime Datatype problem in Forms

    Hi,
    I have just faced a problem some moment ago in Oracle Forms . Firstly , informed you that i am using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Ok, i have a field named ENTRY_TIMESTAMP. I kept 'Datetime' datatype there in forms level. Now if i change anywhere on that particular form, ENTRY_TIMESTAMP datatype changed from 'Datetime' to 'Date'. You can also check it by making a form of this scenario.
    I don't know , is it a bug or any others code/process is responsible for this kind of changing ?
    Any idea ?????????????

    shuvro wrote:
    Hi,
    I have just faced a problem some moment ago in Oracle Forms . Firstly , informed you that i am using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Ok, i have a field named ENTRY_TIMESTAMP. I kept 'Datetime' datatype there in forms level. Now if i change anywhere on that particular form, ENTRY_TIMESTAMP datatype changed from 'Datetime' to 'Date'. You can also check it by making a form of this scenario.
    I don't know , is it a bug or any others code/process is responsible for this kind of changing ?
    Exactly i don't know, is it bug ? but thinking so as same case happened for form version 6i
    But it not happened for form version *10.1.2.3* To upgrade you need patchset from support.oracle.com / metalink.
    If your have valid support contact then you can able to download.
    Hope this helps
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.*

  • Datetime Conversion Problem

    Dear All,
                   I am using an add-on for Purchase Indent. In it I m using an EditText named Indent Date. I m to use current date in this EditText in exact this format (dd/MM/yy). I have tried all possibilities but the date is going into this format (2011-11-18) in database. I m to handle this. What can I do for this problem.? The date should be in database in (dd/MM/yy) format. Here is my code.
    DateTime d = DateTime.Now;
    ((SAPbouiCOM.EditText)this.FormItem(enControlName.txtIndentDate).Specific).Value = d.ToString("yyyyMMdd");
    Am i doing anything wrong ? Please Reply.

    Hi Ankit.......
    Please check this thread.
    how to convert date in ddmmyy format
    Hope this is helpful for you........
    Regards,
    Rahul

  • Datetime marshalling problem

    Hello all,
    I have this Web service component, and all it does is redirect calls to other WebLogic Web service components. On a new server install (8.1.5), I get this exception:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.bea.xml.XmlCalendar' should be added to include-java-types.</faultstring>
    <detail>
    com.bea.wlw.runtime.core.request.ResponseValidationException: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.bea.xml.XmlCalendar' should be added to include-java-types.
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:40)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:259)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:168)
    at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:46)
    at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
    at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.exploreExec(HttpServerHelper.java:285)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:603)
    at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6985)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Caused by: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.bea.xml.XmlCalendar' should be added to include-java-types.
    at com.bea.xml.marshal.MarshalContext.error(MarshalContext.java:148)
    at com.bea.xml.marshal.PolymorphicMPlan.marshal(PolymorphicMPlan.java:30)
    at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(MarshalContext.java:436)
    at com.bea.xml.marshal.MapMPlan.marshal(MapMPlan.java:101)
    at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(MarshalContext.java:436)
    at com.bea.xml.marshal.BaseMPlan.writeValueUsingStrategy(BaseMPlan.java:307)
    at com.bea.xml.marshal.BaseMPlan.marshal(BaseMPlan.java:358)
    at com.bea.xml.marshal.MethodMPlan.marshal(MethodMPlan.java:261)
    at com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml(DispMessage.java:377)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writePart(MimeXmlResponse.java:106)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writeOutputPart(MimeXmlResponse.java:98)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:36)
    ... 21 more
    </detail>
    </error>
    So this exception is the result of a call on my component, that is redirected to another component. That other Web service returned an answer properly. In this answer, there's an XSD-datetime. My redirection component should look at it as a java.util.Calendar, like the docs say. So why does my Web service want to marshal an com.bea.xml.XmlCalendar?
    Maybe a more important question: can I design my forwarding Web service otherwise, so no XML parsing is needed, or only a minimum of parsing? I've looked at SOAP message handlers, but the docs say they are not meant for redirecting purposes.
    Any replies are well appreciated :-)
    Koen

    Your bean must have a getShift() method that return an object that have a getToTime() method that return a Date object... is your bean right?

  • Strange problem with LabPython when calling datetime.strptime()

    Here's my code.
    Whenever this is run, I get the following error:
    Error 1050 occurred at PYTHON Execute Script__ogtk.vi->Writer.vi:<type 'exceptions.TypeError'>, attribute of type 'NoneType' is not callable
     The code works perfectly in python. Any ideas of how to get around this problem?
    Attachments:
    snippet problem.png ‏23 KB

    Hello,
    As noted by nyc, LabPython is not supported by National Instruments.
    To help you, I give you a piece of advice :
    If you want to integrate in LabVIEW a script in Python which has been developed by you, I suggest you to try to replace all the VI by  the Python 2.2 Script node
    If you want to share the library "python.27.dll", I suggest you to try to reverse the first and the second VI (first, use Python New Session.VI and then use
    Python Set Servers Path.VI)
    This link could help you:
    http://labpython.sourceforge.net/palette.html
    Best regards,
    Guillaume D

Maybe you are looking for

  • Mixing memory question

    I currently have 2x512MB for 1GB of Crucial Ballistix memory sticks in my system right now. I am planning to buy 2x1GB for 2GB of Corsair XMS memory and mixing it with the Crucial stuff. The memory are to be used on my main system right now which is

  • Laserjet pro 400 color MFP m475dw scanner stopped working in windows 8.1. Please help!

    updated my laptop to windows 8.1 and the hp scanning software stopped working.  It would not find the printer even though i could print from it.  I uninstalled the entire software suite, removed all traces of the printer from contol pannel and then p

  • Can You change the screen in the iPhone 5

    I have an iPhone 5 and my screen is broke, how i can change it?

  • Moving to jrun4

    -logger (debug/info/...) doesn't work: entries are written with very long delays. -same problem also on a new created server, via browser. -no errors in log on start server. -jrun.xml contains: <service class="jrunx.logger.LoggerService" name="Logger

  • Question about 'Generic Database Connector'

    Hi SAP IdM Gurus, I found 'Generic Database Connector' in the list of SAP NW IdM connectors overview. I'd like to check the capability of this connector in detail.  I'm wondering whether it could provide not only  a connectivity of RDBMS, but also cu