SCN number showing unknown intigers

Hi,
I was checking the scn number of both Primary and Standby database and got this value
SQL> select current_scn from v$database;
CURRENT_SCN
5.9654E+12
How to make is in correct format?

Richa wrote:
Hi,
I was checking the scn number of both Primary and Standby database and got this value
SQL> select current_scn from v$database;
CURRENT_SCN
5.9654E+12
How to make is in correct format?
SQL> select current_scn from v$database;
CURRENT_SCN
3.5255E+10
SQL> SET NUMWIDTH 20
SQL> /
         CURRENT_SCN
         35254650995http://docs.oracle.com/cd/E11882_01/server.112/e16604/ch_twelve040.htm#SQPUG094
Thanks,
Hussein

Similar Messages

  • Iphone 4s my number shows unknown

    Iam using iphone 4s..In that my number its showing unknown...please help me out in this

    Please help me out in this..this seems to have prob in facetime.

  • Just upgraded to iPhone 5c but in settings my phone number shows "unknown".

    Just upgraded from iPhone 4 to iPhone 5c. Tried to make a phone call and got message that I would be connected with an operator and could place my call using a credit card. Tried call ing my cell from home phone and went to automated voice mail. Checked Settings and under Phone / My Number it shows "unknown". Is this an iPhone problem or do I need to contact my carrier, Verizon?

    There is a setting that you can set to prevent the iPhone from backing up to iCloud.
    Settings > iCloud > Backup > iCloud Backup > Turn off
    Apple provides 5 GB of free space for backups. When the data backed up to iTunes is greater than that you will get the message to buy additional storage. The storage in question is iCloud storage and has nothing to do with storage on your iPhone.
    I use my 5 GB free storage for Contacts, Calendars, Reminders etc. and the total of these is usually well below 1 GB.
    It is still important though, to periodically backup your iPhone in case of a problem that results in data loss. I do this with iTunes on my computer.

  • Cellular data number shows unknown

    My cellular data number is displayed as "unknown". How do I correct this.

    @robdrage.  Thanks for your comment.  You are correct that in this user to user forum I can't expect Apple or my carrier to answer the question and I don't.   The comment was not directed at them (sorry that it sounded that way) but that I have yet to find a statement on either companies site regarding the number and my first contact with my carrier was not helpful.
    The entry is more about correcting some misinformation about "Hidden Data" and "Does not have a Cell Number" in this post.  The Cell Number is actually "burned" to SIM by some carriers (not all), because the cellular number on the card is not required for the handshake, therefore some don't do it or forget.  The SIM card can (iPhones do not) also carry information about what services you have, messages and phonebooks. Some people actually in an "unlocked" world switch phones by swapping the SIM.

  • My number shows "Unknown Number" where it should show my number.

    I have searched for a Help topic on this and can't find anything besides in the phone app, to swipe down from the top. I have gone through my settings multiple times and can't find anything to change except for the "show my number" setting tickbox.
    Has anyone else had this issue and have you found a way to correct it?
    Thanks for your time!
    Solved!
    Go to Solution.

    Security and privacy > sim card >edit phone number
    Proudful & loyal Blackberry supporter ..
    throwing mud at others makes you happy now but in future you might end up in sinking in mud lake.. wake up b4 it happens. Be secure
    10.3.0.296

  • My phone number shows as unknown in the phone settings

    Newly unlocked Rogers iphone 3G now my new provider name appears, i can call, but nobody can call me---my phone number shows as unknown in the phone settings---i have restored to factory settings twice---phone tells me it's unlocked---whats wrong?

        Falktr,
    That's definitely odd but I understand how frustrating this is, we definitely want to assist you. Is this a Verizon Wireless iPhone? If not, you may experience problems such as this. If it is, please reset the network settings http://vz.to/Q7XEOV. If that doesn't work, please follow these steps http://bit.ly/19vT5qz .
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • My cell number shows as "unknown" on my iPad 3(AT

    When I purchased my iPad 3, I used the cloud to back from my previous iPad - an iPad 2. I think this has caused problems with my cellular account.  Specifically, when I go to About section of Settings, the cell number now shows as "unknown". When I logged into my AT&T account from the iPad 3, the number shown was the same as the number for my iPad 2, which I obtained in the About section of Settings. Any ideas?

    Ive done that for so many times but still my number is unknown. I dont know why. Do you think my network is not supported by apple? Im currently using it here in philippines and also the personal hotspot is not found in my settings.

  • How can I make my number show up as an "unknown caller"?

    I have an HTC Rezound and  I would like to have my number show up to other callers as an "unknown" caller.  How can I do this from my phone?

    rcschnoor wrote:
    I can think of SEVERAL reasons, with not wanting to give out your cell # as the top one on the list.
    For example if you are using your personal phone for business, you would not necessarily want people calling you for business reasons at all hours of the night. Once your number gets out, it is hard to put the genie back in the bottle.
    I have several coworkers that would prefer not letting their personal numbers get out to half of the people they contact through their jobs.

  • My phone Number shows as unknown

    my phone numbee is showing unknown in phone setting how do I correct that

    Yes, better to post in the correct forum, this is the "Logic-Pro" software forum.

  • How can I determine what is the minimum SCN number I need to restore up to.

    Say if I have a full database backup, I know I have file inconsistency, but I want to know what is the minimum time or SCN number a need to roll forward to in order to be able to open the database?
    For example: I do a database restore.
    restore database ;
    RMAN> sql 'alter database open read only';
    sql statement: alter database open read only
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 03/16/2009 15:00:04
    RMAN-11003: failure during parse/execution of SQL statement: alter database open read only
    ORA-16004: backup database requires recovery
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/oradata/p1/system01.dbf'
    I need need to apply archive log files. All references I find for ORA-00194 state the solution is to "apply more logs until the file is consistent " But "HOW MANY LOGS", or more apporaite up to what time or SCN? How does one determine what TIME or SCN is required to get all file consistent?
    I thought this query might provide the answer, but it doesn't
    select max(checkpoint_change#)
    from v$datafile_header
    MAX(CHECKPOINT_CHANGE#)
    7985876903
    --It applies a bit more redo, but not enough to make my datafiles consistent.
    recover database until SCN=7985876903 ;
    Starting recover at 03/16/09 15:04:54
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    using channel ORA_DISK_5
    using channel ORA_DISK_6
    using channel ORA_DISK_7
    using channel ORA_DISK_8
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=18436
    channel ORA_DISK_1: reading from backup piece /temp-oracle/backup/hot/p1/20090315/hourly.arch_P1_47353_681538638_1
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/temp-oracle/backup/hot/p1/20090315/hourly.arch_P1_47353_681538638_1 tag=TAG20090315T041716
    channel ORA_DISK_1: restore complete, elapsed time: 00:02:26
    archive log filename=/u01/app/oracle/flash_recovery_area/P1/archivelog/2009_03_16/o1_mf_1_18436_4vxd81yc_.arc thread=1 se quence=18436
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/oradata/p1/system01.dbf'
    I've discover I need to apply archive logs until this query reports all datafiles as FUZZY=NO , but this only works by guessing at some time periord to roll forward to, then checking the FUZZY column, and try again. Is there a way to know, I have to roll forward to a specific SNC in order for all my datafiles to be consistent?
    select file#
         , status
         , checkpoint_change#
         , checkpoint_time
         , FUZZY
         , RECOVER
    ,LAST_DEALLOC_SCN
    from v$datafile_header
    order by checkpoint_time
    Thanks,
    Jason

    The minimum point in time is the time when the last backup piece for datafiles in that backup was completed.
    Your alert.log should show the redo log sequence number at that time.
    You can query V$ARCHIVED_LOG and get the FIRST_CHANGE# of the first archivedlog generated after that backup piece completed.
    A
    LIST BACKUP;in RMAN should also show you the SCNs at the time of the backups.
    You can also query SCN_TO_TIMESTAMP -- eg
    select timestamp_to_scn(to_timestamp('15-MAR-09 09:24:01','DD-MON-RR HH24:MI:SS')) from dual;will return an approximation of the SCN.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com
    Edited by: Hemant K Chitale on Mar 17, 2009 9:41 AM
    added the LIST BACKUP command from RMAN.

  • My phone number is "Unknown"

    I just got my new iPhone 4 S in the mail and synced it up via iCloud and it still says "No Service".  Then when I plugged it in to iTunes it said on iTunes that the number was "Unknown".  On the iPhone itself when you go to Settings>Phone>My Number says Unknown as well.  How can I get this fixed?  Thanks!

    Just got a working solution after searching for weeks.
    I have an unlocked 4s I use with pepephone in Spain and my number was showing "unknown" with impossibility to change it.
    I got the sim card from someone who's got an official iPhone carrier, Movistar, put it in my iPhone, went to the Phone settings and could see the Movistar sim card number with possibility to change it. I clicked on it to change and while in edit mode took of the friend's sim card and put back mine, waited for it to get the network while still being in edit mode, then input my own number and saved.
    Now even after rebooting the phone my own number shows and is editable. Problem solved.

  • Sdo geometry datatype showing unknown in bi administration

    hi all,
    Iam using obiii 11g .
    iam facing data type issue. table contains sdo_geometry data type .
    After importing the table from data base .
    data type of one coumn showing unknown .but actuall its data type is sdo_geometry in data base .
    whe i click view data ,data is not coming for particular that unknown data type.
    what is compatibility data type of bi admin.
    thanks in advance
    balu

    We opened an SR with Oracle (3-8366783331).
    They found that there were some missing configurations.
    The types MV_STRINGLIST, MV_NUMBERLIST and MV_DATELIST are not created in the schema used in the datasource
    Solution
    Create the types as the user connected to the Mapviewer Datasource
    conn / as sysdba
    grant create type to user;
    conn user/password
    CREATE or REPLACE type MV_STRINGLIST as TABLE of VARCHAR2(1000);
    CREATE or REPLACE type MV_NUMBERLIST as TABLE of NUMBER;
    CREATE or REPLACE type MV_DATELIST as TABLE of DATE;

  • Mijn nummer onbekend (my number is unknown)

    Beste forumleden
    Een paar dagen geleden heb ik een nieuwe Iphone 4S ontvangen via T-Mobile met nieuwe microsim.
    Het volgende probleem doet zich voor: Bij instellingen telefoon staat mijn nummer (onbekend) en kan dit niet wijzigen.
    Itunes geeft aan n.v.t.
    Heeft iemand een oplossing om dit probleem op te lossen??
    Dear forum members
    A few days ago I received a new iPhone 4S through T-Mobile with new microsim.
    The following problem arises: When is my phone number settings (unknown) and can not change.
    Itunes shows NA
    Does anyone have a solution to this problem?

    Het probleem kan simpel opgelost worden. De combinatie nieuwe micro-simkaart + nieuwe iPhone 4s zorgt er precies voor dat de micro-simkaart het nummer niet kan uitlezen. Gewoon eens je micro-sim in een iPhone 4 steken (en denk zelf om het even welk toestel die micro-sim ondersteund), daar naar instellingen -> telefoon -> mijn nummer navigeren en je zal zien dat je nummer daar wel herkend wordt . Vervolgens terugsteken in je eigen toestel en ook daar zal je nu je eigen nummer zien en mogelijks kunnen aanpassen.
    Klinkt als een iOS5 probleem in combo met die chips voor GSM/CDMA die moeilijk doet.

  • My number is "Unknown", Can I add it?

    Hello
    I'm trying to activate iMessage on my phone number, but when I go to Settings > Phone, it shows that my number is "Unknown"!
    I contacted the telco, and they didn't help with anything. They have no idea about any information stored into SIM cards, whatsoever!
    Now, I want to know if there's a possible way to add my number into the SIM card? Maybe by using another phone, any suggestions?
    I have iPhone 5 A1429 GSM iOS 6.0.2
    Thanks

    @cheonweb : Search bar is on top of contacts list, removing & inserting the SIM card didn't help!
    @carlvii : iPhone 5 users with same carrier as mine face the same issue. Users with other carriers have their number shown in Settings app! Is it true that you can edit your number if its shown?

  • Windows Updates showing Unknown computers

    Hi,
    I am deploying Windows Updates and the Statistics window shows a high number of 'Unknown' computers, how do I find out these machines and what is the best method to have this number as close to zero as possible?
    In the Software Library > Software Updates > Software Update Groups pane the statistics are as below for Windows 7 Updates:

    Hi,
    We could get those machines which shows unknown from reports. Then troubleshoot the process for the software update group installation and the state messages sent to MP on some specific machines.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • I was trying to update my Ipad to IOS 8, the screen is all black with the apple logo on it and the progress bar is stuck,

    I was trying to update my Ipad to IOS 8, the screen is all black with the apple logo on it and the progress bar is stuck. I can't turn it off, and when i connect it to itunes, it doesn't display

  • GNOME Menu

    Hej, short question: is there ANY way to edit the gnome menu to my needs? meaning editing the places menu (like removing the network-entry  etc) and removing e.g. the "lock screen"-entry. i do not understand why the gnome-developers don't just set up

  • Uninstalling drivers on MACPro

    Hi, sorry new MAC user wanting to know how to uninstall drivers that are visible under System profiler What is he uninstall procedure. Thanks

  • A536 Video calling

    Can anybody please confirm that videocalling is possible through phone on A536? i am not able to make the same as i am not getting the same option. Thanks Ramachandran India

  • Contacting the Mods.

    I have been a member of this forum for a long time and have noticed that the only answer given by those with Sage or Guru tags to most problems is to contact the mods. So if that is the only way to reach BT without the hassle and incompetence of usin