convert date in words

I want to convert date in words
example: 27-mar-2013 to 27 March twenty thirteen


running version
Oracle Database 10 g Express Edition Release 10.2.0.1.0 - product
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
SQL> SELECT REPLACE (TO_CHAR (TO_DATE ('25-Mar-2013', 'dd-mm-yyyy'),'fmddspth month year'),'-',' ') spdt FROM DUAL;

SPDT
-------------------------------------------------------------------
twenty fifth march twenty thirteen

SQL> SELECT REPLACE (TO_CHAR (sysdate,'FMDdspth Month Year'),'-',' ') spdt FROM DUAL;

SPDT
-------------------------------------------------------------------
Thirtieth May Twenty Thirteen

Tags: Database

Similar Questions

  • If I convert PDF to Word in Hebrew that he reverse, peut ypu help me? If I use the pdf export program it will turn out OK?

    If I convert PDF to Word in Hebrew that he reverse, peut ypu help me? If I use the pdf export program it will turn out OK?

    Known limit of Acrobat export feature. It cannot properly manage the alphabets from right to the left like Hebrew, Arabic and Farsi.

    No date for the resolution of this limitation.

    -Dov

  • Need information on Mac programs to convert PDF to word

    Aloha: I'm trying to convert PDFs into word files, one got good ideas how I should go about it

    I got no where this HELP point!

    Dan page

    Hawaii

    Search for the App Store. There are several. In addition, MacUpdate.

    How to safely use MacUpdate to download malicious software free software:

    This site has both free and paid members accounts. If you don't have then some software will be distributed in a wrapper for an installation that includes adware/malware, you can not. Such a download may appear on your computer as follows: Firefox installer.dmg. Remove the download and return to the main site where you will find a direct link to the Web site. Use this link to download the software.

    To avoid these downloads to MU simply create a free membership account. Sign in to your account before using the site. You can avoid the wrappers of the installer and download of adware or malware. I continue to use their site without any problems.

    If you prefer not to create a membership account and note that on the download page under the price area will be the link to the developer site. Use this link and download the software directly from the developer work around the use of MU altogether.

    Contacting warnings from users of sone that notifies you that the site is "dangerous." This is an exaggeration. Know the facts. You simply use the site intelligently. Support the site, but do it wisely - establish a free subscription or paying to avoid problems with malware. Don't pay attention to other users who you warn away with hyperbole.

  • TestStand database error - error converting data from nchar int type.

    Hello

    I used SQL standards database stored procedure options to store records of my test and I added the generated tables and stored procedures in a database and it seems to work OK in this form. However when I change the UUT_Results table to include a new column that contains the value of the primary key of another table in the database that I meet problems.

    I run a query that returns the primary key value (integer) for a given series number and stores the result as a global station (number format). The correct value is stored in the variable, but when I try to use this value in the stored procedure I get an error like below:

    An error occurred calling "LogResults" in "ITSDBLog" of "ZNIUGOL TestStand database logging"
    An error has occurred by executing a statement.
    Schema: SQL Server Stored Proc (NOR)
    Statement: UUT_RESULT.
    Description: Error converting data from nchar int type.
    Number:-2147217913
    NativeError: 8114
    SQLState: 22018
    Reported by: provider Microsoft OLE DB for SQL Server

    Source: TSDBLog

    My SQL statement for creating the table and the procedure for UUT_results are below:

    ~
    CREATE TABLE UUT_RESULT)
    Uniqueidentifier PRIMARY KEY ID,
    BoardDetailID int,
    STATION_ID varchar (255),
    BATCH_SERIAL_NUMBER varchar (255),
    TEST_SOCKET_INDEX int,
    UUT_SERIAL_NUMBER varchar (255),
    USER_LOGIN_NAME varchar (255),
    START_DATE_TIME is datetime,
    EXECUTION_TIME float,
    UUT_STATUS varchar (32),
    UUT_ERROR_CODE int,
    UUT_ERROR_MESSAGE varchar (255)
    CONSTRAINT UUT_RESULT_FK FOREIGN KEY (BoardDetailID) made REFERENCE BoardDetails)

    ~
    CREATE PROCEDURE InsertUUTRESULT
    @pID uniqueidentifier,
    @pBoardDetailID int,
    @pSTATION_ID varchar (255),
    @pBATCH_SERIAL_NUMBER varchar (255),
    @pTEST_SOCKET_INDEX int,
    @pUUT_SERIAL_NUMBER varchar (255),
    @pUSER_LOGIN_NAME varchar (255),
    DateTime @pSTART_DATE_TIME.
    float of @pEXECUTION_TIME.
    @pUUT_STATUS varchar (32),
    @pUUT_ERROR_CODE int,
    @pUUT_ERROR_MESSAGE varchar (255)
    AS
    INSERT INTO UUT_RESULT (ID, BoardDetailID, STATION_ID, BATCH_SERIAL_NUMBER, TEST_SOCKET_INDEX, UUT_SERIAL_NUMBER, USER_LOGIN_NAME, START_DATE_TIME, EXECUTION_TIME, UUT_STATUS, UUT_ERROR_CODE, UUT_ERROR_MESSAGE)
    VALUES)
    @pID,
    @pBoardDetailID,
    @pSTATION_ID,.
    @pBATCH_SERIAL_NUMBER,.
    @pTEST_SOCKET_INDEX,.
    @pUUT_SERIAL_NUMBER,.
    @pUSER_LOGIN_NAME,.
    @pSTART_DATE_TIME,.
    @pEXECUTION_TIME,.
    @pUUT_STATUS,.
    @pUUT_ERROR_CODE,.
    @pUUT_ERROR_MESSAGE)

    Any help would be appreciated,

    Thank you

    Stuart

    Stuart-

    What is the expression you are evaluating and the data type of the parameter that you defined in the Options database dialog box for the schema that you connect to data with?

  • Cannot convert pdf into word document

    Hello

    I'm trying to convert a PDF into a word document, but I can't do it. the reason is I want a form of income tax which is in pdf format and I can not add all the details in the file...

    How to convert this file in word doc format, can anyone help please, step by step because I'm not an expert in this area...

    Concerning

    Adobe Acrobat (not Reader) will save PDFs in word files. It will cost however.

    If you type convert pdf in word in Google you will find a lot of small applications that will do this for you - some are free.

    All the answers and suggestions are provided by an enthusiastic amateur and are therefore no explicit or implicit guarantee. Basically, you use my suggestions at your own risk.

  • convert date format period

    Hi all

    Here are my existing query which I run another tool to extract data from oracle-

    Select * from transactionTbl

    WHERE

    DATE > = TO_DATE (' $(vAppStartDate)', "DD/MM/YYYY")

    AND DATE < = TO_DATE (' $(vAppEndDate)', "DD/MM/YYYY")

    variables-

    -vAppStartDate = 06/01/2014

    -vAppEndDate = 30/06/2015

    Rather than use the Date column in the WHERE condition, I want to use PeriodID of column existing in the same table, to make the query faster.

    The period column is in below format.

    PeriodID format-> 201294 //means 2012Q 4. So 9 means Q

    Since I'm on variables, the values are always to the date format, so my requirement is first change variable date from periods of format.

    I wrote the pseudo-code, because I of course know how to convert date format periodID. Q also means in the periodID 9.

    Select * from transactionTbl

    WHERE

    PeriodID > = period_function (TO_DATE (July 1, 14 ',' DD/MM/YYYY '), 'YYYYxx')

    AND PeriodID > = period_function (TO_DATE (July 1, 15 ',' DD/MM/YYYY '), 'YYYYxx')

    Please help me with the query.

    Thank you!

    Calling a user-defined function is likely to slow down your query.

    What's the problem with just using regular date formatting strings for example

    SQL > select to_char (to_date('15/09/2014','DD/MM/YYYY'), 'YYYY "9" Q') of double;
    TO_CHA
    ------
    201493

    1 selected line.

  • Cannot convert pdf to word

    Has always been able to convert PDF documents to word until today?

    Hi michellem99872918,

    Could if it you please let me know how you convert pdf document to word - in Adobe Reader or via https://cloud.acrobat.com

    You see an error message?

    You are not able to convert a single PDF or all PDFs?

    You can try the steps below:

    Cannot convert PDF to word

    I still cannot convert a pdf file to a word doc.  Need help!

    I'm unable to convert a pdf file to word, I get the error message indicates that it contains XFA forms

    Let me know if it worked.

    Thank you

    Shivam

  • Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Hi mm12798893,

    For all these features, please see the service pack Adobe PDF or Acrobat DC subscription.

    See these KB doc for more information:

    https://www.Acrobat.com/en_US/landing/EXPORTPDF-pricing-b.html let us know if you need help.

    Kind regards

    Meenakshi

  • I need to download the program to convert PDF to WORD

    Please help me

    Hello

    "You can download Acrobat DC that would not only help to convert your PDF ' word but let several tasks as well as.

    Download Adobe Acrobat DC (DC) | Company or VIP

    Concerning

    Sukrit diallo

  • convert data from oracle to sql server functions

    In oracle, I get the result.

    floor ((trunc (INF. INFUSION_DTE) - trunc(S.BIRTH_DTE))/365.25) as PATIENT_AGE,)

    example: patient_age is 30

    How to write in sql server, looking for the same result as an oracle.

    CONVERT (VARCHAR (12), t.event_dte, 111) event_dte,.

    CONVERT (VARCHAR (12), p.birthday, 111) anniversary.

    Google is your friend... search for "sql server convert date of birth age" and you will get many examples. And here's one:

    DATEDIFF (hour, p.birthday, t.event_dte) / 8766 as age

    HTH,
    Brian

  • How to convert PDF to WORD DOC

    How to convert PDF to WORD DOC

    Hello

    It is possible conversion of PDF to word, PDF to Word Converter doc | Adobe Acrobat DC where you can use 'try Acrobat Pro DC for 30 days. Start free trial"I personally use so too a Word built-in converter."

    Hans-Günter

  • I signed up for the basic acrobat reader conversion program, but he won't let me not convert PDF to Word.  I looked at troubleshooting tips and how advice but after I connect it just says this is not supported and directs me back to sign

    I signed up for the basic acrobat reader conversion program, but he won't let me not convert PDF to Word.  I looked at troubleshooting tips and how advice but after I connect it just says this is not supported and directs me back to register for the conversion program.  I would rather talk to someone, but I can't find a phone number or the option for a cat.  I have a PC.  Any help would be appreciated.

    Hi dianar30180588,

    Try to use the service to export to PDF Online https://cloud.acrobat.com/exportpdf

    Kind regards
    Nicos

  • I can't convert pdf to word... always get error... Please help

    I can't convert pdf to word... always get error... Please help

    Hi jamiec78954247,

    Try to use the https://cloud.acrobat.com/exportpdf online service

    Let me know how it goes.

    Kind regards
    Nicos

  • I was converting pdf to word. I tried to download multiple documents, but the system froze.  I closed the Acrobat Reader. Now, I see no export tools more.  I even tried to restart the computer.  I am currently with my account.

    I was converting pdf to word. I tried to download multiple documents, but the system froze.  I closed the Acrobat Reader. Now, I see no export tools more.  I even tried to restart the computer.  I am currently with my account.

    Hi bulldogcl1,

    Please perform this cleanup tool to uninstall the reader Download Adobe Reader and Acrobat cleaning - Adobe Labs tool, reboot your system & install the latest Adobe Acrobat Reader DC Acrobat Reader DC Learn & support , sing with your Adobe ID to use the export to service PDF format using Acrobat Reader. Export PDF to Acrobat Reader DC.

    You can also use this online https://cloud.acrobat.com/exportpdf service

    Let me know if it solves your problem.

    Kind regards
    Nicos

  • How to convert PDF into word document

    How to convert PDF to Word doc?

    Hello

    You can see the following link to convert a PDF file to word using Acrobat.

    https://helpx.Adobe.com/Acrobat/using/exporting-PDFs-file-formats.html

    Concerning

    Sukrit diallo

Maybe you are looking for

  • 30/31 of Firefox is very slow and plant constantly?

    Hello.Since I updated to 30 FF, I find it VERY slow and it blocks many times a day. I was happy when version 31 is out because I thought it would work better, but it doesn't.The pages take forever to is to load, most of the time they will not and I h

  • Cannot find how to install iPhoto om macbook IOS 10-7-5. New with apple

    Cannot find how to install iPhoto om macbook IOS 10-7-5. New with apple

  • Screws of demolition, but none are running

    So I have a strange and it is difficult to isolate the problem.  Initially, I had a support project size, with 8 players age or so using events user to communicate between modules.  I had several user interface elements that can spawn brat screw for

  • sisproc virus

    just ran the microsoft scanner, he said that he we removed partially. How can I delete this perminantlly.

  • Remove the material (hard drive?)

    I just reinstall windows after getting a new motherboard. Windows workded fine until this only after updating windows. Now theres a notification for windows to remove the material in the notification area. The device, it's my hard drive! I don't want