New features of nokia x

How to use "IT’S EASY TO SWITCH". In Nokia x

In upper notification bar u can see app switcher near to setting icon. U must update ur mobile for that.

Similar Messages

  • New Feature Idea, How to send to nokia?

    Hello,
    I have a great idea for a new feature which I would like to mail to Nokia. I have written the letter and it is ready to be posted. I just need to know the department name which I need to address the letter to. Is there a department named like Product Design?
    I am sending it to: P.O. Box 226,
    FI-00045 Nokia Group Finland
    Thanks
    Peymon

    Solution may be found if you search in the "More Like This" section over in the right column.

  • Requesting a New Firmware for Nokia 6303c !!!

    Hello...
    I have Nokia 6303c, but there are some problem, Ringtones Volume is low , Message Alert Volume is low, Camera is Grainy when Low light, Sometimes the phone  Restarts itself, When i apply a new theme is bit Laggy,  it get Hot after 10 min of talking.... There is no Search feature in All Songs-Media player.... Browsing is slow with 10.12 firmware.... Sometimes Opera show out of memory error...
    Plz fix it these pblms in neext firmware update.....
    Vinay

    Hey Everyone,
    I am using NOKIA 6303c. I have always kept my phone up to date with the latest firmware.
    But it has been a while since NOKIA released V10.12, probably updates have been stopped. The LOW Volume is at it's best, It can't get any Louder. CAMERA, well that's something you have to keep adjusting according to your liking. Leave your phone memory EMPTY(as much as possible) in order to avoid applications from shutting down suddenly.
    I would ADVISE anyone who is facing these problems to sack it off.. and get a new phone. Nokia C3 seems to be a cool phone at a reasonable rate, and there are many more, if budget is an issue then stay put till you can afford one.
    That's pretty much what I'm doing. ;-)
    P.S. I hope there's an update with these issues fixed sometime soon cause I really don't wanna have to buy a new phone!

  • New Firmware for Nokia 5800

    hello. Nokia 523x and nokia c6 are getting firmware updates. it got some interesting new updates such as qt 4.7.3 and symbian anna browser. so it will also be possible for Nokia 5800 to receive a firmware update ?

    5800 had received many updates, even more than the N97/N97mini. It is less likely that 5800 or any other S60v5 handeset would get an update with new features. Not sure 5230 and C6 got updated to Anna web browser, because Anna update is only for S3 devices and when devices like N8 and E7 are waiting for Anna it is nearly impossible that older devices has got that update. You can directly install Qt to your phone anyway by downloading files from http://developer.nokia.com.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • New feature?

    Hi
    today i update my c202 with 7.66 version...
    I want to know that what are the new feature of this update..
    Regardz
    Solved!
    Go to Solution.

    According to the Nokia support page for the C2-02 the latest firmware is 7.63 so the site needs updating with what's new in the 7.66 release. You can keep an eye on the site for more information.
    http://www.nokia.com/gb-en/support/product/c2-02/

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • New features and enhancements in Web Setrver next release

    I would like to encourage all Web Server users to let us know if there are any new features they would like to have in our Web Server next release.
    - Web Server team

    Hi,
    Well to manage my customers I use a control panel which lets them install php applications and etc.
    The initial setup can be replaced to setup the Virtual servers for Sun Webserver, but alsmost every php script seems to target apache.
    For example, Wordpress comes with it's own .httaccess file which will set the rewrite configuration for "pretty" URL's
    I'll just include one of mine...
    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP_USER_AGENT} !^.*(Android|2.0\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|hiptop|IEMobile|iPhone|iPod|KYOCERA/WX310K|LG/U990|MIDP-2.0|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|Playstation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|Windows\ CE|WinWAP).*
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP_USER_AGENT} !^.*(Android|2.0\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|hiptop|IEMobile|iPhone|iPod|KYOCERA/WX310K|LG/U990|MIDP-2.0|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|Playstation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|Windows\ CE|WinWAP).*
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
    </IfModule>
    # END WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    </IfModule>Now correct me if I'm wrong, but isn't Sun Web server .htaccess limited to just access control?
    I know that you can pretty much accomplish the same things in Sun Webserver, but I would have to manually change this configuration for every user

  • With All These New Feature Packs........

    With all the new feature packs that have been introduced here is a list of features that i would like to see introduced also.....
    1. A password protected folder for all media files as well as document files
    2. Better use of the gallery/albums....if an image is stored in the albums folder it shouldnt also appear (still) in the gallery section
    3. Instead of all images being shown in the gallery irrespective of them being stored on the phone memory or memory card, users should be able to "switch" between images on phone, images on memory....only the albums folder should show images irrespective.(this feature was on previous S60 models)
    4.dual sim card slots....i have two sims one for personal and one for business sometimes its a bit annoying having to take the battery out etc. to switch sims.Plus while i have my business sim in i could miss a personal call and vice verce
    5.Bluetooth AD2P becoming a standard on higher end phones
    6.Text to speech becoming a standard on (higher end/all) phones
    7.settings in the camera should not return to default after the application is closed...if i set my camera settings for "night mode" and close the camera application when i return to "night mode" my settings should still be there rather than me having to do this all over everytime.
    this is what i have come up with please add constructive ideas here.....

    14-Feb-2007
    09:46 PM
    roberth wrote:
    With all the new feature packs that have been introduced here is a list of features that i would like to see introduced also.....
    1. A password protected folder for all media files as well as document files
    2. Better use of the gallery/albums....if an image is stored in the albums folder it shouldnt also appear (still) in the gallery section
    3. Instead of all images being shown in the gallery irrespective of them being stored on the phone memory or memory card, users should be able to "switch" between images on phone, images on memory....only the albums folder should show images irrespective.(this feature was on previous S60 models)
    4.dual sim card slots....i have two sims one for personal and one for business sometimes its a bit annoying having to take the battery out etc. to switch sims.Plus while i have my business sim in i could miss a personal call and vice verce
    5.Bluetooth AD2P becoming a standard on higher end phones
    6.Text to speech becoming a standard on (higher end/all) phones
    7.settings in the camera should not return to default after the application is closed...if i set my camera settings for "night mode" and close the camera application when i return to "night mode" my settings should still be there rather than me having to do this all over everytime.
    this is what i have come up with please add constructive ideas here.....
    I really like the idea of the dual sim and the gallery being split to the mem c\rd and phone mem.
    Is that an N95 in your pocket or are you just pleased to see me?!?
    Life's too important to take seriously.
    Nokias I've owned 3210, 3310, 6100, 7650, 6600, 6680, 6630, N80, N95
    I'm a 26 year old boy BTW

  • Wich are the v06.10 new features?

    I bought i nokia 6131. It had the firmware v.05.50 and i just update it to the 06.10. But i don't see any diference. There's some new feature in this version? Which are them?
    Thanks.

    Read through this:
    http://www.iphonehacks.com/ios-6

  • WHAT IS THE NEW FEATURES RM-702 V 06.97 SOFTWARE ...

    WHAT IS THE NEW FEATURES RM-702 V 06.97  SOFTWARE OF C2-03?

    Hey, thanks. I had done that before and it says 7.91 is the latest. So, assuming updates is not avaiable in my Region and 7.91 is the latest for my product code, But even when I go here --> http://www.europe.nokia.com/softwareupdate  and choose Nokia 5130 XM, it still says: "Latest software release for Nokia 5130 XpressMusic is 07.91" regardless of Region / Product Code. Logically it should display the latest version, right? (Don't tell me it has something to do with your location and IP address, coz I used VPN and changed my IP to US and it still says 7.91 is the latest.) I'm really confused.   I really want a straight answer.
    Are there 7.95 or 7.96 or 7.97 out there?
    Has anyone ever updated from 7.91 to 7.95 or to 7.96 or 7.97?
    Can anyone confirm that there is a 7.95 or 7.96 or 7.97 pre-installed?
    Anyway, back to the original questions:
    1. What is the latest firmware for '5130c-2 XM' as of Jan 2011?  <-- I want someone go here --> http://www.europe.nokia.com/softwareupdate and enter 5130 in the quick search box and see what is the latest version. I know it's asking too much, but I really appreciate the effort. Thanks in advance.
    2. Is there possible to download firmware file to my PC and copy it to my phone memory then update my phone from there?  <-- I really want an answer for this,

  • New function in Nokia Suite to transfer contacts t...

    From version 3.6.x whish is now available as a release download here Nokia Suite has a new feature which allows for an easy transfer of contacts, calendar and photos to your Nokia Lumia Windows Phone via SkyDrive.
    Due to some publications on tech blogs and in the general media the suggestion was created that Nokia Suite directly supports Windows Phone now. This is not correct although Nokia Suite now offers an easy and fast way to transfer contacts, calendar and photos to your (new) Nokia Lumia Windows Phone.
    Here's how this feature works;
    Connect your Nokia S40, S60 or Nokia Belle phone to your PC using the USB cable.
    After Nokia Suite is started and your phone shows as connected select Tools>Upload to SkyDrive and follow the on screen instructions. If you do not have one yet you will have to create a Microsoft account (formerly Live ID) which has a SkyDrive attached to it. You can create such account here.
    You will now have to reset your Nokia Lumia Windows Phone. Doing so will erase all content from the phone and return it to it's 'out of the box' state. Make sure you have synced any media files to your PC(zune) or Mac(Connector). You can sync these back after the reset. Installed (paid) apps can be restored after the reset using the app Reinstaller from Marketplace.
    When finished reset your Nokia Lumia Windows Phone using Settings>about>reset your phone.
    Go through the device first use sequence and when asked enter your Microsoft Account used to save the content from Nokia Suite. When the setup has finished your will find your contacts, calendar and photos have all transferred to your Lumia. These will now also be available through your Microsoft account online. 
    It is important to note this transfer will only work to the Nokia Lumia at the Device First Use sequence (after a reset). If you have your Lumia setup it will not look for or sync the information copied to SkyDrive through Nokia Suite.
    SMS message can not be transferred directly, but you can export all messages in Nokia Suite (Messaging>File/Export all text messages) and open the resulting Comma Separated File (.csv) in Excel or OpenOffice Calc to create an Excel sheet (.xls file) this can then be copied to your SkyDrive and opened from the Office app. You could also use a tool to create separate files from the exported .CSV file and copy all of these to SkyDrive.
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

    I'm sure everybody understands this, but let me take a moment. Lumias are not new Symbian phones, they use the MS Windows Phone operating system. (yea I know, duh) What that means is that they conform to the MS concept of operation which is extremely web/cloud centric. They have left behind the idea that a phone is a little piece of a single PC to be cabled and sync'd periodically. It is an entity unto itself. Your data is in the cloud and the various devices, phones, tablets, PCs, connect to that data independently. The benefit to that is generally up to date data, no matter what device, and when, with virtually no user action required. The drawback is the requirement for connectivity. Not perpetual connectivity, but fairly frequent, periodic connectivity. For some the mere fact of cloud storage is an issue. That is just the way it is though.
    Moving from any other platform, even older Windows Mobile ones, to this concept can be frustrating, if you weren't cloud based to begin with. The accepted way is to move your data into the cloud from the old platform, and then connect your Windows Phone to it. Again there are various ways to accomplish that. Nokia has attempted to provide some tools to make some of that transition easier. They are not responsible for, nor in a position to change the philosophy by which WP operates. Don't beat them up for how it works. If you don't like it, maybe beat them up for adopting it

  • Follow-up to archived thread "Another Error (I think) In the 12.1 New Features Guide"

    I hoped to be able to add a reply to the most recent reply on March 8 in the "Another Error (I think) In the 12.1 New Features Guide" thread (https://community.oracle.com/thread/3526588), but since that thread has been archived, I am doing what was suggested elsewhere: create a new thread referencing the old one. My reply is:
    Thank you for your explanation about preferring PDF over HTML. That is perfectly fine and understandable. Also, we very much appreciate your documentation feedback in this forum, and encourage you to continue to report any issues here.
    I apologize for not replying much sooner. I either didn't get or overlooked an original notification about "Recent activity" after your reply; otherwise, I would have replied then.

    Thanks for that comment. I have sent a pointer to it to the writer for that book. Note that with the New Features Guide, most of the content is automatically drawn from an internal system that tracks projects and features; so if a change is needed, the writer will notify the owner of that content (typically a developer or a product manager) to investigate and (if necessary) modify the underlying data, after which the changed information will be picked up for a future revision of the book.
    Also, while anyone is welcome to enter documentation comments in this forum, another option that may be more convenient for comments on specific sections is the Reader Comment area at the bottom of each HTML page (such as http://docs.oracle.com/cd/E16655_01/server.121/e17906/chapter1.htm#NEWFT495 for the page containing Section 1.5.9.8). Any comments entered in a Reader Comment area go to someone in our documentation production group, who forwards them to the appropriate writers.
    However, if a comment involves multiple HTML pages or books, or if you want the matter to be in a public forum for visibility and searchability, posting in this forum is a good option.

  • Ios 5 Update New Features says that iCal now has a week view for iPhone but after updating last weekend, I don't see any week view--just List, Day and Month..How do I get the week view?

    ios 5 Update New Features says that calendar now has a week view but after updating my iPhone 4 last weekend, I don't see any week view for iCal--just List, Day and Month as in the past. Is the weekly view available for iCal and if so, how do I access it?

    Rotate your phone to landscape.

  • Oracle 10G New Feature........Part 1

    Dear all,
    from last couple of days i was very busy with my oracle 10g box,so i think this is right time to
    share some intresting feature on 10g and some internal stuff with all of you.
    Have a look :-
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Oracle 10g Memory and Storage Feature.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1.Automatic Memory Management.
    2.Online Segment Shrink
    3.Redolog Advisor, checkpointing
    4.Multiple Temporary tablespace.
    5.Automatic Workload Repository
    6.Active Session History
    7.Misc
    a)Rename Tablespace
    b)Bigfile tablespace
    c)flushing buffer cache
    8.ORACLE INTERNAL
    a)undocumented parameter (_log_blocks_during_backup)
    b)X$ view (x$messages view)
    c)Internal Structure of Controlfile
    1.Automatic memory management
    ================================
    This feature reduce the overhead of oracle DBA.previously mostly time we need to set diff oracle SGA parameter for
    better performance with the help of own experience,advice views and by monitoring the behaviour
    of oracle database.
    this was just time consuming activity.........
    Now this feature makes easy life for oracle DBA.
    Just set SGA_TARGET parameter and it automatically allocate memory to different SGA parameter.
    it focus on DB_CACHE_SIZE
    SHARED_POOL_SIZE
    LARGE_POOL
    JAVA_POOL
    and automatically set it as
    __db_cache_size
    __shared_pool_size
    __large_pool_size
    __java_pool_size
    check it in alert_log
    MMAN(memory manager) process is new in 10g and this is responsible for sga tuning task.
    it automatically increase and decrease the SGA parameters value as per the requirement.
    Benefit:- Maximum utlization of available SGA memory.
    2.Online Segment Shrink.
    ==========================
    hmmmmm again a new feature by oracle to reduce the downtime.Now oracle mainly focus on availablity
    thats why its always try to reduce the downtime by intrducing new feature.
    in previous version ,reducing High water mark of table was possible by
    Exp/imp
    or
    alter table move....cmd. but on these method tables was not available for normal use for long hrs if it has more data.
    but in 10g with just few command we can reduce the HWmark of table.
    this feature is available for ASSM tablespaces.
    1.alter table emp enable row movement.
    2.alter table emp shrink space.
    the second cmd have two phases
    first phase is to compact the segment and in this phase DML operations are allowed.
    second phase(shrink phase)oracle shrink the HWM of table, DML operation will be blocked at that time for short duration.
    So if want to shrink the HWM of table then we should use it with two diff command
    first compact the segment and then shrink it on non-peak hrs.
    alter table emp shrink space compact. (This cmd doesn't block the DML operation.)
    and alter table emp shrink space. (This cmd should be on non-peak hrs.)
    Benefit:- better full table scan.
    3.Redolog Advisor and checkpointing
    ================================================================
    now oracle will suggest the size of redo log file by V$INSTANCE_RECOVERY
    SELECT OPTIMAL_LOGFILE_SIZE
    FROM V$INSTANCE_RECOVERY
    this value is influence with the value of FAST_START_MTTR_TARGET .
    Checkpointing
    Automatic checkpointing will be enable after setting FAST_START_MTTR_TARGET to non-zero value.
    4.Multiple Temporary tablespace.
    ==================================
    Now we can manage multiple temp tablespace under one group.
    we can create a tablespace group implicitly when we include the TABLESPACE GROUP clause in the CREATE TEMPORARY TABLESPACE or ALTER TABLESPACE statement and the specified tablespace group does not currently exist.
    For example, if group1 is not exists,then the following statements create this groups with new tablespace
    CREATE TEMPORARY TABLESPACE temp1 TEMPFILE '/u02/oracle/data/temp01.dbf'
    SIZE 50M
    TABLESPACE GROUP group1;
    --Add Existing temp tablespace into group by
    alter tablespace temp2 tablespace group group1.
    --we can also assign the temp tablespace group on database level as default temp tablespace.
    ALTER DATABASE <db name> DEFAULT TEMPORARY TABLESPACE group1;
    benefit:- Better I/O
    One sql can use more then one temp tablespace
    5.AWR(Automatic Workload Repository):-
    ================================== AWR is built in Repository and Central point of Oracle 10g.Oracle self managing activities
    is fully dependent on AWR.by default after 1 hr, oracle capure all database uses information and store in AWR with the help of
    MMON process.we called it Memory monitor process.and all these information are kept upto 7 days(default) and after that it automatically purge.
    we can generate a AWR report by
    SQL> @?/rdbms/admin/awrrpt
    Just like statspack report but its a advance and diff version of statspack,it provide more information of Database as well as OS.
    it show report in Html and Text format.
    we can also take manually snapshot for AWR by
    BEGIN
    DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT ();
    END;
    **The STATISTICS_LEVEL initialization parameter must be set to the TYPICAL or ALL to enable the Automatic Workload Repository.
    [oracle@RMSORA1 oracle]$ sqlplus / as sysdba
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Mar 17 10:37:22 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> @?/rdbms/admin/awrrpt
    Current Instance
    ~~~~~~~~~~~~~~~~
    DB Id DB Name Inst Num Instance
    4174002554 RMSORA 1 rmsora
    Specify the Report Type
    ~~~~~~~~~~~~~~~~~~~~~~~
    Would you like an HTML report, or a plain text report?
    Enter 'html' for an HTML report, or 'text' for plain text
    Defaults to 'html'
    Enter value for report_type: text
    Type Specified: text
    Instances in this Workload Repository schema
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DB Id Inst Num DB Name Instance Host
    * 4174002554 1 RMSORA rmsora RMSORA1
    Using 4174002554 for database Id
    Using 1 for instance number
    Specify the number of days of snapshots to choose from
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Entering the number of days (n) will result in the most recent
    (n) days of snapshots being listed. Pressing <return> without
    specifying a number lists all completed snapshots.
    Listing the last 3 days of Completed Snapshots
    Snap
    Instance DB Name Snap Id Snap Started Level
    rmsora RMSORA 16186 16 Mar 2006 17:33 1
    16187 16 Mar 2006 18:00 1
    16206 17 Mar 2006 03:30 1
    16207 17 Mar 2006 04:00 1
    16208 17 Mar 2006 04:30 1
    16209 17 Mar 2006 05:00 1
    16210 17 Mar 2006 05:31 1
    16211 17 Mar 2006 06:00 1
    16212 17 Mar 2006 06:30 1
    16213 17 Mar 2006 07:00 1
    16214 17 Mar 2006 07:30 1
    16215 17 Mar 2006 08:01 1
    16216 17 Mar 2006 08:30 1
    16217 17 Mar 2006 09:00 1
    Specify the Begin and End Snapshot Ids
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Enter value for begin_snap: 16216
    Begin Snapshot Id specified: 16216
    Enter value for end_snap: 16217
    End Snapshot Id specified: 16217
    Specify the Report Name
    ~~~~~~~~~~~~~~~~~~~~~~~
    The default report file name is awrrpt_1_16216_16217.txt. To use this name,
    press <return> to continue, otherwise enter an alternative.
    Benefit:- Now DBA have more free time to play games.....................:-)
    Advance version of statspack
    more DB and OS information with self managing capabilty
    New Automatic alert and database advisor with the help of AWR.
    6.Active Session History:-
    ==========================
    V$active_session_history is view that contain the recent session history.
    the memory for ASH is comes from SGA and it can't more then 5% of Shared pool.
    So we can get latest and active session report from v$active_session_history view and also get histortical data of
    of session from DBA_HIST_ACTIVE_SESS_HISTORY.
    v$active_session_history include some imp column like:-
    ~SQL identifier of SQL statement
    ~Object number, file number, and block number
    ~Wait event identifier and parameters
    ~Session identifier and session serial number
    ~Module and action name
    ~Client identifier of the session
    7.Misc:-
    ========
    Rename Tablespace:-
    =================
    in 10g,we can even rename a tablespace by
    alter tablespace <tb_name> rename to <tb_name_new>;
    This command will update the controlfile,data dictionary and datafile header,but dbf filename will be same.
    **we can't rename system and sysaux tablespace.
    Bigfile tablespace:-
    ====================
    Bigfile tablespace contain only one datafile.
    A bigfile tablespace with 8K blocks can contain a 32 terabyte datafile.
    Bigfile tablespaces are supported only for locally managed tablespaces with automatic segment-space management.
    we can take the advantage of bigfile tablespace when we are using ASM or other logical volume with RAID.
    without ASM or RAID ,it gives poor response.
    syntax:-
    CREATE BIGFILE TABLESPACE bigtbs
    Flushing Buffer Cache:-
    ======================
    This option is same as flushing the shared pool,but only available with 10g.
    but i don't know, whats the use of this command in prod database......
    anyway we can check and try it on test server for tuning n testing some query etc....
    SQL> alter system flush buffer_cache;
    System altered.
    ++++++++++++++++++
    8.Oracle Internal
    ++++++++++++++++++
    Here is some stuff that is not related with 10g but have some intresting things.
    a)undocumented parameter "_log_blocks_during_backup"
    ++++++++++++++++++++++++
    as we know that oracle has generate more redo logs during hotbackup mode because
    oracle has to maintain the a complete copy of block into redolog due to split block.
    we can also change this behaviour by setting this parameter to False.
    If Oracle block size equals the operating system block size.thus reducing the amount of redo generated
    during a hot backup.
    WITHOUT ORACLE SUPPORT DON'T SET IT ON PROD DATABASE.THIS DOCUMENT IS JUST FOR INFORMATIONAL PURPOSE.
    b)some X$ views (X$messages)
    ++++++++++++++++
    if you are intresting in oracle internal architecture then x$ view is right place for getting some intresting things.
    X$messages :-it show all the actions that a background process do.
    select * from x$messages;
    like:-
    lock memory at startup MMAN
    Memory Management MMAN
    Handle sga_target resize MMAN
    Reset advisory pool when advisory turned ON MMAN
    Complete deferred initialization of components MMAN
    lock memory timeout action MMAN
    tune undo retention MMNL
    MMNL Periodic MQL Selector MMNL
    ASH Sampler (KEWA) MMNL
    MMON SWRF Raw Metrics Capture MMNL
    reload failed KSPD callbacks MMON
    SGA memory tuning MMON
    background recovery area alert action MMON
    Flashback Marker MMON
    tablespace alert monitor MMON
    Open/close flashback thread RVWR
    RVWR IO's RVWR
    kfcl instance recovery SMON
    c)Internal Structure of Controlfile
    ++++++++++++++++++++++++++++++++++++
    The contents of the current controlfile can be dumped in text form.
    Dump Level Dump Contains
    1 only the file header
    2 just the file header, the database info record, and checkpoint progress records
    3 all record types, but just the earliest and latest records for circular reuse record types
    4 as above, but includes the 4 most recent records for circular reuse record types
    5+ as above, but the number of circular reuse records included doubles with each level
    the session must be connected AS SYSDBA
    alter session set events 'immediate trace name controlf level 5';
    This dump show lots of intresting information.
    it also show rman recordes if we used this controlfile in rman backup.
    Thanks
    Kuljeet Pal Singh

    You can find each doc in html and pdf format on the Documentation Library<br>
    You can too download all the documentation in html format to have all on your own computer here (445.8MB)<br>
    <br>
    Nicolas.

  • New Features and Improvements for CS6

    IMPORTANT:
    By default, Photoshop comes with the Proofing Colors (Cmd/Ctrl+Y) activated and set to CMYK. Adobe must warn about that, because I was editing a large amount of pictures for work and I was doing it under that color profile/work space.
    LAYERS PANEL:
    Layer Adjustments:
    Solid Color: visual feedback in real time.
    Gradient: IDEM as above.
    Pattern: IDEM as above.
    Gradient Map: IDEM as above.
    Gradient Editor: IDEM as above.
    Opacity and Fill: IDEM as above.
    Curves and Levels: Ability to load alfa channels. This way, the adjustments made on the alfa channel won't be destructive.
    CHANNELS PANEL:
    Channel Luminosity Selection:
    Ability to add and subtract from the selection.
    Ability to designate an area to be selected.
    For point 1, by using the shortcut Cmd+Alt+[number] the luminosity of a channel is loaded as selection. With Cmd+Alt+Shift+[number], the selection grows. But there is no way to subtract from selection (unless by clicking with the mouse on the channel's thumbnail). I think that can be solved by using Cmd+Alt+Shift+[- or +] in order to subtract or add from selection.
    Point 2 maybe even more important than point 1, because it allows selecting a designated area by the user, instead of the default luminosity selection, which ranges from 50% of the mid tones to the highlights (or shadows, if the selection is inverted). The user should be allowed to select the starting and finishing points of the luminosity selection.
    I thought 2 ways for solving these issues (and making it more intuitive and faster):
    A) By using the Histogram Panel, by dragging and highlighting an area on it, that it should load the selected luminosity pixels as a selection, as shown in figure 1:
      figure 1
    So the result of doing that will be a selection based on the area of the histogram that have been highlighted.
    B) By creating a new Adjustment Layer:
    It can be based in the same structure of the HUE Adjustment Layer, like figure 2 shows:
    Figure 2
    Or it can be this way (much better). Figure 3:
    Figure 3
    The selection can also be controlled by using the Click and Drag as suggested in the figure 1, as shown in the figure 4:
    Figure 4
    The overlaid highlighting over the histogram can be functional or just a mere graphic representation of the Range and Fade Selector. The "Fading" areas should be also be draggable in order to increase smooth the selection. However, the smoothing can be much better done with the Refining Selection tool and it can be ignored from this new tool.
    In any of these cases, the adjustments should give real time feedback when growing or shrinking selection; we must see the selection going bigger or smaller and also, the highlighted area should be draggable as well.
    TOOLS PANEL:
    Brush: detect edges while painting on masks (for manual mask refining. It would work similar to the Replace Color Brush, but only for masks and alfa channels). It also needs a shortcut to set the opacity.
    Dodge & Burn: Protect Tones should be allowed when painting on masks or alfa channels (for manual mask refining). D&B can also use edge detection as well.
    FILTERS:
    Some of them, like the ones involving Blur or the High-Pass and the Unsharp Mask filter, should work in real time (these ones, at the least).
    It can also added a Particle Generator Filter.
    It would be really nice having the ability to create particles such as dust, fog, rain, snow, etc in a more realistic manner than just the scattering function from the Brush Palette, or by mixing different filters with different blends. The Particle Generator should have an slider to control the depth of field, so it will give a feeling of depth and also, a way to load masks, so that way, the particles can exists before the image and also, behind. It would be great for creating a nice feeling of depth (kind of a bokeh effect).
    I've been playing with After Effect few times, and the way to create shapes and forms from nothing is the way of easier than in Photoshop.
    TIME LINE:
    I think it's time give dynamism the filters applied to a movie clip, and also, dynamics to the fade effects, like it happens in After Effects by adding Bezier Curves.
    HISTOGRAM:
    It should be possible to zoom in into the histogram, for a more precise feedback and analysis of the image tonal values.
    ADDITIONAL FEATURES:
    The fade tool should work in real time.
    Loupe/Magnificator View:
    This is very useful when it comes to edit and image in detail, with a lot of zoom, like 3200%. Unfortunately, Photoshop doesn't provide a real time feedback in an additional window, such as the Window/Arrange/New Window For […].
    It would be really useful having a window showing the image at fit on the screen while working on the other window at 100% or 3200% of zoom, but in real time. This way, you can see if you're doing a good job on the pixels or, if you're overdoing it.
    It happens that, when working with big images at 100% of the image size (or more), the brain cannot figure out how is looking the whole image, so having a realtime feedback in the other window would help a lot for detailled work.
    And why not, ading the same real time structure descrived above but to the Navigator, for faster and lighter use of the hardware capabilities. Probably, adding a check box to the navigator that blocks it to a given zoom, so when zooming into the image in the navigator, the image shown in the window isn't magnified too.
    Give me a chance to show you some examples of what I have done by improvising particles and fog about 5 years ago:
    http://mart1980.deviantart.com/gallery/5027033#/d1m119x
    And what I did 7 years ago by manually, selecting different shades of gray and using just Levels for 8 hours (which coule be done faster and easier with another tool I thought, which I will post later):
    I cannot post examples of the other features I'm suggesting because there are not such new features yet (I would have to create an hipothetical enviroment, but I think, you can fiure it out in your mind).
    Unfortunately, I don't know programing, even though, I tried something with Filter Factory, achieving good results, but that pluging consumes too much resources and/or is bad designed/have not the right tools for certain things.
    Hope this post is enough worthy of the Adobe's attention.
    Thanks,
    س

    This is a poorly explained reason about why is so important having a loupe in Photoshop. I've not also, used the best example, but I will. This belongs to the ADDITIONAL FEATURES: Loupe/Magnificator View:. Also, I will try to make my english clrearer, but here it goes:

Maybe you are looking for