Want to see whole SCN number instead with +E number

SQL> SELECT CURRENT_SCN FROM V$DATABASE;
CURRENT_SCN
1.0254E+13
SQL> select name,database_role,open_mode,CURRENT_SCN FROM V$DATABASE;
NAME DATABASE_ROLE OPEN_MODE CURRENT_SCN
P89889 PHYSICAL STANDBY MOUNTED 1.0254E+13
how can i see the whole number instead with +E
Thanks in advance
Edited by: Dharmesh Kumar on Aug 4, 2009 7:48 AM

SQL> column current_scn format 999999999999999999
SQL> SELECT CURRENT_SCN FROM V$DATABASE;
     CURRENT_SCN
         5183434

Similar Messages

  • Display Extension Number Instead of Switchboard Number

    Hi,
    We are using CUCM system in one of our branch office, we want to display extension number instead of switchboard number when we call external. But the telecom company said the dial information we send is "Unknown", need to be changed to "National Effective"... The voice gateway is C2951 and it's configured by vendor before; I can't find any configuration related to that, or maybe there wasn't any. Can someone help with this? Thanks.

    Make sure the phones have external phone number mask and under route pattern you have Use Calling Party's External Phone Number Mask - checked. Then follow the below to set the called party number plan:
    If its a MGCP gateway then under the route pattern>called party transfomrations> set the called party number type to local/national/international depending for the respective route pattern.
    Review: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/8_5_1/ccmcfg/bccm-851-cm/b03cldpt.html#wp1350852
    If its H323/SIP you can use translation rules. Review the below document:
    http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/61083-voice-transla-rules.html#type_plan
    -Terry
    Please rate all helpful posts

  • MIRO / - Can it match on item number instead of line number?

    Hello,
    I am bringing in INVOICE01 iDocs and posting them (same as manual MIRO) against 2 Way Purchase Orders with function module IDOC_INPUT_INVOIC_MRM.  Since the PO's are 2 Way PO's we don't do receipts against them.
    My Issue: This vendor does not always have accurate line numbers on their invoice.
    My question:  Can I set up MIRO (and IDOC_INPUT_INVOIC_MRM) to match on item number instead of line number?
    Thank you

    You can only pass the PO number to post invoice in MIRO transaction. The caveat here is that this workes perfectly if your POs are single line POs. If not then there is no way of posting a correct invoice without the line number.
    The item/material number you are referring is not part of the MIRO parameter selection process for the same item/material there can be many POs with the same vendor or even multiple vendors.

  • Billing Document Number saved with Preceding Number from Number range...

    Hi Everybody,
    I am facing with some irregular problem which is as follows :
    For example, Billing Docs created in the month of January was saved with number series like 10161, 10162, 10163 .....and so on....
    But the user has creatd the document in February and it got saved with number like 10121......which is a preceding number and there is only one document like this....
    The number range is Internal Number Range...even though it got saved with preceding number.
    Can anybody plz tell me why this has been happened ?????
    Proper answer will be rewarded....
    Thanks in advance....

    Hi Chaitanya,
    Please check whether someone has changed number status in VN01 and previously 10121 was not used.
    also check whether you are using ztable for number range depending upon plant.
    Regards,

  • Want to see constant text, say, TEST with strike off (like in MS word) prit

    Hi
    I hv a smartform, in which I hv a box with the size of 1 inch height and 10 inch width. I hv some text in it, say, "TEST", well.
    Now I need to print it as strikeTEST (meaning strike off like in MS word)
    So, pls. let me know How can get it?
    Thank you

    Thank you,
    "there are ready made fonts with strike out option"........Can you pls. mention couple, so that, will get it from Google. Right now, I dont know any such.
    Thank you,

  • I want a Touch 40 gig, but lable with track number and title

    Would this cause any issue?
    Also, does the Touches still dump all music to one folder? What about saved files of other formats for storage? Can you store those in other folders?
    Thanks!

    You both need to have an iPod Touch (4th generation) and use e-mail addresses to use FaceTime. This support document will help you http://support.apple.com/kb/ht4319

  • Declaring a Number field with specific number of digits and without

    Hai Everybody.
    I have a small doubt. At the time of creating a Table with column as Number data type, if i do not specify the length of digits, what it will take by default. What are the advantages and disadvantages of declaring the number field without specifying the length.
    For example:
    Create Table temp1 (col1 number);
    Create Table temp1 (col1 number(6));
    What is the difference between both the above statements. With the First Statement, what is the maximum number the table will accept.
    Which one is better in terms of resource optimisation like alloting the memory space or processing speed or any other resources.
    Pl clerify me.
    Thanks
    JD

    Hi,
    JayaDev(JD) wrote:
    Hai Everybody.
    I have a small doubt. At the time of creating a Table with column as Number data type, if i do not specify the length of digits, what it will take by default. What are the advantages and disadvantages of declaring the number field without specifying the length.NUMBER means any number (that Oracle can handle).
    NUMBER (6) means an integer, with no more than 6 digits. If you INSERT 12.345, it will automatically get rounded to 12. If you try to INSERT 1234567, it will raise an error.
    The default value is NULL in both cases, unless you specify otherwise.
    >
    For example:
    Create Table temp1 (col1 number);
    Create Table temp1 (col1 number(6));
    What is the difference between both the above statements. With the First Statement, what is the maximum number the table will accept.In Oracle 11, the largest number is 9.99999999999999999999999999999999999999E+125, I believe.
    Which one is better in terms of resource optimisation like alloting the memory space or processing speed or any other resources.NUMBER (6) is more efficient.
    As in so many things, you get what you pay for. If you want the ability to handle larger or more precise NUMBERs, you pay for it in more storage space and less speed.
    Read the pages that Karthick and Maktutakdu shown you.

  • Table of Content with page number for entire pdf

    Hi
    We need to merge dynamic pdf with n number of static pdf.
    The output of the generated pdf has one of the page called Table Of Content with page number.
    For this we have created following process
    We created a form using Adobe livecycle form designer to populates input data(xml).
    We created process to generate dynamic pdf .
    We have static pdf's in some folder location(Eg:C:\temp)
    We created xsl to generate DDX to merge Dynamic pdf with static pdf's by using an assembler operation in the Process
    There are number of static specification pdf's  inserted in between of dynamic pdf using logic in xsl.
    We used bookmark option in xsl for creating table of content .
    While invoking the process we are able to generate the correct merged pdf with some unformatted page of table of content
    We can explain better in the following way where we are actually facing a challenge:
    We need a table of content in the below mentioned format:
                                                                                                                 PAGE
    MAIN DESCRIPTION                                                                                    n
    ID1             NAME1            DESCRIPTION   1                                              m
    ID2POK       NAME2            DESCRIPTION   2                                              m
    FDJKHJG                                                                                                   
    ID3             NAME3            DESCRIPTION   3                                              m
    MAIN DESCRIPTION2                                                                                 n
    ID3            NAME3            DESCRIPTION   5                                               m
    ID4            NAME4            DESCRIPTION   4                                               m
    ID5            NAME5            DESCRIPTION   5                                               m
    Since the pdf merging and numbering is done  using ddx at runtime, page number tag is not there in xml and  therefore the toc page cannot be populated at the time of form design.
    The issue we are facing is that, by using ddx script we are not able to align id,name,description in  table of content in proper manner. We want to wrap particular id ,name and description in their respective columns.
    Currently, we are getting the below mentioned result which is not in a proper format.
                                                                                                               PAGE
    MAIN DESCRIPTION                                                                                n
    ID1HDSJHJDHFDJFHD            NAME1FDJFHDJH           DESCRIP
    TION 1                                                                                                    m
    ID2POKLFDJKHJG           NAME2FDJKFJDKFJKD            DESCRI
    PTION   2                                                                                                m
    ID3            NAME3            DESCRIPTION   3                                             m
    Note: Page numbering has been done only after merging all the pdf(Dynamic and static) using ddx  instead of the adobe livecycle form designer.
    Is there any solution to resolve the formatting issue or any other option to create table of content dynamically ?

    Hi SaCvP,
    According to your description, you want to display the table of contents with page number in SSRS 2014.
    In Reporting Services, the global variable PageNumber or Totalpages can be only used in the page header and page footer. In your scenario, you can create a table of content using document map, but we can’t specify the expression with PageNumber or Totalpages.
    So your requirement can’t be achieved currently.
    Reference:
    Create a Document Map (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Importing CD to Artist folder\Album folder\file with track number and name:

    I have a problem then importing my cd’s to my harddisk using iTunes.
    On my previous pc I got what I want, Artist folder, Album folder and file with track number and name:
    e.g.
    D:\My Music\B.B. King\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\B.B. King\Blues On The Bayou\02 Bad Case Of Love.mp3
    D:\My Music\B.B. King\Blues On The Bayou\03 I'll Survive.mp3
    But now I get:
    D:\My Music\Compilations\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\ Compilations \02 Bad Case Of Love.mp3
    D:\My Music\ Compilations \03 I'll Survive.mp3
    In iTunes my settings are Edit -> Preferences -> Advanced: iTunes Music folder: D:\My Music and checkmark in both: “Keep iTunes Music folder organized” and “Copy files to iTunes Music folder when adding to library”.
    My version of iTunes is 8.0.1.11
    Thanks in advance
    Peter

    It will depend on the album. Gracenote considers anthologies, a collection of tracks by the same artist taken from different albums, as a compilation. In iTunes the compliation setting should really only be applied to a collection of tracks by different artists.
    tt2

  • ECC 6.0 :Error with AFAB ( Number Range Assginment)

    Dear All,
    Please advise
    We have upgrading from 4.7 to ECC 6.0
    While running DEP AFAB, I get the following Error resulting
    Create document number range 03 using internal number assignment
    Message no. AA776
    Diagnosis
    Processing terminated because the document number range 03 for year 2006 was set up with external number assignment.
    System Response
    For periodic posting of depreciation, you have to create a document number range with internal number assignment, since the document numbers are assigned from Financial Accounting.
    Procedure
    Change the number assignment for the number range 03 from external to internal in Customizing for Asset Accounting. See SAP Note 890976 for more information.
    Here for DEP posting we have maitianed number range as Externally and  we are able to run in PRD but now after upgrade in DEV, it is giving the above Error.
    regards,
    sgs

    Hi,
    Upto version 4.7, you need to have the number range marked as 'external'.
    In  ECC 6.0, you need to have the version as 'internal'. You can change the number range from 'external' to 'internal' only when you change the status (current number) to zero. If it is year specific number range, any significant impact may not be there. Nevertheless, please follow the note 890976.
    Cheers.
    Dhananjai

  • Standard Report to see list of purchase orders with  Payment terms

    Hi  ,
    I want to see list of purchase orders with corresponding  Payment terms.
    Is there any standard report available ?
    I checked ME2L,  ME2M , ME80FN and ME81N ...
    But there is no option to add payment term field ZTERM in layout option.
    kindly let me know if there is any way..
    Thanks & Regards,
    Hari priya

    Hi krishna ,
    Thanks for your prompt reply..
    I know we can use dynamic selection for payment term as input seelction...
    but in i want to display payment terms  for list of purchase order in output.
    Is there any way to add zterm- payment term field in output layout of reports.
    Thanks &Regards,
    Hari priya

  • Want to use document number as the cheque number (without cheque management

    Dear All,
    During Automatic payment run - F110 I would like to use accounting document number as cheque number.
    Kindly suggest solution for the same.
    Thanks
    Prashant

    Hi Santosh,
    In this country Bank letters are issued as mode of payment. Unique sequence number is used to track the Bank letter. Since Accounting Document is Unique number I want to use the same.
    Kindly suggest the solution for capturing Accounting Document number instead of Cheque number.
    Or in other words I want to run F110 without maintaining cheque lot. Is it possible to make payment run without maintaining cheque lot number.
    Thanks
    Prashant

  • I want to see the calls received, dialed, missed separately

    I have iphone4, I want to see the dialed , received, missed calls separetely, similar for messages, i want to see it as a list with received and sent seperately. there is no option in settings to do this, which is a normal feature for all phones

    Yes, there is no option for that like on normal phones, maybe iphone not a normal phone.
    You can give feedback to apple at http://www.apple.com/feedback
    Maybe in a future OS update they might incorporate your feedback.

  • SSRS - Table of Contents With Page Number

    Hi! 
    Is it possible to create a table of contents in SQL Server Reporting Services 2014 with the following aspect:
    <w:sdt docparttype="Table of Contents" docpartunique="t" id="1230267000" sdtdocpart="t">
    Contents<w:sdtpr></w:sdtpr>
    Report 1.............................1
    Report 2.............................2
    Report 3.............................3
    </w:sdt>
    I don't want Hyperlink because this report is to be used printed. I have some urgency in this question. 
    Thank you for help!!!

    Hi SaCvP,
    According to your description, you want to display the table of contents with page number in SSRS 2014.
    In Reporting Services, the global variable PageNumber or Totalpages can be only used in the page header and page footer. In your scenario, you can create a table of content using document map, but we can’t specify the expression with PageNumber or Totalpages.
    So your requirement can’t be achieved currently.
    Reference:
    Create a Document Map (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • See what can be done with Java

    Want to see what can be done with a Java and specifically a Java3D application. Go to the Java3D forum and download the application "Free Java3D Demo Application".
    This should put to rest the questions if Java is good enough to do serious programming. This is a Demo of a full application that has over 100,000 circulation within the last month.

    I appreciate the response to this posting however please do not email questions to me reguarding how it works or can I help you to do your java homework. <8-)
    I received 60 email since this posting with many questions. The software is a commercial application. If you are interested, I suggest you go to www.3demall.com/fast and join the program in order to receive a CD and support. The Fast Start Program is a way to introduce our complete concept of PayWare while providing a good value.

Maybe you are looking for

  • Autoconfiguration of Mac Mail

    I work for an isp. We are interested in automating the configuration of Mac Mail for our customers. What are the best practices to do so? It seems like Apple knows some informations about my servers, because when I enter my email address, my account

  • How do I end a song before the entire song is over?

    I'm making a movie and I have part of a song from iTunes in it, but I need to stop the song before it ends for a narration. How do I stop this music short and keep it from going on to my newest clips?

  • Outline box when editing text in PDF using v8

    We are running, Windows XP, Acro8 with updates. Created PDF files from within INDCS3. Many of the frames are independent. When trying to edit the text using the touchup text tool in Acrobat v8, it outlines complete area on the form which are not the

  • Success with iCloud!

    Hello, I've finally cracked the code with iCloud and word processing.  The answer, at least for now, is that the problem is not iCloud.  The problem is in Pages, which requires a manual update to iCloud.com at every session.  Now that I've changed to

  • ITunes Producer: Error reading password from keychain ?

    I'm using iTunes Producer 2.9 on Mac OS X 10.8.5 When I try to log in using my Apple ID (enabled for iBookStore) I get an error regarding keychain access. Can you please point me to the right direction?