Call to_char, to_number or to_date with nls_pars but without a format model

Hi
     Does somebody know if there is a way to call to_char, to_number or to_date functions defining nlsparam argument and without defining the format model arument, in order to use implicit conversions.
Thanks
Bye Alessandro

In my environment there is a table where I store old values (each field as varchar2) of updated and deleted table records with a sort of audit_triggers.
These triggers are the ones using to_char(<number>) to convert a number. It works fine because it does what I need. If i specify a format model ( the same for all the conversion ) I have some problems. Some of them are the following, there are more.
- with decimals for the format model on an integer I'll have a conversion like "1.00000000000" on the table storing old values and I had indications to avoid this behavior.
- if I don't specify enough 9s for the integer part the number will be converted to a string like "################".
Now I found that some users work with a different nls_numeric_characters session parameter and this introduced problems for reading those numbers because 1.500 can be one dot five or fifteen hundreds.
A format model that does the same as implicit conversion would work as well but I didn't find it yet.
Thanks Alessandro
Message was edited by:
Alessandro Rossi
My need then is to call to_char() with nls_pars but without a format model
A sample of why I want the implicit conversion
select to_char(1989793456895722342342334534534564356435902636)
from dual
select to_char(198979345689572234234233453453456435253453154153456435902643536,'999999999999999999999999999999999999999999999999999999')
from dual
/

Similar Messages

  • My iPhone 4s syncs with iTunes, but without a change. its says sync complete but nothing actually changes on my iPhone, or vice versa.

    Can anyone help me with this?
    I plug in my iphone 4s 5.0.1 to my macbook pro 15" with itunes 10.5.3, it syncs normally but without action. its like a fake sync. Whatever i change on my iphone or on my itunes, it says the same when i sync or apply changes.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these Steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step... Be sure to make an appointment first...

  • Using Brio with VB but without the Brio VB API

    Hi there. We're currently attempting to integrate our product (a website) with Brio. For the time being it's only being done for a demo to gauge whether are customers are interested in the functionality or not, so it may or may not actually happen for the version proper. Because of this our company is unwilling to invest in the API just yet, but still wants the work done (the usual developer's conundrum). I'd like to know is it possible to call into Brio, generate a report and embed the results on a webpage without using the VB API supplied by Hyperion? Does anyone know how to do this? It's being done for a demo, so efficiency and performance aren't yet relevant - just more or less a hacked version that can act as a proof of concept. I'm personally new to Brio, so I don't really know how to go about it. Do we need to get the VB API immediately, or can we wait 'til we know we need to write a version that we can sell.Basically, the task is to pass a customer ID into a .bqy file when the user selects an option from a dropdown, and display the results in a frame on the webpage.Any thoughts?

    This kind of questions are sometimes posted. To use GPIB from .NET managed environment, the easiet way is use VISA COM software. The VISA COM software is available on every PC which installs NI-VISA 3.0. I posted a C# example using VISA COM at the following post. Basically the approach is the same for VB.NET and VC++.NET.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000047A30000&USEARCHCONTEXT_CATEGORY_0=_26_%24_13_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_26_%24_13_&UCATEGORY_S=0
    Makoto

  • How export  tables with metadata_only but without initial??

    Hi,
    I use this sentence:
    expdp DADM/pass
    SCHEMAS=DADM
         DIRECTORY=DPUMP_DIR
         DUMPFILE=dadm_sd30052011.dmp
         LOGFILE=dadm_sd30052011.log
         CONTENT=METADATA_ONLY
         INCLUDE=TABLE:"IN ('CBTCERR','CGDASID')
    But, when i import dadm_sd30052011.dmp file, the tables are created with the original INITIAL and are empty. How do I get to be imported without the INITIAL?
    Nataly La Fosse A.
    Edited by: user11987428 on May 31, 2011 1:15 PM
    Edited by: user11987428 on May 31, 2011 10:52 PM
    Edited by: user11987428 on Sep 16, 2011 2:42 PM

    You want to add:
    transform=storage:n
    but that may remove more than what you may want. It may also remove the tablespace information. Your best bet would be to run the impdp command with
    transform=storage:n sqlfile=mysql.sql
    this will create a file called mysql.sql that you can edit to see if it is doing what you want it to do. When you add sqlfile to your impdp command, nothing is imported, instead, the commands are written to the file instead.
    Hope this helps.
    Dean

  • TS5150 Is there any way to view movies with subtitles but without closed captioning? I can get both or neither, but not subtitles only.

    Just in the last year I have had problems with a lot of foreign language films where I can have both subtitles and closed captioning or neither. (I'm very fortunate not to require closed captioning, but I speak only English and Spanish, so I often need subtitles.) I am in my 50s and have been a huge foreign film fan since college, but I don't remember ever having this problem until very recently. Tech support chats with Netflix and AppleCare calls in re iTunes/AppleTV have not provided any answers. The current state of the art seems a step backwards from what never used to be a problem. I'd be interested in knowing if anyone else has had this issue. A search of "subtitles" brought 0 responses, so I have to assume I'm the first person to have asked about it.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • KM Scheduler isn't running with Implementation - but without

    Hi experts,
    I have a very confusing problem with my portal scheduler.
    This is my implementation.
    public class AbstractImportScheduler implements ISchedulerTask
         private static final Location logger = Location.getLocation(AbstractImportScheduler.class);
         public AbstractImportScheduler()
              // Note:
              // The task must implement a default constructor to have them created by the scheduler after a system (re)start.
         public void run(String id, Properties properties)
              logger.debugT("start import scheduler");
              logger.debugT("Scheduler is taking a local file for import.");
              try
                   Importer importer = new Importer();
                   importer.run(takeLocalFile);
              catch (Exception exc)
                   logger.errorT(exc.toString());
              logger.debugT("end import scheduler");
    So, if I comment the try-catch-block out, everything works fine - the scheduler is running. I can check this looking at the logfiles.
    But if I remove the comment around the try-catch, the scheduler will not work.
    I'm sorry for not using the search, but I have absolutely no idea for what I can search.
    So, hopefully you can help me. If you need further information, I will try giving them.
    Thanks in advance.
    Regards,
    Tobias

    Hi iburnthings,
    How did you configure the task schedule from the UI(User Interface) or command line ?
    Have you configured the triggers as "At Startup" ?
    Please also navigate to the task and check the history for more information to troubleshoot this issue .
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • 29875; error updating table with geometry but without index

    hi,
    I've a table with next description
    AGGREGATEDUNIT_ID NOT NULL NUMBER(38)
    DATASET_ID NUMBER(38)
    GEOMETRY MDSYS.SDO_GEOMETRY
    REDEFINEDMETADATA SYS.XMLTYPE
    I dont need a spatial index in column GEOMETRY, but when I try an update operation:
    INSERT INTO AGGREGATEDUNIT (AGGREGATEDUNIT_ID, DATASET_ID) VALUES (389, 893)
    I get next error:
    INSERT INTO AGGREGATEDUNIT
    ERROR en lmnea 1:
    ORA-29875: fallo al ejecutar la rutina ODCIINDEXINSERT
    ORA-13203: fallo al leer la tabla USER_SDO_GEOM_METADATA
    ORA-13203: fallo al leer la tabla USER_SDO_GEOM_METADATA
    ORA-06512: en "MDSYS.SDO_INDEX_METHOD_9I", lmnea 183
    ORA-06512: en lmnea 1
    anybody knows?
    thanx

    Hi,
    Whether you need the index or not, someone has created a spatial index on the table.
    You can drop the index, or you can add the metadata for the table into user_sdo_geom_metadata (it was there at the time the index was created).
    Hope this helps,
    Dan

  • Sending an username and a password with SSL but without Authentication

    Hi,
    I've read several threads about this topic but I'm still confused. I need to send a login and a password in a more or less secure way (not sending it in the get/post and not using a base64 encoding), but I don't want authentication, just to send the info from the browser to the server without everyone in a firewall/proxy being able to read it. I don't want the popup window annoying the user. Buying a certificate from a certification entity would be the last option.
    Could anyone confirm that is impossible to do without including the authentication?
    Thanks in advance,
    - Juan

    HTTP Authentication works via a glorified GET anyway.
    You can only (generally) send stuff via GET or POST.
    SSL encryption takes place outside (or around) the request and response of HTTP, so using an https URL to a server that supports it will make sure that the data in the request including the name & password are encrypted.
    I don't want the popup window annoying the user. Not that you need a popup... a simple form would do, but you need to get the username from the user somehow. You can't get it from the browser otherwise.
    A certificate is not normally needed on the client side, but it is needed on the server.

  • WPA-PSK with TKIP but without MIC

    Does WPA-PSK with TKIP encryption not support MIC?
    any input is very welcome
    Oliver

    WPA is a standardized mechanism for accomplishing a couple of things with respect to WLAN security:
    1) Uses a mixing function to create "key integrity" (TKIP)- this prevents "passive" WEP attacks
    2) Creates a "message integrity check", which prevents packet tampering, typically used for the purpose of inducing the system to send packets that could be used to compromise a WEP key

  • HT4436 My daughter has an iPod touch which has been set up under my apple ID. I want to change this so that she doesn't receive messages and FaceTime calls from my fiends and vice versa. I have set her up an apple ID with iCloud but the settings still sho

    I need help setting up my daughters iPod. She has been using her iPod touch for 6 months using my ID. This caused a problem now that she is a bit more savvy and has learnt to message and FaceTime. I get her calls and she gets mine. I have set her up her own ID with iCloud but when I go to settings for FaceTime and messaging I can't erase my ID. So the problem is not really solved. She will have to access iTunes through me as she doesn't know my password and any games etc have to pass the mummy test. Can anyone help?

    Thanks.  I have my iPad on my lap and her iPod in my hand. We can FaceTime each other but it won't let either of us message each other. I know mine is activated as I use it frequently. I have activated hers as well. Maybe I will put it in the too hard basket for tonight, sleep on it and try again tomorrow.

  • HT1665 i have an apple IPhone4. I am experiencing certain problem with my iphone4. The problems are as follows a. my ear piece and proximity sensor is not working while making a call. 2. It cannot reproduce sound without earphone but rings if gets any cal

    Hi folks,
    i have an apple IPhone4. I am experiencing certain problem with my iphone4. The problems are as follows a. my ear piece and proximity sensor is not working while making a call. 2. It cannot reproduce sound without earphone but rings normally if gets any call.
    Can any one help me in this regard??

    Try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting, but it can cure some glitches after installing new software or apps.

  • Hi I have a iPhone 4 and I seem to have a problem during calls. If I make or receive a call I can hear the person who is on the line with me but the other person can't hear me. This problem has occurred 1 week ago so please get back thank you

    Hi I have a iPhone 4 and I seem to have a problem during calls. If I make or receive a call I can hear the person who is on the line with me but the other person can't hear me. This problem has occurred 1 week ago so please get back thank you

    You use Restore to get the latest firmware build, not the Update button. You can only use the Update button, if there is an iOS update, say iOS 5.1.
    this link talks about updating to 9A406 to fix the "No Service" issue with iPhone 4S:
    http://iphone-and-i.blogspot.com/2011/12/fixing-iphone-4s-signal-problem.html

  • Microphone of my iphone is not working when i call anyone nobody can listen but me, its working with headphone but its also working with videocam recording, please help me to solve this probelm.

    microphone of my iphone is not working when i call anyone nobody can listen me its working with headphone. but it is working with videocam recording, please help me to solve this probelm.

    Try this:
    1. Reset the iPhone by pressing and holding the sleep/wake and home buttons and releasing them, when the Apple logo appears on the display. Now test again.
    2. If the issue persists: Restore the iPhone without any of your own content, using this description from Apple: http://support.apple.com/kb/HT4137
    3. If the issue persists, Your iPhone need repair.

  • HT203551 I have an iphone 4, the calls are with Telstra but internet is with dodo, I can recieve emails but not send them?Does anybody know how to remedy this?

    I have an iphone 4, the calls are with telstra but internet is with Dodo.I can recieve emails but not send them?Could anyone please remedy this?

    Welcome to the Apple Community.
    i assume the email account is your iCloud email account. have you tried turning off settings > iCloud > mail, restarting the phone and then re-enabling mail again.

  • My 3 months old iPhone4 display went off without doing anything other than receiving calls. My line is in connection but cannot interact with iPhone

    Hi
    I bought an iPhone4 from leading electronic device dealer in UAE three months back and using a pre paid mobile line in it. i use once in a while my email through iPhone, but i haven't used last couple of weeks internet. Today i have received so many calls without any interruptions. Suddenly when i am looking to iPhone nothing was coming in the display. Then i tried to make calls to the number which keeps ringing, but i cannot interact with it. No buttons (either Home button or power button) responds me, provided the battery is almost fully charged. My iPhone serial no. is 811121V8A4S and P/N is MC603AE/A.
    Appreciated if any solution is advised as soon as possible.
    Thanks
    Message was edited by: abdul rahoof

    Lenovo support (for me in Canada at least) is based in Atlanta, so I'm surprised you found a tech with bad English...
    Your problems sound like windows problems, not hardware problems -- are you running XP or Windows7? If you google based on your OS, there are threads to be found on slowing down the start menu behaviors.

Maybe you are looking for

  • Link betweeen BW and R/3

    Hi All, I want to know the steps to create a connection between the R/3 and BW. Below are the steps which I know and I am not sure how far are they correct. Could someone please have a lokk at them and let me know if they are correct. The steps below

  • How to configure terminal services in Windows 2012 server to make multiple connection simulteniously

    Hi I am configuring a Windows Server 2012 in a way so that 10 user can access this server through remote desktop connection simultaneously. We have purchased 10 UserCal license for this server. Please guide me step by step ho to configure this server

  • CSS - src and dst in the same vlan

    Hi guys, I need LB something like this in routed mode: first data flow: [client]->[vip1-c(css)]->[www1/www2] and second (backend) flow is: [www1/www2]->[vip2-c(css)]->[www3/www4] vip1,2-c = VIP address on client side www1,2,3,4 = all servers are in t

  • Problem viewing live video

    I have a strange problem, that seems to be related to an ASA firewall, in shot I have some users that are trying to view a live video or audio stream from the internet, and basicly it sometimes works and sometimes not, more often not if they try to v

  • No module named csv

    Hi All, I'm a newbie to ODI and I'm trying to write a Jython script that manipulates CSV files. I tried to use the csv module of Python and on a Python script it works OK. Now I tried to create a procedure with a Jython step but when I try to execute