New features I like Oracle to include in Oracle Forms

I believe Oracle Form is the best tool to develop Database Application in Oracle Database. The weakness I see in Oracle Forms 10g may be its deployment as Java Applet. Java Applets are to be downloaded in the client browser, that's why it's not lightweight as PHP/ ASP/JSP scripting technology. So as a true web application it is not really handy.
Oracle provides JDeveloper/ Apex to accomplish that. But JDeveloper is very complicated to understand and Apex is rigid and you have little freedom on your user interface design, you cannot design a page as freely as you do in Adobe Dreamweaver for PHP. We as Form developer want oracle to develop a new development tool with following features:
1. Language will be PL/SQL.
2. There will be simple drag and drop interface design.
3. It will generate HTML/JSP page so that it can be light weight.
4. Provide a wide range of packages to accomplish javascripts/ajax while using PL/SQL language. Developer will just know what to do and by what technology javascripts/ajax, and accordingly invoke packages from withing PL/SQL editors.
5. Will have good old simple look in Form Development (JDeveloper is so complex and Apex is so shy in revealing it's features) while having same even better inner strength of developments.
6. Will require no client side tool like jinitiator or jre
7. Better and easy or even no use of web_util package but still accomplish file/image/spreadsheet access
Bye
Hasan Al Mamun
Edited by: hasan_al_mamun on Mar 20, 2010 7:31 PM
Edited by: hasan_al_mamun on Mar 22, 2010 10:51 PM
Edited by: hasan_al_mamun on Mar 22, 2010 10:53 PM

Hasan,
There is a dedicated thread for that:
What new features would you want to see in Oracle Forms?
Francois

Similar Messages

  • Is Oracle Streams included in Oracle Database 10g Express Edition?

    Hi,
    A short one - is Oracle Streams included in Oracle Database 10g Express Edition?
    Thanks,
    Dag

    Hi, I'm using Oracle Express in my Client System End. I want to know how we can replicate the data from server to client and server to client.
    My Client DB : Oracle Express
    My Server DB : Oracle 10G.
    When the client is connected to the server I want to Syncronize all the Data from Client to Server and Server to Clinet.
    Some of the Experts are telling to use Materilized View or Replication. Which one to use and How to use.?
    It will be helpfull if I get a logic to do this Data Syncronization Process.

  • What are your favorite apps/new features you like after the 2.0 upgrade?

    I discovered one feature by mistake, after finally getting my iPhone going again! I pressed the top button and home button at the same time once and saw a white flash on the screen! It turns out it works like a print screen button!! Very cool! Whatever you see on your iPhone, you can save directly to your photos, just press those two buttons simultaneously once until it flashes! If you guys already knew about this, I apologize. Please post any other favorite new features or apps here!! Thanks.

    Well the update worked fine for me and one thing I love is that I can access the app store using the Edge network & not just via wi-fi. but if i can access the app store over the edge network then why not allow users to access the itunes store over the edge network as well? either way i'm happy. also, i liked the fact that when i tested the "locate me" feature in maps that the iphone prompted me for permission. that's a great security feature so that other ppl can't try to access your phone remotely or something and try to determine your location w/o your permission.

  • What new features in Oracle 11g can Apps 11.5.10.2 benefit from ?

    hi there,
    we run Apps 11.5.10.2 on Solaris 10. I'm thinking of upgrading the RDBMS version from 10.2.0.4 --> 11.1.0.6 and I was wondering if anyone can reccomend some good features within the new 11g database to make use of.
    I'm aware of :
    - advanced compression
    - database replay (real application testing).
    Does anything else spring to mind ?
    many thanks
    Cameron.

    Hi,
    Please refer to the following links.
    Oracle Database 11g The Top New Features for DBAs and Developers
    http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/index.html
    Note: 466931.1 - Oracle Database 11g Top New Features : Summary
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=466931.1
    Database Documentation -- 11g
    http://www.oracle.com/technology/documentation/database.html
    Regards,
    Hussein

  • Better process for introducing new features and explaining how they work

    There are all kinds of new features being added to the Creative Cloud app but knowing what they are and learning about how they work isn't the most user friendly process. The current process is read the release notes after updating to a new version. The release notes should hyperlink to the related features in the product help. It would be great if there was a "What's New" section for the Creative Cloud app itself with new releases which included an introduction to new features just like there is for the desktop products.

    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:

  • New features of SQL & PLSQL

    Hi
    Could anyone please guide me to the oracle documentation where I can find the new features of SQL and PLSQL?
    Thanks

    What Oracle calls new features is not necessarily everything that is a new feature.
    Here are my personal lists:
    http://www.morganslibrary.org/reference/new_in_11gR1.html
    http://www.morganslibrary.org/reference/new_in_11gR2.html
    http://www.morganslibrary.org/reference/new_11_2_0_2.html
    http://www.morganslibrary.org/reference/new_11_2_0_3.html <-- still being built
    These lists include undocumented unsupported features as well as supported ones so review for a better understanding of the Oracle database but only implement those you find in the online Oracle docs and which are supported. You, the user, assume all risks for making bad choices.

  • 10G NEW FEATURE-HOW TO FLUSH THE BUFFER CACHE

    제품 : ORACLE SERVER
    작성날짜 : 2004-05-25
    10G NEW FEATURE-HOW TO FLUSH THE BUFFER CACHE
    ===============================================
    PURPOSE
    이 자료는 Oracle 10g new feature 로 manual 하게
    buffer cache 를 flush 할 수 있는 기능에 대하여 알아보도록 한다.
    Explanation
    Oracle 10g 에서 new feature 로 소개된 내용으로 SGA 내 buffer cache 의
    모든 data 를 command 수행으로 clear 할 수 있다.
    이 작업을 위해서는 "alter system" privileges 가 있어야 한다.
    Buffer cache flush 를 위한 command 는 다음과 같다.
    주의) 이 작업은 database performance 에 영향을 줄 수 있으므로 주의하여 사용하여야 한다.
    SQL > alter system flush buffer_cache;
    Example
    x$bh 를 query 하여 buffer cache 내 존재하는 정보를 확인한다.
    x$bh view 는 buffer cache headers 정보를 확인할 수 있는 view 이다.
    우선 test 로 table 을 생성하고 insert 를 수행하고
    x$bh 에서 barfil column(Relative file number of block) 과 file# 를 조회한다.
    1) Test table 생성
    SQL> Create table Test_buffer (a number)
    2 tablespace USERS;
    Table created.
    2) Test table 에 insert
    SQL> begin
    2 for i in 1..1000
    3 loop
    4 insert into test_buffer values (i);
    5 end loop;
    6 commit;
    7 end;
    8 /
    PL/SQL procedure successfully completed.
    3) Object_id 확인
    SQL> select OBJECT_id from dba_objects
    2 where object_name='TEST_BUFFER';
    OBJECT_ID
    42817
    4) x$bh 에서 buffer cache 내에 올라와 있는 DBARFIL(file number of block) 를 조회한다.
    SQL> select ts#,file#,dbarfil,dbablk,class,state,mode_held,obj
    2 from x$bh where obj= 42817;
    TS# FILE# DBARFIL DBABLK CLASS STATE MODE_HELD J
    9 23 23 1297 8 1 0 7
    9 23 23 1298 9 1 0 7
    9 23 23 1299 4 1 0 7
    9 23 23 1300 1 1 0 7
    9 23 23 1301 1 1 0 7
    9 23 23 1302 1 1 0 7
    9 23 23 1303 1 1 0 7
    9 23 23 1304 1 1 0 7
    8 rows selected.
    5) 다음과 같이 buffer cache 를 flush 하고 위 query 를 재수행한다.
    SQL > alter system flush buffer_cache ;
    SQL> select ts#,file#,dbarfil,dbablk,class,state,mode_held,obj
    2 from x$bh where obj= 42817;
    6) x$bh 에서 state column 이 0 인지 확인한다.
    0 은 free buffer 를 의미한다. flush 이후에 state 가 0 인지 확인함으로써
    flushing 이 command 를 통해 manual 하게 수행되었음을 확인할 수 있다.
    Reference Documents
    <NOTE. 251326.1>

    I am also having the same issue. Can this be addressed or does BEA provide 'almost'
    working code for the bargin price of $80k/cpu?
    "Prashanth " <[email protected]> wrote:
    >
    Hi ALL,
    I am using wl:cache tag for caching purpose. My reqmnt is such that I
    have to
    flush the cache based on user activity.
    I have tried all the combinations, but could not achieve the desired
    result.
    Can somebody guide me on how can we flush the cache??
    TIA, Prashanth Bhat.

  • New features Workflow 2.6.2 - iAS9 Rel 2

    Hello,
    Can anyone tell me what the difference is between :
    Oracle Workflow 2.6.2 installed as stand alone
    versus
    Oracle Workflow 2.6.2 installed with the iAS9 Release 2 (workflow is installed automatically when installing
    Oracle9iAS InterConnect 9.0.2 Hub and Developer Kit).
    Are there any new features added to Workflow when using the iAS9 rel 2 ?
    Do some things work differently, for example using the java functin activity agent. As this works using Advanced Queing.
    I already looked in the ias doc, but didn't find much.
    Tnx,
    Chris.

    The 2 releases are essentially the same, the main difference is that in iAS 9.0.2 you can leverage Single Sign on Oracle Internet Directory integration.
    A new feature introduced in 9.2 was the Oracle Workflow Manager component of Oracle Enterprise Manager, which you can use to submit background engines and other workflow system processes, and has graphs of workflow item metrics and agent activity.
    Hello,
    Can anyone tell me what the difference is between :
    Oracle Workflow 2.6.2 installed as stand alone
    versus
    Oracle Workflow 2.6.2 installed with the iAS9 Release 2 (workflow is installed automatically when installing
    Oracle9iAS InterConnect 9.0.2 Hub and Developer Kit).
    Are there any new features added to Workflow when using the iAS9 rel 2 ?
    Do some things work differently, for example using the java functin activity agent. As this works using Advanced Queing.
    I already looked in the ias doc, but didn't find much.
    Tnx,
    Chris.

  • What are new features of interactive reporting in hyperion  9.3 release

    hi
    what are new features of hyperion system 9.3 interactive reporting over hyperion system 9.

    Here is a link to Reporting and Analysis New Features pdf for 9.3
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hs_new_features.pdf
    Brian Chow

  • I dream of new features in the near future !!!

    I dream of new features in the near future, including that of power sharing my screen on my TV (imagine a Keynote presentation or a spreadsheet in a presentation), and able to play my games on Iphone 4 content directly on my TV .
    Wow, just imagine the power of that kind of function.

    Imagine, at your work you have your Mac in your office and you need to do a presentation in the meeting room. You plug in your ATV into the projector or television to the wall and you make your presentation. Imagine the same preparation but not from your computer but from your iPhone or your IPAD.
    Just imagine this possibility to me that this would be an important addition that would open the possibilities of this very beautiful object.
    And my goal, it would also and especially to have this opportunity at the opening of the box without having to tweak the code.

  • Forms 11g New Features Presentation PPT

    Folks,
    I am searching for Jan Carlin's Forms 11g New Features presentation PPT.
    It seems that the Forms section on ias.us.oracle.com has broken links to the stcontent.
    Could you please send it or tell me where I can get it?
    Please send this response also directly to me.
    Thanks,
    Gustavo.

    Gustavo,
    Your reference to ias.us.oracle.com is an internal address and will not be accessible from outside of Oracle. Are you an Oracle employee and are looking for this content internally?
    Publicly available information about Forms 11 and new features can be found on the tech listing page for Forms:
    http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html

  • Needs to upgrade from Oracle 8i DBA to oracle 10g DBA

    I need help from oracle guru's if they advice me on how to take up the upgradation exam from 8i to 10g. Actually, since last 4 years i am working as Oracle ERP Techno Functional Specialist for impementation on Project Contracts 11i. I would be greatful if anyone can suggest some of the best institutes in Hyderabad, india for training on Oracle 10g DBA?
    Thans in advance
    Arizuddin
    [email protected]
    Mobile: +966502297583

    Oracle Database 10g: New Features for Oracle8i DBAs (Database)
    http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D17389GC10&p_org_id=28&lang=US&source_call=

  • 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.

  • Document about Oracle 10g New Features

    Hi all,
    I would like to share a document I wrote about Oracle 10g New Feature. I hope it would be useful.
    Currently, I am updating the document to include Release 2 features. Any comments or suggestion is appreciated.
    Download link:
    http://www.operflow.com/Oracle_10g_DB_Summary.pdf

    Hi Ahmed,
    Good Work !!!
    I just visit your blog it is very interesting about you and your country.
    Regards
    Taj

  • Oracle Web Center New Features Demo

    Hi,
    Does anybody have oracle web center new features demo?
    It will be great, If you can share it.
    Documentation states that, It has features like below:
    New capabilities to operate on multiple assets efficiently, including bulk deletion, approval, and bookmarking. These operations are conveniently available from search results screens. Operations can be executed by selecting multiple assets and pressing a single button.
    But I can not perform bulk delete asset.
    Documentation also states that, It has features like Drag And Drop:
    My understanding from the documentation is an asset's attributes are dragged and dropped into advanced UI. Pls correct me, If I am wrong.
    Is there any demo available for drag and drop feature of oracle 11g webcenter?
    Documentation also states that, It has features like customizable dash board:
    New customizable dashboard: A customizable dashboard is now provided out-of-the-box. Widgets to manage assignments, bookmarks, and checkouts are included. Widgets can be rearranged on the dashboard using simple drag-and-drop, and custom widgets can be added to satisfy unique business needs.
    Pls let me know, where the dashboard is available and how to implement the above mentioned features.
    Thanks And Regards
    Dhaya
    Edited by: 932938 on May 8, 2012 5:15 PM

    Hi,
    If you mean video demo, then there is a link to it on WebCenter blog (https://blogs.oracle.com/webcenter/) - On Demand Webcast - Introducing Oracle WebCenter Sites: Transforming the Online Experience. You can start from ~ 10th minute to see content administration.
    Direct link: http://event.on24.com/r.htm?e=452133&s=1&k=FCDEB088AD5C4685EB385DBC59393F31&partnerref=odblog (requires registration).
    "dropped into advanced UI." - There is no more advanced UI, there is an Admin UI and New tab-based Contributor Interface which merge an Insite and Dash and somehow Advanced Interfaces together.
    BR,
    Martins

Maybe you are looking for

  • Advance Payments in Sales Order

    Hi, Say, Customer Terms of Payment --> 50% Advance ; 30% Dely; 20% Receipt. The customer can issue Letter of Credit Also. Scenario: Customer PO value / Sales order value  : USD 5000/- Advance to be paid : USD 2500 (50%) There may be a scenario where

  • Replication Script to create a copy of Objects

    I need help in writing PL/SQL Replication script so it can create copy of all objects stored in specific schema at the remote site in local schema. And that script will only replicate objects which are owned by specific user. I need starting point so

  • Windows 8 file types

    Hi I would like to know if there is an option to open office documents (docx, xslx etc) in browser. In windows XP we had this option to select file types and on doc file type in Advanced Settings we can check open in the same browser window which mad

  • All video crashes Itunes.

    Running Vista. No problems with video until the latest Itunes upgrade. Tried the recommended fix involving Quicktime.  Quicktime will play the files but Itunes still crashes. It makes no difference what type of video file. Tried uninstall/Install dow

  • Photoshop Workspace Settings Lost Every Reboot

    If Photoshop crashes, or if I restart my computer, my workspace settings are set back to default. Actions specifically, though other settings seem impacted intermittently. Add-ons (purchased actions) disappear. Any ideas would be appreciated. On an a