Forms can be customized to support the Jalali calendar in the front end?

One of our potential clients want to use Jalali (Persian) calendar.

I changed the NLS_CALENDAR for the session in Persian, and this is the output of SQL SYSDATE.
SELECT SYSDATE FROM dual;
SYSDATE
------------------
15 Shahruoar 1389

Thus, it seems to work.

Now the question is our illustrious popup calendar here http://www.freeimagehosting.net/uploads/f257c3997e.jpg in our front will also change the months and dates accordingly. It is DATE_LOV utility developed by Mark Doran we use.

I am unable to change the NLS_CALENDAR DB in Persian to test due to admin problems.

Tagged the calendar then, see the Shahruoar for the month instead of September?

Yes, but the value set on the database has no effect for your customer session. Take a look at the globalization support Guide:
http://download.Oracle.com/docs/CD/B19306_01/server.102/b14225/ch3globenv.htm#i1005949

SQL> select * from nls_database_parameters where parameter = 'NLS_CALENDAR';

PARAMETER                     |VALUE
------------------------------|----------------------------------------
NLS_CALENDAR                  |GREGORIAN

SQL> select sysdate from dual;

SYSDATE
-------------------
07.09.2010 08:18:59

SQL> alter session set nls_calendar=persian;

Session altered.

SQL> select sysdate from dual;

SYSDATE
------------------
16 Shahruoar  1389

SQL> select * from nls_database_parameters where parameter = 'NLS_CALENDAR';

PARAMETER                     |VALUE
------------------------------|----------------------------------------
NLS_CALENDAR                  |GREGORIAN

SQL> select * from v$nls_parameters where parameter = 'NLS_CALENDAR';

PARAMETER                                                       |VALUE
----------------------------------------------------------------|----------------------------
NLS_CALENDAR                                                    |Persian

SQL>

as you can see the database setting has nothing to do with the dateformat in my current session.

see you soon

Tags: Oracle Development

Similar Questions

  • Select Fire FTP script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends. Script: chrome://fireftp/content/js/local/localTree.js:134

    After the last update on Firefox FTP fire does not open easily. I get this message more than once. First time I had problems with the selection of FTP
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends.

    Script: chrome://fireftp/content/js/local/localTree.js:134

    Try to update your module:

    Check and tell if its working.

  • How can I stop this > a script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends. Script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionMana

    What is the cause of the WARNING when I open firefox and how can I fix it? > A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends.

    Script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionManager.js:623 <

    This has happened

    A few times a week

    From what I can tell, you have the toolbar installed, and which is known to cause problems. Go in Tools > Modules > Extensions, select the Ask toolbar, click disable , and then restart Firefox.

    If it does not, your troubleshooting details. See using the page of troubleshooting information to help solve the problems of Firefox

  • Upload of a file in the front-end server

    I think that what I am about to ask is not possible, however, I thought I should ask.before I say it's impossible.

    With open admin, you can create file download this download into a specified directory. Is there anyway for this expose on the front-end of the site to allow customers to download files?

    I ask because I want to reproduce a file download feature that downloads in a specific directory of the site. Once it's done I display the image on the end front of the website.

    I know that I can download files using an online form, however, it does not work for what I want to do.

    Any ideas or thoughts on this?

    Hi Lynda,

    That would be a security risk with the bad files, virus and open to misuse.

    You can submit files in a folder by a submission of web app where you need to be connected. This is the option for these reasons and a normal form submission goes into a case to move away her your site if someone does not know keep and hotlink as a free space etc.

  • How to print got string in buffer in a table at the front end?

    Hello. I want to print the string obtained in buffer in a table opposite end. I play serial with a machine, where I'm supposed to place an order to get the answer. The machine I'm trying to communicate has 6 cylinders, when I pass command 'b', it sends the values of the bottles as a string. Example: when 'b' is passed, I get "b 50.8 54.8 60.2 65.3 57.0 61.6" in buffer. I want to put these values in a table at the front end. Can you please give a tip / solution to my problem? I have attatched the vi. Thank you.

    Hi Madara77,

    Table is an array of shots, first think about how you can get the array from the string above,

    Here you need to parse the string correctly, for the string "b 50.8 54.8 60.2 65.3 57.0 61.6"

    1. remove the space first and the last, removal of b , (use the subset of the string function ( )

    2. now you have ' 50.8 54.8 60.2 65.3 57.0 61.6.

    3. now try to get the table on top of the string based on usage worksheet of array of strings

    (a) use the delimiter as space constant.

    Table 2D b) array type as a string

    Now, just wire this scoreboard table.

    It will be useful.

  • Is there a a way to users to add products in the front-end, using a Web - App?

    I'm racking my brains trying to find a way to allow users to add products to the front-end servers on their own.


    I'm building a site for a client who needs of users are able to create its own window, a bit like ebay. This is exactly the feature I want: Provider Frontend products - download Magento Connect


    There MUST be a way to do this with a web application, even if it means writing in code... someone can suggest a way to do?

    In short, case No., but is possible.

    Solution 1: Hosted on BC, external interface which means that interface with the BC APIs, externally hosted server.

    Solution 2: Wait for the API v3 comes out... no timeline given Adobe. This would eliminate the need for external API server.

    Can do the two solutions for you, but the 2 will not work until adobe allows it.

  • To avoid writing code with the front-end database

    Hello

    I'm working on a database application using database 10 g as backend and front-end dotnet. I want to run only oracle stored procedure to select all (to avoid the hard parse and use bind variable), operations DDL and DML. just to avoid writing code database with the front-end server. Can someone give me please a little examples of:

    1. Select the output of the query to be returned in the result set of the stored procedure.

    2. DML for example of stored procedure.

    3. stored procedure DDL examples.

    using scott.emp, so that I just called the stored procedure, rather than selecting on the don, DML or DDL commands at the front end. Even though I read in the documentation, but a cup examples will help me to enter a clear concept as well.

    Thanks and greetings
    Girish Sharma

    Hello...

    --> Select example
    create or replace procedure get_emp (rc on sys_refcursor)
    is
    Start
    Open rc to select * from emp;
    end;

    --> Example of DML
    create or replace procedure do_dml_emp (pempid in number,
    pempname varchar2,
    Result number)
    is
    Start

    insert into emp(empid,empname) values(pempid,pempname) return empid as a result;
    exception
    while others then
    result: =-1;
    end;

    --> Example of DDL
    create or replace procedure ddl_emp (varchar2 column name,
    ColType varchar2,
    Result number)
    is
    Start
    result: =-1;
    run immediately 'alter table emp add column' | colname | ' ' || ColType;
    result: = 1;
    end;

  • Create column for a YEAR on the front-end or Data Modeler?

    You want to create a column of CDA in the Data Modeler or the front-end server. In the Data Modeler, the CDA is summarized by date opposed to the month which is a very large number. On the front, it gives an error of invalid syntax when you use date (expr, time_period).

    The question seems to be a corrupt hierarchy of the time Dimension. It's working now.

  • Hide columns in the front-end, i.e. the Oracle answers

    Hello

    I wonder if it is possible to hide the columns considered non-essential as the answers ID so that the front end users only see the column that should
    be exposed for reporting.

    Thank you

    Remove unnecessary columns from the presentation layer in the repository.

  • What customer VDM supports the CAC cards?

    I have the latest ESX and VMware View and vCenter installed as well.

    He is everything is configured such that I can present through the client discovers a couple

    Windows desktop computers and connect to them.

    However after creating a keystore and certificates required for the VDM server.

    and allowing chip card (even forcing him), I find that I can connect is no longer

    with the Client to display at all.   We're supposed to to bring up a dialog box PIN code when

    He sees a drive and a valid card, when the view is installed on ActivClient

    MiddleWare (as I have), but instead mine always just says: it can not

    connect to the VDM, because a smart card is necessary.

    I saw that in some document referring to having to use a VDM

    client which is not supported "Online desktop".   However, I do not know

    How called, what version, what it has packaged with or where to download

    he leave.  I would like to try it and see if the problem I have is with that,

    or something configuration, but I have no idea where to look.

    Someone knows something about it or have some ideas/suggestions?

    Thank you!

    The customer display Windows version 3.0 and later support smart card.  If you are not prompted for your card chip PIN then your server to view or your client connection is not configured properly to use authentication by certificate.  You did it for the view connection server, ensure that you went to ensure all the steps mentioned in the Administrator's Guide?  One thing people tend to forget (or spelling) is useCertAuth = true in the locked.properties file, as mentioned in the guide.  And for the customer, are you sure that set you up authentication by smart card properly?  To check if certificates are available for the customer to use, you can go to start > Control Panel > Internet Options > Content > Certificates > personal and view certificates.  When you insert a smart card into the reader, Windows copies the certificates on the local applications computer as the Client of the view can use them.

  • Equium A100-337 - can I manage 2jacks on the front?

    I have 2 Jack on the front of this laptop is for the microphone/line input and the other is the helmet.
    As I am a Dj I need 2 output stereo (one for headphones in the amp) so I can listen to the songs while playing songs.
    on my other computer when I connect a plug on the front panel it asks me what I want is to know back to the front of the enclosure.
    My question is: is there anyway to manage the 2 sockets on the front of the laptop instead of mic in & headphone I would rear stereo LR & before LR stereo?

    Hi DJ

    As far as I know that something like this is not possible. In my opinion, you should visit some stores PC and speak with dealers. I'm sure that you can buy some external device that allows something like this. Perhaps there are PCMCIA solution.

    When you have time go to the search option and use the DJ as a search term. If I well remember some DJs have already written here. Maybe you will find some useful information to make your job easier.

    Bye and good luck!

  • You can copy custom settings to the list of a project with the other?

    With the help of RH9. We have created a number of entries in the list of tasks for one of our projects Robohelp we now want to use in all of our HR project (file > project settings > manage To Do List for Robohelp project). Is it possible to copy these entries from one project to another? Or do we need to re - create the list of tasks to do for each of our projects 20 +?

    Hello

    "To Do" list items seem to be stored directly in the file ProjectName.XPJ. So, theoretically, it would be possible to copy them by opening a XPJ in Windows Notepad, copy, then open the target XPJ and sticky. However, this will probably cause a disparity between the XPJ and the. DPC. So before you actually open the project where you copy them in, you want to close the project and delete the DPC. Then change the XPJ and reopen the project. A fresh CPD should be cooked upward and things must be synchronized.

    You can also submit a form wishes to apply for an easier way to transfer custom lists. (the link is always in my signature)

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • How can my customer changes in the Muse herself?

    I think his website in Muse, plans to publish in British Colombia. Does need his Muse account to be able to make its own changes once the site is published? How would she go to a site I designed?

    Then use this:

    In the browser edition of Web sites using third-party providers of hosting services

  • When I run CLEAR HISTORY, I get this error... A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends. Script: chrome://browser/content/sanitize.js:136

    response to "continue the script" works sporadically. Usually, I opt for STOP SCRIPT.

    Problem occurs with other times, but not as consistent as w / clear Hist

    Which may be caused by disabling cookies via "clear recent history".

    • https://support.Mozilla.com/kb/clear+recent+history
    • Firefox/tools > Options > privacy > Firefox will be: "Use the custom settings for history" > [X] clear history of Firefox closing > settings
    • Firefox > history > clear recent history or tools > clear recent history

    If you use "Clear recent history" to clear Firefox cookies also tries to clear cookies from plugins like Flash (LSO), and then starts a process plugin-container for each plug-in, and which can add extra time and can cause a script error does not appear.
    Make sure that all plugins are up-to-date.

    Try to exclude cookies to see if that helps.
    Allow all cookies expire when you close Firefox to delete unwanted cookies and keep those with an exception permit.
    Make sure that you do not erase the "Site preferences" because that will remove all exceptions.

    • Tools > Options > privacy > Cookies: "Keep until the": "closing of Firefox".
  • A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends.

    It seems to be trying to connect to www.google.com, which seems to indicate that the problem is related to Recaptcha. The page opens with IE and Google Chrome.

    Found the solution! The problem is with the AsyncFileUpload. Solution can be found at http://ajaxcontroltoolkit.codeplex.com/workitem/27489

Maybe you are looking for