Database back up

hi,
Now am using windows 2008 x32 bit standard version,  so am going to move or upgrate windows 2008R2 x64bit.
it's possible to work well all database in this new database?
i can only back up 2008 x32 bit (.mdf and .ldf) file only

hi,
Now am using windows 2008 x32 bit standard version,  so am going to move or upgrate windows 2008R2 x64bit.
it's possible to work well all database in this new database?
i can only back up 2008 x32 bit (.mdf and .ldf) file only
On disk file storage format for 32 bit and 64 bit are same so there would be no issue in restoring backup of SQL server taken on 32 bit version of windows to 64 bit version of windows .
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
My TechNet Wiki Articles

Similar Messages

  • Regarding database back up

    Hi all,
    I am new to database back up. Can anyone explain me what is the difference
    between the back up which is taken using db13 in sap and taking back up
    directly from sql enterprise server in windows.
    Is it possible to do offline and online back up through db13?
    Can anyone please suggest me in detail.

    Sanjeev,
    Well, you can't. If you schedule the backup, the BRTOOL set will address this. DB13 really only gives you a 'GUI' interface for the BRTOOLs as well as a scheduling capability. Remember that when you trigger the backup job from DB13, you're not executing this at the SAP level, you're executing this from the OS level via the DBTOOLs - you could schedule the same job at the OS level if you wanted.
    If you trigger a BRBACKUP with the option 'offline', it will actually shutdown the database for you, perform the backup, and restart the database (return it to the state when the backup started). SAP itself will not go down per se, but obviously, it will not have connectivity with the database, and users who logon during this time will receive error messages regarding "no connection to database". Most folks, therefore shutdown the SAP system first, then trigger the offline backup.
    Hope this helps.
    Tim

  • 11g DATABASE BACK UP

    Hi,
    I am trying to do back up of one of my oracle 11g db out of 2 through rman utility. Am doing the following steps.
    [http://www.youtube.com/watch?v=8dA6BYxF_YE]
    But i am getting the following error messages :
    Directory of c:\app\Manaar1\oradata\orclDW
    :\app\Manaar1\oradata\orclDW>set ORACLE_SID=rman
    c:\app\Manaar1\oradata\orclDW>set ORACLE_SID=oradata
    c:\app\Manaar1\oradata\orclDW>set ORACLE_SID=rman
    c:\app\Manaar1\oradata\orclDW>set ORACLE_SID=oradata
    c:\app\Manaar1\oradata\orclDW>echo %ORACLE_SID%
    oradata
    c:\app\Manaar1\oradata\orclDW>rman target/
    Recovery Manager: Release 11.2.0.3.0 - Production on Wed Feb 8 00:50:23 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12560: TNS:protocol adapter error
    does this means my rman utility is working properly or that my database path is not accurate..bcz that is the correct database path i entered.

    I did as you said for sqlplus but its showing in the end tns eror message
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\windowsaleem>sqlplus/user
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 8 04:39:22 2012
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    SQL*Plus: Release 11.2.0.3.0 Production
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    Use SQL*Plus to execute SQL, PL/SQL and SQL*Plus statements.
    Usage 1: sqlplus -H | -V
    -H Displays the SQL*Plus version and the
    usage help.
    -V Displays the SQL*Plus version.
    Usage 2: sqlplus [ [<option>] [{logon | /nolog}] [<start>] ]
    <option> is: [-C <version>] [-L] [-M "<options>"] [-R <level>] [-S]
    -C <version> Sets the compatibility of affected commands to the
    version specified by <version>. The version has
    the form "x.y[.z]". For example, -C 10.2.0
    -L Attempts to log on just once, instead of
    reprompting on error.
    -M "<options>" Sets automatic HTML markup of output. The options
    have the form:
    HTML ON [HEAD text] [BODY text] [TABLE text]
    [ENTMAP {ON|OFF}] [SPOOL {ON|OFF}] [PRE[FORMAT] ON]
    -R <level> Sets restricted mode to disable SQL*Plus commands
    that interact with the file system. The level can
    be 1, 2 or 3. The most restrictive is -R 3 which
    disables all user commands interacting with the
    file system.
    -S Sets silent mode which suppresses the display of
    the SQL*Plus banner, prompts, and echoing of
    commands.
    <logon> is: {<username>[<password>][@<connect_identifier>] | / }
    [AS {SYSDBA | SYSOPER | SYSASM}] [EDITION=value]
    Specifies the database account username, password and connect
    identifier for the database connection. Without a connect
    identifier, SQL*Plus connects to the default database.
    The AS SYSDBA, AS SYSOPER and AS SYSASM options are database
    administration privileges.
    <connect_identifier> can be in the form of Net Service Name
    or Easy Connect.
    @[<net_service_name> | [/]Host[:Port]/<service_name>]
    <net_service_name> is a simple name for a service that resolves
    to a connect descriptor.
    Example: Connect to database using Net Service Name and the
    database net service name is ORCL.
    sqlplus myusername/mypassword@ORCL
    Host specifies the host name or IP address of the database
    server computer.
    Port specifies the listening port on the database server.
    <service_name> specifies the service name of the database you
    want to access.
    Example: Connect to database using Easy Connect and the
    Service name is ORCL.
    sqlplus myusername/mypassword@Host/ORCL
    The /NOLOG option starts SQL*Plus without connecting to a
    database.
    The EDITION specifies the value for Session Edition.
    <start> is: @<URL>|<filename>[.<ext>] [<parameter> ...]
    Runs the specified SQL*Plus script from a web server (URL) or the
    local file system (filename.ext) with specified parameters that
    will be assigned to substitution variables in the script.
    When SQL*Plus starts, and after CONNECT commands, the site profile
    (e.g. $ORACLE_HOME/sqlplus/admin/glogin.sql) and the user profile
    (e.g. login.sql in the working directory) are run. The files may
    contain SQL*Plus commands.
    Refer to the SQL*Plus User's Guide and Reference for more information.
    C:\Users\windowsaleem>sqlplus user/pass
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 8 04:42:11 2012
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name: [oracle@test oracle]$ rman target /RMAN> backup database;
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon [AS {SYSDBA|SYSOPER|SYSASM}] [edition=value]]
    where <logon> ::= <username>[<password>][@<connect_identifier>]
    <proxy> ::= <proxyuser>[<username>][<password>][@<connect_identifier>]
    Enter user-name: {oracle@test oracle }$ rman target /RMAN> back

  • How to revert a database back to one day previous state.

    Hi,
    Of course, if no backup, then no restore.
    However, unfortunately there is NO database backup available i.e. export/expdp/OS Backup/RMAN/Flashback. But, the requirement is to prepare another database on another server with one day back state. So, can we take fresh backup of the database which has all the archived logs, and restore it on another server as one day back previous state.
    Is there any possible way to do this by using existing archive logs? Can LogMiner help in this regard?
    Thanks,
    SYED.

    user3514623 wrote:
    Hi,
    Of course, if no backup, then no restore.
    However, unfortunately there is NO database backup available i.e. export/expdp/OS Backup/RMAN/Flashback. But, the requirement is to prepare another database on another server with one day back state. So, can we take fresh backup of the database which has all the archived logs, and restore it on another server as one day back previous state.
    Is there any possible way to do this by using existing archive logs? Can LogMiner help in this regard?
    Technically you could get lucky - but I wouldn't want to pretend that the following procedure is sensible or a safe way to back out a production system.
    If you have all the archived redo logs since the moment you want to get back to then you could, in principle, copy the database, run up logminer and extract all the UNDO_SQL that it gives you from the present back to the point in time you want to get to. You can then apply this, one transaction at a time, in reverse order of original application.
    Problems I can think of:
    <ul>
    a) It's likely to take a long time to do this, and you'll probably want to have a lot of manual control and checking.
    b) If you've done any drop tables or truncate tables in the interval you can't reverse them out.
    c) If you've done any nologging dataloads you won't be able to reverse those out
    d) There may be some data types that logminer won't cope with
    </ul>
    Other people may like to supply more reasons why this is not a good idea for a production system - but it might just be good enough to solve whatever problem you have.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    P.S. on "Forum Etiquette / Reward Points": http://forums.oracle.com/forums/ann.jspa?annID=718
    If you never mark your questions as answered people will eventually decide that it's not worth trying to answer you because they will never know whether or not their answer has been of any use, or whether you even bothered to read it.
    It is also important to mark answers that you thought helpful - again it lets other people know that you appreciate their help, but more importantly it also means that when you mark a bad or wrong answer as helpful someone may be prompted to tell you (and the rest of the forum) why the answer you found helpful is bad or wrong.

  • RMAN: Switch database back

    Hi,
    I am having a small rman issue. With:
    switch database to copy;I am able to recover a database very quickly however how can I switch back respectively restore afterwards the database to its original location. Are there no other ways to do it file by file?
    Thanks for your feedback.
    Cheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/otn.php

    True, I just had to rename the files and to recover them. Here the procedure:
    $ sqlplus / as sysdba
    SQL> shutdown immediate
    SQL> startup mount
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-SYSTEM_FNO-1_0vl14lkl'
           to '+DATA01/PROD/DATAFILE/prod_system_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-TAB_FNO-6_12l14lm2'
           to '+DATA01/PROD/DATAFILE/prod_tab_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-TAB_FNO-7_13l14lm9'
           to '+DATA01/PROD/DATAFILE/prod_tab_02.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-IDX_FNO-9_15l14lmn'
           to '+DATA01/PROD/DATAFILE/prod_idx_02.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-IDX_FNO-8_14l14lmg'
           to '+DATA01/PROD/DATAFILE/prod_idx_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-OTK_FNO-5_16l14lmq'
           to '+DATA01/PROD/DATAFILE/prod_otk_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-USERS_FNO-4_17l14lmr'
           to '+DATA01/PROD/DATAFILE/prod_users_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-SYSAUX_FNO-3_11l14llj'
           to '+DATA01/PROD/DATAFILE/prod_sysaux_01.dbf';
    SQL> alter database rename file
           '/backup01/rdbms/physical/prod/datafile/PROD_copy_data_D-PROD_I-116298551_TS-UNDO_FNO-2_10l14ll4'
           to '+DATA01/PROD/DATAFILE/prod_undo_01.dbf';
    SQL> exit
    $ rman target /
    RMAN> recover database;
    RMAN> alter database open;Thanks a lot for your inputs. ;)

  • How Will client take database back up.

    hi
    how to client take backup of oracle 10g database if application are running on client side . application created in Apex.
    Manoj Kaushik

    hi jari,
    i have created an application . After deploye of this application when client or user will work on this application what's the Entry he will do every day he can keep record of daily work as an back up.when he press back up button.
    Eg.
    Data Back up means all data of all tables.
    Thanls
    Manoj

  • Oracle database back up

    hello!
    i am new bie and am learning oracle database.can you tell me how do i take the data back up .
    Thanks in advance
    shailender

    In a very simple manner, you can shutdown your database and copy all datafiles,control files and log files or you can use Export utility to have an online data export of a user or who~e database.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by shailender:
    hello!
    i am new bie and am learning oracle database.can you tell me how do i take the data back up .
    Thanks in advance
    shailender<HR></BLOCKQUOTE>
    null

  • Sharepoint Database back up

    Hi,
    We are doing back up of Sharepoint 2010 using following way:
    - Taking back up of all database of Sharepoint 2010 from SQL Server.
    Will this be sufficient in case of disaster recovery? OR Microsoft recommend to take Sharepoint farm back.
    Regards,
    Amit

    Hi Amit,
    According to your description, my understanding is that you want to know the best way we need to back up the databases for SharePoint.
    Regularly backing up content databases reduces data losses that might occur from hardware failures, power outages, or other problems.
    It is a simple process and helps make sure that all the data is available for recovery, if that is required.
    Based on your need, you can choose farm or granular backup for SharePoint.
    More information are provided in the links below:
    http://technet.microsoft.com/en-us/library/ee663490(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/gg266384(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Restore the database back to 10.2.0.1 (should i restore old backed up  oraInventory ) ?

    Hello everyone ;
    Greeting !  Good morning to all;
    If the upgrade process fails ,  should  i restore  old  oraInventory  directory ?
    Already i  backed up   $ORACLE_HOME, oraInventory and  consistent copy of datafiles, controlfiles and redo log files.
    I have restored  $ORACLE_HOME and  consistent copy of datafiles, controlfiles and redo log files.  
    Again , should  i restore (old backed up oraInventory ) directory ?
    Thanks in advance ..

    Pl provide the steps you performed for the upgrade -
    $ emctl stop   dbconsole
    TZ  set to  Asia/Calcutta
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
    http://oel.linuxserver:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ...  Stopped.
    $  isqlplusctl  stop
    iSQL*Plus 10.2.0.1.0
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Stopping iSQL*Plus ...
    iSQL*Plus stopped.
    $  lsnrctl  stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 22-APR-2013 04:45:33
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oel.linuxserver)(PORT=1521)))
    The command completed successfully
    SQL> SHOW USER;
    USER is "SYS"
    SQL> shut immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Take a  backup  of  $ORACLEHOME and   database and oraInventory
    $  cd /u01/app/oracle/oradata/
    $  tar -czf   /home/oracle/orclbackup.tar.gz   orcl
    $  cd /u01/app/oracle/product/10.2.0/
    $  tar  -czf   /home/oracle/orclhomebackup.tar.gz    db_1
    $  cd  /u01/app/oracle/
    $  tar -czf  /home/oracle/oraInv_backup.tar.gz    oraInventory/
    $  ls  /home/oracle/
    Desktop   oraInv_backup.tar.gz   orclbackup.tar.gz   orclhomebackup.tar.gz
    #  xhost +  SI:localuser:oracle
    # su - oracle
    $  unzip  p6810189_10204_Linux-x86.zip
    $  cd  Disk1
    $  ./runInstaller
    WELCOME SCREEN APPREAD
    [ Trimmed]
    .  Finally executed root.sh script as '# user'
    Then i have used  DBUA to upgrade my database ..
    SQL> select comp_name , version , status from dba_registry;
    COMP_NAME                             VERSION           STATUS
    Oracle Database Catalog Views         10.2.0.4.0       VALID
    Oracle Database Packages and Types    10.2.0.4.0       VALID
    Oracle Workspace Manager              10.2.0.4.3       VALID
    JServer JAVA Virtual Machine          10.2.0.4.0       VALID
    Oracle XDK                            10.2.0.4.0       VALID
    Oracle Database Java Packages         10.2.0.4.0       VALID
    Oracle Expression Filter              10.2.0.4.0       VALID
    Oracle Data Mining                    10.2.0.4.0       VALID
    Oracle Text                           10.2.0.4.0       VALID
    Oracle XML Database                   10.2.0.4.0       VALID
    Oracle Rule Manager                   10.2.0.4.0       VALID
    Oracle interMedia                     10.2.0.4.0       VALID
    OLAP Analytic Workspace               10.2.0.4.0       VALID
    Oracle OLAP API                       10.2.0.4.0       VALID
    OLAP Catalog                          10.2.0.4.0       VALID
    Spatial                               10.2.0.4.0       VALID
    Oracle Enterprise Manager             10.2.0.4.0       VALID
    17 rows selected.
    @ where do you expect to see 10.2.0.4 in the PATH ?
       $ echo $ORACLE_HOME
       /u01/app/oracle/product/10.2.0/db_1
      $ echo $LD_LIBRARY_PATH
      /u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
      Where  can i see my 10.2.0.4.0  ORACLE_HOME ?
      Thanks srini ..

  • Plans for new database back end?

    Are there any plans to allow the Calendar Server to use a different database other than the Berkeley DB?
    Jason Whitener

    Core Data is based on sqlite.

  • How can i display the value fetched from my database back onto my combo box

    i have saved a selected value from my combo box in my database.
    i want to display the same value on my combo box to the user on a jsp page.
    Can someone help me?

    <%
    String valueInYourDatabase="2";
    String[] valuesToDisplay={"1","2","3"};
    %>
    <SELECT name="square_root_of_for">
    <% for(int i=0;i<valuesToDisplay.lngth;i++){
    String s=valuesToDisplay;
    %>
    <OPTION value="<%=s%>" <%=(s.equals(valueInYourDatabase)?"SELECTED":"")%> ><%=s%></OPTION>
    <%}%>
    </SELECT>
    Something like this...
    didn't compile it so their are surely errors ;)
    regards
    Alban

  • Set Database Back to Multi User from Single User

    I am using SharePoint Services 3.0 (SP1) with default configuration options, which installs the Microsoft##SSEE instance of SQL to my local C:\ drive.
    While attempting to relocate the files to another drive, I set one of the databases (as recommended) to Single User by using the SQL Server Management Express tool.
    I cannot now reset that database to Multi User, even by executing the query
    exec sp_dboption 'database_name', 'single user', ''FALSE'
    again by using the Management Express Tool.
    Can someone please help, in plain english???? Thanks

    I have similar issue.
    I have took backup of WSUS (Windows Server 2002 R2) Windows internal database using SQL Server 2008 Management Studio and restored on Windows Server 2012 R2 Server.
    Now SUSDB database was in Single User mode. I have tried ALTER  DATABASE <<Database Name>>   SET MULTI_USER  WITH NO_WAIT and i'm getting blow error.
    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.
    How i can change it Multi User?
    Thanks 
    Uma

  • Best way to sync data from temp database back to primary one?

    Hello all!!
    I'm trying to figure the best way to remedy this situation.
    I have a RAC cluster...and one instance went down...some problems with all nodes running, etc. Anyway, while working with Oracle support, I was able to get one node up with sqlplus, and I ran a datapump export, and move that file to a test server I have...as that this was the quickest solution, and I was able to get my developers up and running again on the new server.
    I've been working with Oracle support for weeks now...and now all instances on the main RAC cluster all seem to be up and running now.
    The trouble is...the instance that was 'moved' to the test server...has had a LOT of work on it in many of the schemas it contains. I need to move the developers back to the main unit where backups are taken and more horsepower for load testing, etc.
    What is the best way for me to sync the main server up with the changes made in these weeks on the test server.
    Would it be best to take a datapump export from the test box.....move it over to the main server, and basically then....truncate all non-system schemas and just import from the test server (with changes) back onto the main server?
    Any other suggestions?
    Thank you in advance,
    cayenne
    ps. Both main and test servers are same version of Oracle 11Gr2 RAC. No rman backups currently being taken on test server, not in archive log mode on test server.

    The trouble is...the instance that was 'moved' to the test server...has had a LOT of work on it in many of the schemas it contains. I need to move the developers back to the main unit where backups are taken and more horsepower for load testing, etc.What is the nature of the work? Cleaned and filtered data? New code/stored procedures/triggers/metadata?

  • Database Back Up error In SQL Server

    Hi SAP GURUS,
    I am facing the the backup related issues in production server
    BRTOOLS is also not working in the system as it is not showing the EXE file in Usr/SAP/SID/...
    So mean while we are taking backup manually !!!
    My OS is Windows 2003 Server and Database is Microsoft SQL Server.
    After hitting DB13 when we go for Full database Backup .
    10011 Access denied.
    Message no. SMMSS_SQLJOBS000
    An error occurred when processing system GCP
    Message no. DB6PM220
    Function DB6_PLAN_EXEC_BATCH failed with return Code = Job Error
    Message no. DB6PM005
    And also have checked the backend Configuration in DB13 its perfectly fine.
    Guys Please Help me out in solving this Issue ..

    Ganesh,
    Thanks for the help
    Well i have already done that before too. I have also check the ServiceSAP file and also the permission but dont know what issue is coming I am not able to trace down the Issue.
    As soon i click the db13 and go for full database backup and select the tape its shows access denied. What is happening in the background cant able to trace out...
    So planning to lock the complain to SAP ..
    Regards
    Vishal Arora

  • Recommended structure of database-backed JSF app.

    I'm learning how to put together a web application using JSF 2.0, Spring and hibernate. I've done a lot of reading on various sites on the 'right' way to do it, and I think I've got the right idea, but I just want to check that I've understood it correctly. (Of course this is more about the structure rather than any specific implementation.)
    Here's what seems to be the case:
    Hibernate is configured via spring.
    POJOs for any persistent entities are mapped to hibernate via annotations (or xml), containing only trivial getters & setters. These methods are never accesses directly by JSF (i.e. these are not managed beans)
    Each of these entities has a DAO that does create, read, update, delete (or whatever). These take only object ids (or other identifiers) for reads or entity objects for the other ones, i.e. they don't access all the setters of the POJOs. (As such, can be made generic to reduce code duplication.)
    Optionally, each DAO can have a service object that presents the various database operations to the next layer, possibly performing checks and grouping operations together.
    Via spring, the service objects are accessible to the JSF beans (or pages).
    Now, suppose a simple use case where a user is entering a new record to the database via a web form. The JSF managed bean will be a POJO mirroring all the fields of the relevant entity bean (but not actually be an instance of one). These fields will be bound to the input fields of the form, and if they pass validation, the action (a method of the JSF managed bean) will create a new instance of the entity bean, copy all of its own field into this using its setters, then persist the newly created object with the service object (made available by spring).
    Displaying a previously persisted bean would be a similar process in reverse; the JSF managed bean would read an entity bean from the service object, load all its own fields using the getters from the loaded entity bean, then populate the page with these values.
    (Obviously this is a very simple case, I imagine there would be cases where the two beans would differ a bit, or perhaps more than simple get/set methods would be used, but I'm just starting out here)
    Is this about right? It seems odd to me that one would duplicate all the fields. It should be possible to make the beans do a dual duty, acting as both the entity bean and the JSF managed bean. Hibernate would simply ignore any action methods, and presumably such cases are what the @transient annotation is for.
    You'd end up with a single class that has both hibernate and JSF annotations on it.
    Is that right?

    There is a design forum.
    I think you have a few too many keywords in there. Hopefully someone with experience end to end might clear that up.
    You'd end up with a single class that has both hibernate and JSF annotations on it.Even if possible I suspect that no one is going to recommend that.

Maybe you are looking for

  • Order music by year

    Hi there, is it possible to order my iPod touch music library by year? Inside the Artists view, all albums are ordered by name, I think it's such a stupid thing, music should be ordered by year of release. Indeed on iTunes there's a dedicated option,

  • Shortend Fiscal Year

    Hi All, We currently follow Fiscal Year as Calaender year, But Business decided to change it fiscal year to Aril to March from this year, so we had stopped postings in that company code, for changing the calender year to Aril to March. Now i had chan

  • SOAP Header Support

    Are SOAP headers supported in OC4J 9.0.3? I notice that in OC4J 9.0.4 the proxy code provide the request header support method _setSOAPReaderHeaders().  Is this method also available in OC4J 9.0.3?                                                     

  • CXMS_NON_CHAR_MAPPING_UC - middleware issue

    Dear all, after the installation of SP we are facing the following issue with Middleware (from ECC to CRM). When calling FM CXMS_NON_CHAR_MAPPING_UC we enter in a new part of the code that has been introduced with note 1395248. The comment to the new

  • Mac mini and idvd  are they compatible

    can I download IDVD software to mac mini