Can I use flashback database to flashback a pluggable database?

Hi All,
I created a container database and then created a pluggable database.
In the pluggable 12.1 datbase, I loaded the user data.
I performed the below
sqlplus / as sysdba;
create restore point CLEAN_DB guarantee flashback database;
And I performed the transactions on the pdb.
Now my intention is to restore to the restore point CLEAN_DB as created from the above step.
If I perform the below, will it restore my pdb to the initial state?
flashback database to restore point CLEAN_DB;
Regards,
Kamal.

Hi,
You cannot use FLASHBACK DATABASE for pluggable database.
Flashback query/versions queryis UNDO based and work in PDB’s
Flashback transaction query/flashback transactionis UNDO and REDO based and work in PDB’s
Flashback data archiveUNDO gernerated archives
Flashback table
before drop –> Rename segment name of recylebin, which is based on UNDO, work in PDB’s
flashback table to –> is UNDO based, work in PDB’s
Flashback databasedoesn’t work in PDB’s:
RMAN> flashback pluggable database prmdb01 to time "to_date('23:00 20-11-2013','hh24:mi dd-mm-yyyy')";
Starting flashback at 25-NOV-13
using channel ORA_DISK_1
using channel ORA_DISK_2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of flashback command at 11/20/2013 23:00:00
RMAN-05108: Command is not supported for pluggable database
Regards
Mahir M. Quluzade
p.s. Command exists but not supporting, may be next release come support.

Similar Messages

  • Can I use Bridge CS6 as a central image database for linking to multiple documents?

    Can I use Bridge CS6 as a central image database for linking to multiple documents?

    It's only really good for Adobe document formats, if you want to be able to view and/or tag documents.

  • Can I use the `deny` statements is a SQL database

    I have a web-app that I will need to scale to large proportions. In this web-app, I have a database in which some clients should not have access to specif tables. Can I use `deny` statements on an Azure SQL databases? Like this:
    deny select on a_table to a_user

    Hi James,
    Yes you can use DENY statements. Please see
    this link for more information on the usage of DENY statements.
    Thanks
    Silvia Doomra

  • HELP NEEDED!!HOW CAN I USE ORACLE TO GIVE FUNCTIONALITY TO OTHER DATABASES

    We presently use a transactional System based on Pervasive.SQL Database Manager (it has ODBC capabilities). However, we need to give our Transactional system a WAN capability (So we can use it in more than one site).
    Do you have any ORACLE product that can be used for this?
    one way is to use the Oracle Product like a Data Warehouse and Replicate the Database with other Servers, but we would like to know the feasibility of this?
    An urgent response would be appreciated.

    Femi,
    Is it possible to just convert the other databases so you have a standard platform and all your data management and replication issues could be handled with just a knowledge of knowing one tool inside and out - Oracle!
    Let me know. email me directly and we can further discuss. [email protected]
    null

  • How can we use Prompt text from Field comment in database

    After migrate database from 4 to 9, I'm getting the problem. The problem is Prompt text in Form don't appear. So, how can we get the Prompt text by using the comment of the field in database which it related with that database text. Thank you.

    Hello,
    The table name is indicated in the query data source name property of the block
    Get_Block_Property( 'bloc_name', QUERY_DATA_SOURCE_NAME ) ;
    The column name is indicated in the column name item property
    Get_Item_Property( 'blk.item_name', COLUMN_NAME ) ;
    Comment is stored in the user_col_comments view
    Here is the code that retrieves coments for all based items of the current block:
    Declare
      LC$Table    Varchar2(30);
      LC$Column   Varchar2(30);
      LC$Item     Varchar2(61);
      LC$Comment  USER_COL_COMMENTS.COMMENTS%Type ;
    Begin
      LC$Table := Get_Block_Property( :system.current_block, QUERY_DATA_SOURCE_NAME ) ;
      -- For each item of the block --
      LC$Item := Get_Block_Property( :system.current_block, FIRST_ITEM ) ;
      Loop
        LC$Column := Get_Item_Property( LC$Item, COLUMN_NAME ) ;
        If LC$Column is not null Then
             Begin
            Select
             COMMENTS
            Into
             LC$Comment
            From
             USER_COL_COMMENTS
            Where
             TABLE_NAME = LC$Table
            And
             COLUMN_NAME = LC$Column
            -- set the prompt --
            Set_Item_Property( LC$Item, PROMPT_TEXT, LC$Comment ) ;
             Exception
                  When no_data_found Then
                     Null;
             End;
        End if ;
        LC$Item := Get_Item_Property( LC$Item,  NEXTITEM ) ;
        Exit When LC$Item is null ;
      End loop;
    End;Francois

  • Can I use Bridge SDK to surface content from database?

    I'm currently looking for a solution that my users can easily work with a set of files (mainly images) stored in an external database. I wonder if developing a Bridge extension would do the trick.
    My database has an API and a structure similar to a folder tree. Is it possible to connect to this database from Bridge (users should have a button for that)? Or does the Bridge SDK only allow me to define actions to be triggered by the user on files already shown in Bridge?
    If this is not the correct forum, please post a link to the correct one. I'm a bit lost in the forum structure, too :-)

    If this is not the correct forum, please post a link to the correct one. I'm a bit lost in the forum structure, too
    Not a clue if it is possible at all but maybe you can try the XMP - SDK-Forum.
    I mainly use email for my participation on this forum but you are right, after a quick glance on the bridge Forum website itself it is not easy to find your way in the Adobe forums…

  • Can I use JDeveloper 10.1.2 in Oracle database 9.2.0.6?????

    Hi everyone. I have a web service client stub developed in JDeveloper 10.1.2. The service works well in Oracle 10g R1 (10.1.0.2.0) and Oracle 10g R2 (10.2.0.1.0). Im trying to get it working also in Oracle 9.2.0.6.
    It has installed java version "1.2.2.15", which compare to the others I think it's pretty old. (other have java 1.4)
    My question is, deploying the same client stub generated for the other databases will work? What JDeveloper version is the right one to use? I've been trying with JDeveloper 9.0.4.0 but I haven't been able to find some of the jar files it asks.
    Thanks for everything,
    JP

    Satya (guest) wrote:
    : Hi,
    : Release notes of Jdeveloper2.0 says it supports JDK switching
    : from Default/internal 1.1.6 to 1.0.2 etc. My question is, can I
    : switch it to the latest version 1.2.x
    : Thanks and Regards,
    : Satya
    Yes, JDeveloper 2.0 will support JDK Switching.
    To currently use the latest JFC, you must include the latest
    JFC library into JDeveloper. Also, some components may not
    show up appropriately in the desiger.
    All these issues will be fixed before the official release.
    null

  • How can I use equalsIgnoreCase in JDBC Application to return database value

    How can I ensure that the code will return a name from the database by using equalsIgnoreCase().
    Please see below code .
    public class RetrievEmp {
    final static String FILE_NAME "c:\\project\\test.txt";
    /** Retrieves data from Employee table with the specified column
    * and employee's name.
    public String getDataFromEmpTable(String empname, String column) throws Exception {
    java.sql.Connection con = null;
    String query = "select " + column + " from owner.Employee where NAME = ?";
    ConnectionPool conPool = ConnectionPool.getPool();
    ResultSet rs = null;
    con = conPool.getConnection();
    PreparedStatement ps = con.prepareStatement(query);
         try {
              ps.setString(1, name);
         rs = ps.executeQuery();
              if(rs.next()) {
    rs.getString(1).equalsIgnoreCase(column);
         return rs.getString(1);
              else {
                   return null;
              finally {
                   try {
                        if(rs != null) {
                             rs.close();
                        if(con != null) {
                             con.close();
                        if(ps != null) {
                             ps.close();
                   }catch(Exception e){
         log.debug("Exception while closing connection");

    Thank you for your posting - The Member Feedback forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions cannot be answered. However we recommend that you post this thread to the "Database - General" forum.
    The URL is: General Database Discussions
    Thanks - The OTN team

  • How can I use SQL TOOLKIT concurrently with Database Connectivity ?

    I have installed LabVIEW 6.1 with the Database Connectivity Toolkit and the SQL Compatibility Toolkit (e.g. _SQL folder). I am trying to make the transition from the SQL Toolkit VIs to the Database Connectivity toolkits, but for compatability with existing systems I would like to be able to run the two sets of VIs concurrently (but not in the same app).
    When I read into 6.1 a connection VI that I wrote with LabVIEW 6.0 and the SQL toolkit the connection reference type gets changed from a number to type connection (see attachments) . Does compatbility mean that my SQL toolkit VIs are converted to a form compatible with the new ADO ?
    Can I use the SQL Toolkit VIs or the Database connectivit
    y VIs in the same installation of 6.1 ?
    Can I have the SQL Toolkit VIs appear on the functions pallette and function as they did when only the SQL toolkit was installed ?
    Attachments:
    CNNCT.vi ‏20 KB
    CNNCT.vi ‏22 KB

    In response to your #2 below:
    Actually it is possible to have the old SQL Toolkit and new Database
    connectivity in the same installation of LabVIEW. I have only tried it on
    6i, but don't see why it wouldn't work on 6.1. The trick is not to install
    the SQL toolkit compatabitily VI's. The old SQL toolkit uses the Intersolve
    dll through ODBC while the new Database connectivity uses ADO so it is
    possible to use both methods not only in the same LabVIEW install, but it
    the same running application. It has been a while since I originally did
    this, so I am posting only to mention that it is possible and not exactly
    how to do it. If anyone is interested in more details just respond.
    Brian
    "Jeff B" wrote in message
    news:[email protected]...
    > First, direct answers to your direct questions:
    >
    > 1. Does compatbility mean that my SQL toolkit VIs are converted to a
    > form compatible with the new ADO ?
    >
    > Yes
    >
    > 2. Can I use the SQL Toolkit VIs or the Database connectivity VIs in
    > the same installation of 6.1 ?
    >
    > No
    >
    > 3. Can I have the SQL Toolkit VIs appear on the functions pallette
    > and function as they did when only the SQL toolkit was installed ?
    >
    > No
    >
    >
    > Now an elaboration:
    >
    > Having the old SQL Toolkit and the new Database Connectivity Toolset
    > installed on the same version of LabVIEW on the same computer is not
    > supported.
    >
    > Once you install the Database Connectivity Toolset, any VIs written
    > with the SQL Toolkit will run, but with the ADO layer, as you
    > suspected.
    >
    > Internally, the only way we can have both the SQL Toolkit and the
    > Database Connectivity Toolset installed on the same computer for
    > troubleshooting customer issues is to have them installed on different
    > versions of LabVIEW. I, for example, have LabVIEW 5.1.2, 6.0.3, and
    > 6.1 all installed on my computer, and I have the SQL Toolkit install
    > on LabVIEW 5.1.2, and the Database Connectivity Toolset installed on
    > LabVIEW 6.0.3. In this configuration I can still run SQL Toolkit VIs
    > independent of the Database Connectivity Toolset if I open and run
    > them in LabVIEW 5.1.2.

  • Can I Use Designer 6i on Oracle 9i database

    Please can I use designer 6i on an Oracle 9i database.
    I tried it and I could not log on as user SYS .
    Are there any configurations I need to do. What is the order of installation.
    Designer 6i - Forms 6i - Oracle 9i database
    or
    Forms 6i - Designer 6i - Oracle 9i database
    or
    Oracle 9i database - Designer 6i - Forms 6i
    I want to be sure that my installation was not faulty
    Reply urgently.
    Gloria Akika

    Hi,
    I'm currently using Oracle 9i DB and Dev/Des 6i. In my case I installed the 9i DB first since in order for me to succesfully create a repository I need a working DB first.
    I hope this helps.

  • Can you use ActiveX controls in PL/SQL?

    I am trying to find a way to start email from within a database trigger. Someone told me I could use an ActiveX Control (custom made by a colleague). Although I have never worked with ActiveX or OLE, I know that it is possible to use them in Forms. Is is also possible to call an ActiveX in PL/SQL? How? And if it is impossible, could someone tell me another way to start email (the application is to be implemented in a Windows NT Network).
    Lots of thanks for any answer or advice,
    Joeri Folman
    null

    Joen,
    I am not totally sure what you mean when you say 'start email', but you should check out the utl_smpt packages in the database. They can be used to send email messages from the database. I believe that you need to have an email server (like sendmail) running on the machine for these to work correctly.
    Check out Oracle Built-In Packages by Steven Feuerstein. Steven also has a real good book on PL/SQL programming that you may find helpful.

  • Can i use css3 in apex 4.

    I am new to apex .. I myself dont know css well .. But trying to know..
    Can I use css3 in apex 4...database 11g xe

    941005 wrote:
    I am new to apex ..Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and ensure you have updated with your profile with a real handle instead of "941005".
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>APEX version
    <li>DB version and edition
    <li>Web server architecture (EPG, OHS or APEX listener)
    <li>Browser(s) used
    <li>Theme
    <li>Templates
    <li>Region type
    I myself dont know css well .. But trying to know..
    Can I use css3 in apex 4...database 11g xeIn APEX all presentational aspects of an application (including font size) are controlled using a combination of (X)HTML and CSS via themes and templates. You need to have an understanding of these web technologies to make best use of APEX. If you're not familiar with them you're advised to get at least a basic understanding by spending some time on the tutorials here: start with HTML, then XHTML, CSS, Javascript and the HTML DOM.
    CSS3 features can certainly be used in your APEX themes and applications. Any problems are not likely to arise there, but in whether these features are supported by the browsers/versions used when running them. These sites may be useful in determining whether it's worthwhile for you to use CSS3 to implement a particular feature:
    http://www.impressivewebs.com/css3-browser-support/
    http://caniuse.com/
    Using progressive enhancement techniques will allow you to introduce CSS3 features for browsers that do support them while still making applications accessible in those that don't.

  • Can I use flashback database to recover it?-----QNo.115

    I have dropped a tablespace through RESETLOGS.
    Can I use flashback database to recover it?-----

    5.3.1 Limitations of Flashback Database
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14192/rpfbdb003.htm

  • After Flashback database can I use my backups?

    I performed a flashback database and then opened the database with
    alter database open resetlogs;
    Now when I try the following command in rman I get this message:
    RMAN> list backup
    2> ;
    new incarnation of database registered in recovery catalog
    starting full resync of recovery catalog
    full resync complete
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    435 Incr 1 9.36M DISK 00:00:11 30-AUG-09
    BP Key: 440 Status: AVAILABLE Compressed: NO Tag: TAG20090830T170015
    All the backups are still there but it tells me a new incarnation of the database has been registered in the recovery catalog.
    My question is: Do I need to do anything different from now on? Also can my existing backups still be used if needed?
    thanks in advance,
    Richard

    For u question ist take a rman backup.
    RMAN> backup database;
    Starting backup at 31-AUG-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=140 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    input datafile fno=00003 name=F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    input datafile fno=00005 name=F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    input datafile fno=00002 name=F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile fno=00004 name=F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 31-AUG-09
    channel ORA_DISK_1: finished piece 1 at 31-AUG-09
    piece handle=F:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_08_31\O1_MF_NNNDF_TAG20090831T131520_59PY48QX_.BKP tag=TAG20090831T131520 comment=
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 31-AUG-09
    channel ORA_DISK_1: finished piece 1 at 31-AUG-09
    piece handle=F:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_08_31\O1_MF_NCSNF_TAG20090831T131520_59PY5R4D_.BKP tag=TAG20090831T131520 comment=
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:04
    Finished backup at 31-AUG-09
    After that …..
    SQL> create table y (id number);
    Table created.
    SQL> select to_char(sysdate,'dd-mm-yy hh24:mi:ss') from dual;
    TO_CHAR(SYSDATE,'
    31-08-09 13:23:03
    SQL> drop table y
    2 ;
    Table dropped.
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1250428 bytes
    Variable Size 226495364 bytes
    Database Buffers 377487360 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    SQL> flashback database to timestamp to_timestamp('31-08-09 13:23:03','dd-mm-yy hh24:mi:ss');
    Flashback complete.
    SQL> alter database open resetlogs;
    Database altered.
    SQL> desc y
    Name Null? Type
    ID NUMBER
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1250428 bytes
    Variable Size 226495364 bytes
    Database Buffers 377487360 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    SQL> select name from v$datafile;
    NAME
    F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    SQL> host del F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
    ORA-01110: data file 4: 'F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF'
    Then I restore old backup from rman
    RMAN> restore database;
    Starting restore at 31-AUG-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=154 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    restoring datafile 00002 to F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    restoring datafile 00003 to F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    restoring datafile 00004 to F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    restoring datafile 00005 to F:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    channel ORA_DISK_1: reading from backup piece F:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_08_31\O1_MF_NNNDF_TAG20090831T131520_59PY48QX_.BK
    channel ORA_DISK_1: restored backup piece 1
    piece handle=F:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_08_31\O1_MF_NNNDF_TAG20090831T131520_59PY48QX_.BKP tag=TAG20090831T131520
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:46
    Finished restore at 31-AUG-09
    RMAN> recover database;
    Starting recover at 31-AUG-09
    using channel ORA_DISK_1
    starting media recovery
    archive log thread 1 sequence 22 is already on disk as file F:\ORACLE\PRODUCT\10.2.0\ARC\ARC00022_0693947048.001
    archive log thread 1 sequence 23 is already on disk as file F:\ORACLE\PRODUCT\10.2.0\ARC\ARC00023_0693947048.001
    archive log filename=F:\ORACLE\PRODUCT\10.2.0\ARC\ARC00022_0693947048.001 thread=1 sequence=22
    archive log filename=F:\ORACLE\PRODUCT\10.2.0\ARC\ARC00023_0693947048.001 thread=1 sequence=23
    media recovery complete, elapsed time: 00:00:06
    Finished recover at 31-AUG-09
    Then I back sqlplus
    SQL> alter database open;
    Database altered.
    SQL> desc y
    Name Null? Type
    ID NUMBER
    So answer your question is , YES you can restore from you old backup , not need to do anything else.
    Regards
    Liakat hossain

  • Using restore points WITHOUT flashback possible (in Oracle Express versio)?

    For development I am using Oracle Express 10g version rather than Enterprise version.
    Unfortunately the "Flashback" feature is NOT available in Express version (only in Enterprise).
    I can CREATE a RESTORE POINT but I can NOT go back to it with a Flashback instruction like
    FLASHBACK DATABASE TO RESTORE POINT myrp234;
    Is there a workaround for this in Oracle Express?
    Being able to CREATE a RESTORE POINT is useless if I cannot go back to this RP.
    So I guess there must be another way?
    Peter

    user559463 wrote:
    Does 11g Express support only flashback query or even flashback database?
    Or is the latter feature only available in the 11g ENTERPRISE version?Flashback Database is Enterprise Edition feature and not available in XE edition.
    Feature Restrictions
    XE has most important application development features included, including Flashback Query (but no Flashback Data Archive), Analytical Functions, DBMS_EPG (embedded PL/SQL gateway for http support), Advanced Queuing, APEX, Oracle Text, LOB, Temporary Table, Model Clause, External Tables…
    XE 11gR2 does not have any EE features, nor does it have the Result Cache (SQL nor PL/SQL), Database WebServices, Materialized Views, Java in the Database, Flashback Database /Data Archive/Flashback Table/Flashback Transaction, Fine Grained Auditing or Fine Grained Access Control (VPD), Client Side Query Cache, any of the Database (extra option) Packs, bitmapped index, OLAP, Data Mining, Parallel features, Gateways, Streams, Spatial, Multi Media, Compression, Semantic...
    Resources
    Documentation – http://www.oracle.com/pls/xe112/portal.all_books
    Feature availability – http://download.oracle.com/docs/cd/E17781_01/license.112/e18068/toc.htm#BABJBGGA
    Licensing Restrictions – http://download.oracle.com/docs/cd/E17781_01/install.112/e18803/toc.htm#BABIECJA
    Edited by: user130038 on Sep 27, 2011 8:45 AM

Maybe you are looking for

  • Display image data in a report

    Hello. I have a table with a BLOB column that stores images. I want to run a report and display the images. Say my blob column is named IMAGE_DATA. I want my report definition to be simply SELECT IMAGE_DATA FROM T; and I want the page to display the

  • Installing 8.1.5 on Redhat 5.2

    Hi, My PC (Pentium 133) has 64 MB RAM. Can I configure SHMMAX to 64 MB or should I leave it at the default 32 MB? Also after reconfiguring should I rebuild the linux kernel? Thanks null

  • Noisy fan, very hot case and low battery life

    Hi Got a new Aluminium Powerbook 1.67 in Feb of this year, plus 2 spare batteries. Initially I was very happy at how quiet it was and how cool it was running..... however.... The fan has become really noisy and the case gets very hot ( near the power

  • BT Broadband Usage Monitor

    I'm trying to keep a daily check on my Broadband usage; reason I overshot my limit last month. But looking at the BT BBand Monitor it seems that it is not updated consistently. At times the amount used increases but the dates of usage do not change.

  • How to create a learning  certification in oracle learning management

    Hi all, can any body know how to create a lerning certification in oracle learning management. thank you.