Transmitting the internal format with POF

I would like to put a bunch of objects in internal format on the client side, put them inside a processor of entry and then insert them under the name 'directly' in a backingmap on the server side.

My question is that the most effective (target =) way to send internal data with POF (since the data are already in POF serialized format is should be quick).

/ Magnus

Shouldn't be the last line of this code...

binaryEntry.updateBinaryValue(binary);

Tags: Fusion Middleware

Similar Questions

  • Using the PNG format with maximum width without clipping the top and bottom of the image?

    I use PNG format to preserve transparency and shadow, I am trying to integrate to give the illusion that this slab object is floating above the other layers.  First I tried file > place to position the menu object on edge of header/beginning of the content.  This leaves no option to force the image to span the width of any screen.  I need that I tried to use object > fill > and then clicking on the maximum width of the rectangle (which solves the problem of maximum width), but now I am facing a problem of cutting top and bottom of the image.  The next thing I can think of is to go back to Photoshop and to distort the image, so it is not as big.  In my view, there must be an easier way to achieve will not also give my image an abnormal appearance.  Thoughts?  Thanks in advance.

    Thanks, that's useful.  I also found that I've cropped for a large part of the canvas.  After the increase the surface of the canvas AND fill everything is fine now.  I think that your suggestion may help with the problem of affect scroll I will have when you use different resolutions. I will try to set the size in a single dimension (height) so that different resolution screens see the same scrolling actions.  Mylenium thanks!

  • Retrieves the paragraph formatting with style name

    All the

    kindly help me how to extract the name of definition with example.txt formatting:

    FOR EXAMPLE:

    Name of the style: "Body".

    Font = "15".

    head = "" 18"" "

    Aligh = "Left".

    etc...

    Concerning

    Hurix

    Change by Dave Saunders: something prevents the work answer button. I hope that this edition will reactivate it.

    Hi Hurix,

    Welcome.

    Please indicate the question as answered

    Add the properties you need by following the instructions in the 3rd line.

    Trevor

    // Export Specified Details of Documents ParagraphStyles By Trevor
    // http://forums.adobe.com/thread/1445961?tstart=0
    exportParagraphStyleDetails ("appliedFont pointSize spaceAfter spaceBefore"); // add property names separated by a space - The Style Name is included automatically
    // see http://jongware.mit.edu/idcs6js/pc_ParagraphStyle.html for a list of properties you can add
    
    function exportParagraphStyleDetails (props /* A string list of the desired properties */) {
        doc = app.activeDocument,
        ps = doc.paragraphStyles.everyItem().getElements().slice(0),
        l = ps.length,
        c = 0;
        props = props.replace(/\s+/g, " ").split(" ");
        pl = props.length;
            var styleDetails = [];
        while (l--) {
            var  myStyle = ps[l];
            styleDetails[c++] = "******************************************************************\rParagraph Style Name: " + myStyle.name + "\r******************************************************************"
            for (var n = 0; n < pl; n++) {
                styleDetails[c] = props[n] + ": " + myStyle[props[n]].toString();
                if (myStyle[props[n]].hasOwnProperty ("name")) styleDetails[c] = styleDetails[c].replace (/:.+/, ".name: " + myStyle[props[n]].name);
                c++;
            }
        styleDetails[c++] = "\r";
        }
    
        temp = new File (Folder (Folder.temp) + "/" + doc.name + " Paragraph Style Properties " + ("" + new Date).replace(/:/g,"\xB7").replace(/G\S+$/,"")+ ".txt");
        temp.encoding = "UTF-8";
        temp.lineFeed = ($.os[0]=="M") ? "Macintosh" :" Windows";
        temp.open('w');
        temp.write("\uFEFF" + styleDetails.join("\r"));
        temp.close();
        $.sleep(300);
        temp.execute();
    }
    
  • Cannot access the internal network with Cisco easy vpn client RV320

    I have a cisco RV320 (firmware v1.1.1.06) and created a tunnel easy vpn (= split tunnel tunnel mode), then I installed the cisco client vpn v5.0.07.0290 in Windows 7 64 bit, I can connect to the vpn, but I do not see the other pc ping nor them, no idea?

    Thank you

    Hello

    1. is the firewall on the active Windows 7 computer? If so, please disable it

    2. can you check that you get a correct IP address in the range of the POOL of IP configured?

    3. When you perform the tracert command to access an internal server, it crosses the VPN¨?

    4. is the tunnel of split giving you access to internal IP subnets defined?

    5. on the RV320 you see the user connected and sending and receiving bytes?

    Don t forget to rate and score as correct the helpful post!

    David Castro,

    Kind regards

  • Unwanted white halo in the Gif format with transparent background

    Hello

    I'm a Photoshop user for years. Before, I could do glitter GIFs with a transparent background without White halo around the edge of the image. But unfortunately, in a few months, a white edge appeared on each gif with transparent background around. For months, I have tried many methods to solve this problem, but didn't succeed. My GIFs are unusable. How can I make GIFs without white edge? Thank you for your quick response.

    I send you a sample of each.

    Thanks in advance!

    Configuration:

    PC with Win 10

    Photoshop CC

    With halo:

    bis4b.gif

    Good idea:

    DAKs6E_zpsazhtf8g7.gif

    In other words, you did a very bad job, cutting the object of its white background, it's hard to see how poor when superimposed on a white background so I put on a black background.

    Poor curout on black background

    Cut out the same with an added extra layer mask.

  • Authenticate AD then internally store with the same username?

    I know it sounds easy at first sight, but I'm having a nightmare of a time to find a way to make it work.  Our engineers have been used for OUR old ACS 3.2 method where an account was either authenticated against the store internal users or Wwindows AD and you want to duplicate this feature with our new ACS 5.3 configuration.  I fully realize that the two models are not yet close to being similar between these two versions, but I still wonder.

    This is the crux of the problem.  If you have an account jsmith in the internal user with a password store, and also a jsmith in AD with a different password then the system can't manage accounts with the same name when it comes to passwords.

    I have a sequence of internal store configuration to authenticate to AD then the local database.  The problem is that if the user puts the password of the user of internal store ACS server sees that the user exists in AD, but that the password was incorrect and authentication fails.

    Bottom line is that I need a kind of logic that said try to authenticate to AD first with this user name and password and in case of failure instead of end it try to authenticate to the internal store using the given username and password.

    Appreciate any help on this.

    Hello

    There is a problem with the same username in the two database, like ACS will never try to search for the user in the second database because it will always find in the first database no matter what it is.

    You can create rules based on IP device, location of NDG, Type indicating that if authentication comes from a specific basis for the use of specific device.

    Incase of database RSA to option to consider the password invalid not found user, but it is not available for the AD database.

    Kind regards

    ~ JG

    Note the useful messages


  • Since the change of my iGoogle homepage, I can't have the full YouTube with videos and choice alongside. What should do?

    I had a freeze earlier today that require a system restore to a couple of previous days that solved... However, I found I could no longer access my iGoogle personalized homepage and so decided to install a "igHome home page" containing many of the same details. Some time later, I went to watch a video I watched on YouTube website and bookmark but discovered my YouTube Google account has been closed. So I opened a new account with Google allowing me access to YouTube, but only in a very average piece-meal: I could ask for a video, but the previous format with a list of choices in front of the video playing window was gone. I find the current format much less satisfying because I don't necessarily know what I want to watch until I consult the available choice list: trying to find how to return to the original format, but there is no indication to help me. I would be very grateful for any help to fix this.

    Hi Parsi, if your cleaning software is to delete cookies in Firefox, please see if you can make an exception. Otherwise, you keep getting logged off websites that you want to stay connected.

  • BlackBerry Smartphones New User: Questions about the internal clock synchronization, software updated

    Hellko Forum.

    For two weeks, I use a Blackberry Bold 9900 with OS7.1 and I am very satisfied with the device.

    But there are some questions for which I have found no solution:

    (*) Looking back at my old Siemens S10D or SK65, they had an option to synchronize the internal clock with time of the GSM network information. Will there be a similar option in the Bold 9900? What I found was an option in the date and time settings. But when I put "Government aktualisieren" (setting the time) on 'automatic' then time switches to October 5, 2013, 12:20 and nothing happens. Is it possible to connect to an NTP server? If so, where to enter the address?

    (*) On this Web page http://de.blackberry.com/software/smartphones/update/blackberry7-os.html?LID=de:bb:support:update - of... Describes how to upgrade the software of the smartphone "over the air". But I can't find this option. Where the developer has hidden this feature?

    Thanks a lot for the answers in advance

    Best regards

    JueDan

    Hello again,

    noone has an answer to my questions?

  • Cannot ping the default gateway with Centrino Advanced-N 6235 on XPS 12 but CAN connect to the Internet

    I have a XPS 12 with an Intel Centrino Advanced-N 6235 wireless card.  I can't ping the default gateway with the wireless card.  When I use a USB network adapter, I can ping the default gateway for the wired connection.  I can connect to the Internet and the internal network with the wireless card and can ping other computers on the network.  I am trying to run a program to connect wireless to a projector.  I have two different programs for the two different projectors.  I can connect by cable but not wireless.  I think that the problem is anything that does not make me a ping of the default gateway or something on the wireless card.  I have a 10 latitude with a Broadcom wireless card that is connected to the same access point and can ping the default gateway and can connect wirelessly to two projectors.  They all have two windows 8 Pro.

    I downloaded the new drivers from Dell, uninstalled, reinstalled, tried to update Windows install the drivers, all with no success. Any ideas?

    The solution of the problem by chance.  I was connected to the computer with a different network than what has been used to authenticate user account on the wireless.  When I switched the user account for the user account that was logged on to the computer was the same who authenticate to the wireless, it worked.  Go figure!

  • Why the sysdate format evolves?

    Select sysdate double;
    2011-06-28 21:36:02

    Select concat ('is now', SYSDATE) twice;
    Today is28-JUN-11.

    Why sysdate format evolves, when I use it in function

    Thank you
    Praveen

    Prawin62 wrote:
    Select sysdate double;
    2011-06-28 21:36:02

    Select concat ('is now', SYSDATE) twice;
    Today is28-JUN-11.

    Why sysdate format evolves, when I use it in function

    The format of sysdate is not changing.

    SQL> select sysdate, dump(sysdate) as dump_sysdate from dual;
    
    SYSDATE              DUMP_SYSDATE
    -------------------- ----------------------------------------
    01-JUL-2011 08:32:51 Typ=13 Len=8: 219,7,7,1,8,32,51,0
    
    SQL> alter session set nls_date_format='DD/MM/YYYY';
    
    Session altered.
    
    SQL> select sysdate, dump(sysdate) as dump_sysdate from dual;
    
    SYSDATE    DUMP_SYSDATE
    ---------- ----------------------------------------
    01/07/2011 Typ=13 Len=8: 219,7,7,1,8,34,44,0
    
    SQL>
    

    No matter how the date is displayed on the screen, the internal format remains the same. Internally, the date 'format' is a number of bytes used to represent the date and time.

    When you query sysdate, as can be seen in the above queries, the format in which the date is displayed on the screen depends on your settings NLS_ sessions.

    Similarly, when you pass a date to a function that expects a VARCHAR2 parameter, such as the function concat, Oracle has implicitly convert the DATE to a VARCHAR2 data type data type and that uses the NLS_ settings. (Note: Concat is actually equivalent to using the "|" operator)...

    SQL> select 'Todays date is : '||sysdate from dual;
    
    'TODAYSDATEIS:'||SYSDATE
    ---------------------------
    Todays date is : 01/07/2011
    
    SQL> alter session set nls_date_format = 'DD-MON-YYYY HH24:MI';
    
    Session altered.
    
    SQL> select 'Todays date is : '||sysdate from dual;
    
    'TODAYSDATEIS:'||SYSDATE
    ----------------------------------
    Todays date is : 01-JUL-2011 08:39
    
    SQL>
    

    If you need a specific format to display for your data types DATE (sysdate or other dates), it is best not to trust using implicit conversions through NLS settings, but actually explicitly convert the VARCHAR2 DATE yourself using the function TO_CHAR...

    SQL> select 'Todays date is : '||sysdate from dual;
    
    'TODAYSDATEIS:'||SYSDATE
    ----------------------------------
    Todays date is : 01-JUL-2011 08:40
    
    SQL> select 'Todays date is : '||to_char(sysdate,'DD/MM/YYYY') from dual;
    
    'TODAYSDATEIS:'||TO_CHAR(SY
    ---------------------------
    Todays date is : 01/07/2011
    
    SQL>
    

    So, the best way to ensure a display format for a non-varchar2 data type must explicitly convert in varchar2 yourself and specify the required format mask. Do not rely on implicit conversions and are not misled into believing that the DATE data types have different sizes, they do not, they have just an internal representation on a single byte. (ok, until anyone made it out, there are actually a couple of different internal formats for dates, but this is not relevant to this question)

  • problem with the intern memory full

    I do bike G4 haveba + with a Samsung Fast 64 GB micro sd and formatted as intern memory.

    Onnthat cart is 54 GB of free, but intern memory of the bike is almost full and problems.

    IMDO have Osmand and amd downloaded Google maps both use a large part of intern space. I tried to move those applications to the sd cart and he wants to go. What can I do to move people or other apps to sd cart?

    Not all applications can be moved to the internal memory. You can not change this. But you can move everything else, if you do not have.

    If you select your SD card and it only displays the applications and data being cached, then nothing has been migrated to it. Click the menu 3 dot and select migrate data

  • CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session

    Hello

    I install peopletools 8.50 with application MFC 9.0 with Oracle 11 g on Windows 8 (32 bit). Everything went well and I installed with success of the PIA and peoplesoft signon page becomes also open in my browser.

    But the question is when signon page appears in the browser it see the following error:

    CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session

    And even I am not able to connect to PIA by using the id of PS.

    I went through several threads about the same question and tried to replace

    psserver = gaurav:9000


    in the file configuration.properties with the IP address which, right now, is:

    # For example: psserver = SERVER1:9000, SERVER2:9010, SERVER3:9020

    # = "Application Server Connection String" sd, ld = "this string represents the failover and the chain for PIA to connect to Application Server load balancing areas.»  For more information, consult the recommendations of PeopleBooks on failover and load balancing.  The format is psserver = AppSrvr:JSLport, where AppSrvr is the fully qualified domain name.   Multiple areas must be separated by commas", tip =" "Format: psserver = AppSrvr:JSLport where AppSrvr is your fully qualified domain name, for example psserver = SERVER1.oracle.com:9000, SERVER2.oracle.com:9010" "

    psserver = 192.168.0.1:9000

    but always without success.

    More for more information, I am able to connect in Data Mover designer both App. and I installed everything on a single computer only.

    There is no error in the APPSRV_0611.LOG file and stderr is empty.

    In stdout, he says:

    The query for the process failed error code = 0 x 80041033Error: WMIExecute query fails.

    It is said in PSRENSRV_0611.LOG:

    8088.7232 [June 11, 2013 13:23:43] (Notice) nssock: listening on 0.0.0.0:7180 (http://gaurav:7180)

    8088.7232 [June 11, 2013 13:23:43] (Notice) nsmain: race of PeopleSoft PSRENSRV 8.50

    8088.772 [June 11, 2013 13:23:43] (Notice) nssock: from

    8088.772 [June 11, 2013 13:23:43] (Notice) nssock: accepting connections

    8088.772 [June 11, 2013 13:35:27] (FATAL) nssock: trigger recv() failed: win32 error code: 10054

    8088.6660 [June 11, 2013 13:35:27] (FATAL) nskn: recv(): "win32 error code: 10054'."

    Likewise in the peoplesoft.log of the Web server, there is no error. PIA_access.log is empty

    In PIA_weblogic.log, there is error for which I share a small part of it:

    # < 11 June 2013 09:40:06 IST > < Info > < J2EE > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923806774 > < BEA-160151 > < Registered Library Extension-Name: bea_wls_async_response (JAR). >

    # < 11 June 2013 09:40:08 IST > < Info > < EJB > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923808759 > < BEA-010008 > < EJB deployment file: mejb.jar >

    # < 11 June 2013 09:40:09 IST > < Info > < EJB > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923809509 > < BEA-010009 > < EJB deployed EJB with JNDI name ejb.mgmt.MEJB. >

    # < 11 June 2013 09:43:36 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924016604 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:43:37 IST > < WARNING > < Socket > < gaurav > < PIA > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370924017314 > < BEA-000449 > < socket closure as no data read from it during the configured timeout of 5 seconds >

    # < 11 June 2013 09:43:45 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924025978 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:44:28 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924068361 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:44:40 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924080564 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:45:24 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924124860 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:53:11 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924591240 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:53:23 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924603271 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:57:28 IST > < opinion > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848565 > < BEA-000388 > < JVM called WLS closing hook. The server will force shutdown now >

    # < 11 June 2013 09:57:28 IST > < warning > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848567 > < BEA-000396 > < server shutdown was requested by < WLS core > >

    # < 11 June 2013 09:57:28 IST > < opinion > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848579 > < BEA-000365 > < server status changed to FORCE_SUSPENDING >

    # < 11 June 2013 09:57:28 IST > < Info > < hats > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848599 > < BEA-149059 > < Module of peoplesoft application /helloportletapp is STATE_ACTIVE of STATE_ADMIN transition on server PIA. >

    # < 11 June 2013 09:57:28 IST > < Info > < hats > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848601 > < BEA-149060 > < /helloportletapp Module of the peoplesoft application successfully spent STATE_ACTIVE to STATE_ADMIN on server PIA. >

    and when I start PIA by running 'startPIA.cmd' he read of the news:

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    JoltSessionPool: Domain //192.168.0.1:9000 is not available

    JoltSessionPool: Domain //192.168.0.1:9000 is not available

    java.lang.Throwable

    at psft.pt8.net.NetReqRepSvc.sendRequest(NetReqRepSvc.java:586)

    at psft.pt8.net.NetService.requestService(NetService.java:152)

    at psft.pt8.net.NetReqRepSvc.requestService(NetReqRepSvc.java:349)

    at psft.pt8.net.NetSession.connect(NetSession.java:336)

    to psft.pt8.net.NetSession. < init > (NetSession.java:208)

    at psft.pt8.jb.PPMSession.connectWithBlob(PPMSession.java:173)

    at psft.pt8.jb.PPMSession.connect(PPMSession.java:95)

    at psft.pt8.jb.PPMInstrumentorDBInterface.checkConnect (PPMInstrumentorDB

    Interface.Java:80)

    at psft.pt8.jb.PPMInstrumentorDBInterface.getMonitorURL (PPMInstrumentorD

    BInterface.java:116)

    at psft.pt8.util.PIAPerfUtil.initializePSPerf(PIAPerfUtil.java:378)

    at psft.pt8.util.PIAPerfUtil.reinitializePSPerf(PIAPerfUtil.java:294)

    at psft.pt8.util.PIAPerfUtil.reinitializePSPerf(PIAPerfUtil.java:282)

    at psft.pt8.psp.service (unknown Source)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run

    (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet (StubSecuri

    tyHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute (ServletStubImpl.jav

    one: 292)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.ja

    will: 56)

    at psft.pt8.psfilter.doFilter(psfilter.java:109)

    at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.ja

    will: 56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationActio

    n.Run(WebAppServletContext.Java:3588)

    to weblogic.security.acl.internal.AuthenticatedSubject.doAs (Authenticate

    dSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:)

    121.)

    to weblogic.servlet.internal.WebAppServletContext.securedExecute (WebAppS

    ervletContext.java:2200)

    at weblogic.servlet.internal.WebAppServletContext.execute (WebAppServletC

    ontext. Java:2106)

    at weblogic.servlet.internal.ServletRequestImpl.run (ServletRequestImpl.j

    AVA: 1428)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Please help me on this issue as well as possible.

    Thanks in advance

    Gerard

    Well thank you understand input Gpotti. I have succesully it is resolved.

  • Play with the date format TO_CHAR

    Hi all
    I'm learning how function TO_CHAR date format and code using the table double, but I had a few difficulties:
    SQL> select to_char(sysdate,'dl') test from dual;
    
    TEST
    -----------------------------
    Monday, December 20, 2010
    
    SQL> select to_char(sysdate) test from dual;
    
    TEST
    ---------
    20-DEC-10
    
    SQL> select sysdate test from dual;
    
    TEST
    ---------
    20-DEC-10
    
    SQL> select to_char('20-DEC-10','dl') test from dual;
    select to_char('20-DEC-10','dl') test from dual
                   *
    ERROR at line 1:
    ORA-01722: invalid number
    How can I place an explicit function TO_CHAR date?

    Best regards
    Valerie

    Valerie Debonair wrote:
    Hi all
    I'm learning how function TO_CHAR date format and code using the table double, but I had a few difficulties:

    SQL> select to_char('20-DEC-10','dl') test from dual;
    select to_char('20-DEC-10','dl') test from dual
    *
    ERROR at line 1:
    ORA-01722: invalid number
    

    How can I place an explicit function TO_CHAR date?

    Oracle converts implicitly your string to a date so that it can convert it to a string using your to_char function. Implicit conversion is based on your NLS_DATE_FORMAT settings, but you can never count on these implicit conversions.

    You can be...

    SQL> select to_char(to_date('20-DEC-10','DD-MON-RR'),'dl') from dual;
    
    TO_CHAR(TO_DATE('20-DEC-10'
    ---------------------------
    Monday 20 December 2010
    

    or

    SQL> select to_char(date '2010-12-20','dl') from dual;
    
    TO_CHAR(DATE'2010-12-20
    -----------------------
    Monday 20 December 2010
    

    Note that this one used Oracle fixed-date internal format YYYY-MM-DD, so if ever you use this method, you must specify the date string in this format. It also only deals with dates, not the component "hour".

  • I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not display in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not appear in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    You must save the spreadsheet containing the new date as a model format and use this custom template for each new spreadsheet where you want that this date format personalized at your disposal.

  • I have mac pro 3.1 and it is insufficient for what is his is. I need an internal card with more flexibility to the inputs and outputs as used in windows systems.

    A sound card internal Mac pro 3.1 what they do?

    And if yes where can buy one?

    I need more input and output it attach to my PA and recording, hardware as I do with a windows PC.

    The mac comes with a microphone and a single output with terrible impact when it is connected to my sound stuff.

    A few people responded to your post above. Might be better to explain what your needs are, rather than starting a new discussion here.

    http://www.Sweetwater.com/C703--PCI_Audio_Interfaces

Maybe you are looking for

  • 3D movies does not not on Qosmio X 870

    Hi all This is my first post, I'm watching movies 3D on my Qosmio X 870, but it won't work. 3d games work perfectly, but when I look at a 3d movies I can't why? Is there something else I have to do it in the settings? : smileysad:

  • Re: Satellite A200 - 1 3 (PSAE6) - VAP for Windows 7 64 bit

    I got the BIOS 2.50 - WIN64 installed and did a clean install of Windows 7 Ultimate 64 successfully. A ran Toshiba Software Installer for Windows 7 which installed the VAP and other drivers. Everything worked perfectly. Yesterday I updated the BIOS t

  • grid snap graph xy

    Hello I want to break the graphical grid xy I'm drawn graph with the mouse to the bottom of the event now I want to break the grid on the mouse down (means that if I click anywhere to point is registered on the nearest grid) concerning Mazhar

  • errorOx643 cannot install KB890830

    Cannot install above update

  • My Outlook 2003 will not my e-mail Inbox, but will send emails.

    Abruptly, without modification of any software, my vision has stopped receiving my emails from my hotmail MSN account.  I can send emails but cannot receive in Outlook.