iSelfSchooling.com - Copyright © 1999-2009  References  |  Job Openings  | Login (Staff | Members)
    Home  | Search more...  | Community of Sharing Knowledge (with FREE Online Video Training)
    Oracle Syntax  | Suggestions  | Private Tutoring  | Member Collaboration  | Get Translations...

  Copyright & User Agreement

    Email2aFriend  | Homepage us! |  Bookmark

Services

 Vision/Mission

 Services

 Biography

 Contact Us

 

 FREE Training

 SQL

 PL/SQL

 Forms 

 Reports

 Other TOOLS

 Fundamentals

 Performance

 OEM

 Application Server

 Grid Control

 Articles

 Prepare for OCP

 

More to know...

Acknowledgement___

 Who is who

 University Directory

 Links...

 

 

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Application Server

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 27

"The best and most beautiful things in the world cannot be seen, nor touched...but are felt in the heart."

-Helen Keller (1880-1968)

How to export and import Page Groups or Portal DB Providers in OracleAS Portal:

(LESSON 28)  

Oracle Application Server Portal has utilities (export/import) which provide a copy of your portal content from server A to server B portal installations. I use it to copy or update portal page groups and portlets from a development instance to test and production instances of OracleAS Portal.

 

Notice that you only can export and import only within the same release of OracleAS Portal.

 

Steps to do export from the OracleAS portal instance A to the OracleAS portal instance B:

  • Make sure that you have your “Provider” in the OracleAS portal instance B. You must have your “provider” before you import the exported OracleAS portal objects. The first time an export is performed, the entire page group or db provider needs to be exported and imported.

  • Create transport sets.

    • Log into portal (http://host:7777/pls/portal)

    • Select the Export link under Actions in the Navigator page. Notice that the export links are not available for all objects (for example, seeded page groups such as portlet repository, documentation, etc cannot be exported, the same is true for certain providers such as web providers, internal provider, provider group, etc.) Also, the user can also select whether to export the access control lists associated with the objects in the transport set. For the Users/Groups which are part of the access control lists, choose whether to include their preferences.

    • Enter a descriptive name for your transport sets.

    • Select your objects to be exported.

    • Use the download UNIX script or DOS script option to create your batch export program. For ex: export4me.csh

    • On UNIX, change the file mode to be executable: # chmod 755 export4me.csh

    • Run the script: #./export4me.csh –mode export

    • Now, ftp the dump file and export4me.csh script into the OracleAS portal instance B.

    • Run the script on the OracleAS portal instance B: #./export4me.csh –mode import

    • The URL link pages will break and need to point to the OracleAS portal instance B. Go to the Navigator page and change its link properties. You should use a Page Link item type to create a link. The Page Link item type dynamically generates the correct link at runtime. Therefore, it ensures that links do not 'break' when pages are imported into a different site.

    • You can export the following object types: Page Group, Page, Category, Perspective, Template, Navigation page, Style, Page type, Item type, and Attribute in the Page Group; and Portal DB Provider, Form, Report, Chart, Calendar, Dynamic Page, XML Component, Hierarchy, Menu, URL, Frame Driver, Link, List of Values, and Data Component in the DB Providers

Requirements:

Check the job_queue_processes parameter, it must be a positive number more than 1.

SQL> show parameter job_queue_processes

If not, set it.

SQL> ALTER SYSTEM SET job_queue_processes=10 SCOPE=spfile;

 

 
 
Google
 
Web web site