Basic Search Implementation

Can anyone suggest how Basic Search is implemented through Adaptive Tags in WCI.
Or is there any way how to show basic search settnigs in community page.

Found this article in my saved files, I think it's what you're looking for. It's for 5.0 Portal, but I suspect it works with later releases as well.
5.0 Search Results Page URL Format (DA_223496)
Print Page
Article ID: DA_223496 Article Type: INFO
Created: Mon, Apr 19, 2004 Updated: Mon, Apr 19, 2004
Summary
This article provides instructions on how to build a portal URL that runs a search with a given set of constraints.
More Information
This article describes how to construct a portal URL that runs a search and displays results on the portal's search results page. For example, an HTML form that includes a search box would also include these parameters (most of which would be hidden inputs in the form).
Step 1: Required parameters for all searches
Start constructing any search URL with these parameters:
Parameter
Value
Explanation
in_hi_space
SearchResult
Tells the portal to create a new SearchResult ActivitySpace.
in_hi_spaceID
<integer>
(UI Framework parameter) Leave this off the initial search URL. Links on the result page include this parameter so that the portal framework can reuse a cached ActivitySpace.
in_hi_control
searchstart
Use this on the initial search URL to indicate that it is, indeed, an initial search.
cached
false
(UI Framework parameter) Tells the portal not to reuse any previous SearchResult space. Include this on the initial search URL.
parentid
<integer>
(UI Framework parameter) The spaceID of the ActivitySpace that launched the search. Not used by the search code.
in_hi_userid
<integer>
(UI Framework parameter) Current user’s ID. Not used by the search code.
Step 2: Indicate the type of query you want to run
The initial search URL needs to specify a search query. After the user views the initial page of results, links or controls on the page let the user modify the query (for example, go to the second page) or add additional queries (“search within results” or category drill-down).
There are two types of initial query you can run:
Basic search: Specify a search string. Also, optionally, specify object types, folders, and such via URL parameters. You cannot restrict the search by the value of an arbitrary portal property. Only the properties listed on the "Banner Fields Alias" page of the Search Results Manager are searched (this list is usually Name, Description, and Full-Text Content).
Advanced search: Offers all the flexibility of the portal’s advanced search page. Specify a complete PTFilter in URL parameters: some settings might come from user form inputs, while others might come from hidden parameters. You can also specify object types, folders, and such via URL parameters.
Banner search is a special case of basic search in which certain settings (the object types to be searched) are preset by the portal. The portal uses the special value in_hi_control=bannerstart to distinguish banner search from an ordinary basic search. Ordinarily you should use in_hi_control=searchstart unless you want the special banner search behavior.
The URL parameters for basic and advanced search differ slightly.
To run a basic search use just one required parameter:
Parameter
Value
Explanation
in_tx_query
<string>
The user’s search string.
Advanced search has a long list of possible parameters. (If you do not need to constrain by property values, just use basic search and skip to the next step.)
Looking at the Filter Editor or Snapshot Query Editor in the portal will make the following table clearer. An advanced search query is the same as a filter (except for the optional settings shown in Step 3 below). There is a top-level text search string, which matches items’ name, description, or full-text content (like basic search). There is also a tree of property constraints; each grouping (or clause) in the tree consists of a set of statements, which in turn consist of a property ID, an operator (such as “contains”), and a value to match against.
The easiest way to proceed might be to build the search on the Advanced Search page or in the Snapshot Query Editor, then click through to the search page (from Advanced Search or the Content Snapshot portlet). Save the initial search result page URL and compare it with the parameters below.
Parameter
Value
Explanation
in_ra_topoperator
and or or
This is a required parameter for advanced search. Indicates whether the top-level text search string and the entire property constraint tree will be joined by an AND or an OR (corresponding to “all criteria” or “any criterion” on the advanced search page). If the text search string is empty or there is no property tree, this operator is unimportant, but the parameter must still be included.
in_tx_fulltext
<string>
The top-level text search string. Can be empty.
in_hi_totalgroups
<integer>
Number of groups (clauses) in the property constraint tree. (This is not the depth of the tree, since there could be more than one clause at a given depth.) This is always 1 for a search constructed on the Advanced Search page, since the page does not allow nested clauses.
in_ra_groupoperator_j
and or or
Boolean operator that joins statements in group j (first group is 1, not 0). For searches constructed on the Advanced Search page, there is always just one such parameter with j=1, and it is the same as in_ra_topoperator.
in_hi_revealed_j
<integer>
Number of statements in group j. Must be at least 1.
in_hi_depth_j
<integer>
Depth of clause j in the tree. For group 1 (the single group you can build on the Advanced Search page) this is 0. In general, if clause j has depth d, then clause j’s parent is the last clause to be specified with depth d-1. This means that you need to number the clauses depth-first, not breadth-first.
Example: If group 1 has depth 0, group 2 has depth 1, group 3 has depth 2, group 4 had depth 1, and group 5 has depth 2, then 1 is the parent of 2 and 4, and 2 is the parent of 3, and 4 is the parent of 5.
in_se_PropSelect_j_k
<integer>
ID of property being constrained by statement k of group j (the first statement of any group is 1, not 0), followed by a bar (|) character, and a single-digit code indicating the type of the property (which should match the property definition in the portal – this is inconvenient). The code is 3 for long, 5 for double, 7 for date, 8 for string.
in_se_OpText_j_k
<integer>
If statement k of group j constrains a text property, this is the operator (from PT_FILTEROPS) that joins the property ID and value. For example, 7 is “contains”.
in_se_OpNumber_j_k
<integer>
Same as preceding, except used for numeric properties. 1 is “equals”, 2 is “not equals”, 3 is “less than”, 4 is “greater than”, 5 is “less than or equal to”, 6 is “greater than or equal to”.
in_se_OpDate_j_k
<integer>
Same as preceding, except used for date properties. 3 is “comes before”, 4 is “comes after”.
in_tx_compareval_j_k
<string> or <double>
For statement k of group j, the comparison value. If the property being constrained is of type date, use the next item instead.
in_tx_comparedate_j_k
<long>
For statement k of group j, the comparison value if the property being constrained is of type date, expressed as the number of milliseconds since 1/1/1970 00:00:00.
Step 3: Add optional settings to the search
Finally, for either a basic or advanced search, you can use any of the parameters listed in the following table to restrict the search as described. This list does not include restrictions by portal property values; to do this you must use an advanced search.
These arguments must be preceded by a prefix. You can generally use in_hi_req_ in all cases, but refer to the text after the table for other options.
Parameter
Value
Explanation
prefix + lang
2-letter language code
Language that query is parsed in. Default is the user’s current language setting.
prefix + lbl
1 for true, 0 for false
Limit By Language. If true, results must be in the same language used to parse the query. Default is true.
prefix + apps
1 for portal, 2 for Collab, 4 for Content
Plumtree application to search. You can combine applications by bitwise-ORing the values, for example, 3 for “portal or collab”. Default is whatever applications are installed.
prefix + objtype
Any value from PT_CLASSIDS, such as 18 for cards
Portal object types to search for. Repeat multiple times to search for multiple types. You cannot restrict the types of Collaboration Server or Content Server items using URL parameters; all you can do is turn them on or off with the apps setting.
prefix + ddfolder
<integer>
ID of Knowledge Directory folder to search. Repeat this argument multiple times to search multiple folders.
prefix + adfolder
<integer>
ID of Administrative Object Directory folder to search. Repeat this argument multiple times to search multiple folders. If ddfolder and adfolder are both included, items from either the Knowledge Directory or Administrative Object Directory can be returned.
prefix + subfolders
1 for true, 0 for false
If true, subfolders of any folder specified by ddfolder or adfolder are included as well. Default is true.
prefix + community
<integer>
ID of community to search.
prefix + spell
1 for true, 0 for false
If true, use the Search Server’s spell correction capabilities to try to find matches for any terms it does not recognize.
prefix + bbs
1 for true, 0 for false
If true, and if the query string matches a Best Bet trigger string, rank the Best Bet’s targets at the top of the result list. Applies only to basic search, not advanced search.
prefix + thesaurus
1 for true, 0 for false
If true, use the Search Server’s thesaurus to expand the query string(s).
prefix + portletid
<integer>
For Content Server items (only), restricts the search to items associated with the supplied portlet ID.
A note on prefixes: As stated above, ordinarily you can prefix any of these arguments with in_hi_req_ and things will be fine. However, the portal UI framework sometimes forces checkboxes and radio buttons to have names starting with in_cb or in_ra, so you can also use in_cb_req_ or in_ra_req_ in those cases.
Also, the prefix in_hi_opt_, in combination with the in_se_sel_ family of arguments, lets you add drop-down selectors to search forms that cause conditional behavior depending on the selected item. The rule is:
If any parameter starting with in_se_sel_ appears, take its value (call it V).
Look for any other parameters starting with in_hi_opt_V_, where V is the value you just located. Apply those settings to the search (using the above table) in addition to any in_hi_req_ prefixed settings.
See the examples below.
Examples
Here is a search form that implements very basic search for portal documents:
<form method="post" action="http://portal.plumtree.com/portal/server.pt">
<input type="hidden" name="in_hi_space" value="SearchResult"/>
<input type="hidden" name="in_hi_control" value="searchstart"/>
<input type="hidden" name="cached" value="false"/>
<input type="hidden" name="in_hi_req_apps" value="1"/>
<input type="hidden" name="in_hi_req_objtype" value="18"/>
Search: <input type="text" name="in_tx_query"/>
<input type="submit" value=">>"/>
</form>
Here is a search form that implements an advanced search for portal documents. It displays two search boxes. One matches text in the name, description, or content of the document, and the other matches the Author property. In addition, the Keywords property is implicitly constrained to contain the text ‘plumtree’.
<form method="post" action="http://portal.plumtree.com/portal/server.pt">
<input type="hidden" name="in_hi_space" value="SearchResult"/>
<input type="hidden" name="in_hi_control" value="searchstart"/>
<input type="hidden" name="cached" value="false"/>
<input type="hidden" name="in_hi_req_apps" value="1"/>
<input type="hidden" name="in_hi_req_objtype" value="18"/>
Search for: <input type="text" name="in_tx_fulltext"/>
<input type="hidden" name="in_ra_topoperator" value="and"/>
<input type="hidden" name="in_hi_totalgroups" value="1"/>
<input type="hidden" name="in_ra_groupoperator_1" value="and"/>
<input type="hidden" name="in_hi_revealed_1" value="2"/>
<input type="hidden" name="in_hi_depth_1" value="0"/>
<!-- "and Author contains.." -->
<!-- Author is property 103 -->
<input type="hidden" name="in_se_PropSelect_1_1" value="103|8"/>
<input type="hidden" name="in_se_OpText_1_1" value="7"/>
where the Author contains <input type="text" name="in_tx_compareval_1_1"/>
<!-- "and Keywords contains plumtree" -->
<!-- Keywords is property 101 -->
<input type="hidden" name="in_se_PropSelect_1_2" value="101|8"/>
<input type="hidden" name="in_se_OpText_1_2" value="7"/>
<input type="hidden" name="in_tx_compareval_1_2" value="plumtree"/>
<input type="submit" value=">>"/>
</form>
Here is an example of using drop-down selectors in a search form. It is a bit contrived, but this form gives the users the option of searching “Marketing” (documents under folder 123), “Sales” (documents under folder 456), “Communities” (search for any community the user has access to), or “Collab projects” (items within Collaboration Server projects).
<form method="get" action="http://portal.plumtree.com/portal/server.pt">
<input type="hidden" name="in_hi_space" value="SearchResult"/>
<input type="hidden" name="in_hi_control" value="searchstart"/>
<input type="hidden" name="cached" value="false"/>
<!-- if Marketing is selected, search folder 123 for documents -->
<input type="hidden" name="in_hi_opt_marketing_apps" value="1"/>
<input type="hidden" name="in_hi_opt_marketing_objtype" value="18"/>
<input type="hidden" name="in_hi_opt_marketing_ddfolder" value="123"/>
<!-- if Sales is selected, search folder 456 for documents -->
<input type="hidden" name="in_hi_opt_sales_apps" value="1"/>
<input type="hidden" name="in_hi_opt_sales_objtype" value="18"/>
<input type="hidden" name="in_hi_opt_sales_ddfolder" value="456"/>
<!-- if Communities is selected, search for communities, anywhere -->
<input type="hidden" name="in_hi_opt_communities_apps" value="1"/>
<input type="hidden" name="in_hi_opt_communities_objtype" value="512"/>
<!-- if Collab is selected, search for anything in Collab -->
<input type="hidden" name="in_hi_opt_collab_apps" value="2"/>
Search..
<select name="in_se_sel_1">
<option value="marketing">Marketing folder</option>
<option value="sales">Sales folder</option>
<option value="communities">All communities</option>
<option value="collab">All Collab projects</option>
</select>
for: <input type="text" name="in_tx_query"/>
<input type="submit" value=">>"/>
</form>
The information in this article is related to:
Foundation (Portal) versions: 5.0.x
Search Server versions: 5.0
Other Products:
Topics: Search
Related Articles: 5.0 Search Results Page
Search Syntax in Plumtree Corporate Portal
Keywords: search,customization,link,clickthrough,url parameters

Similar Messages

  • A basic search implementation

    Hello everyone,
    I'm developing a mobile phone aplication. This aplication intends to ask the user for the wanted mobile phone. After that, I have to search over a linked list to find the desired phone. The problem is that there is a lot of attributes for a mobile phone and the user has the right to leave blank some attributes.
    My question is: how can i ignore the left blank attributes in implementing seach.???

    Your custom code will have to recognize what the data is, and handle it appropriately. There's no "magic bullet."

  • Basic Search: JSP?

    Hi,
    i have a small question about the Basic Search iview.
    How is this build up, I can't seem to find any JSP page inside the par file.
    I know about the methods to change the result list etc, but i just need to change the layout of the whole page (adding images and stuff).
    Is this possible?
    kind regards,
    Stephie

    Hi Deman,
    to implement an own search interface you can use the provided concept of search components. By implementing your own developed search components you can easily integrate images and other things in the search interface.
    Have a look at this article with code examples by Thilo Brandt: <a href="https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/km/searchcomponents/Developing%20a%20Search%20Component%20for%20KM%20Search%20iView.html">Developing a Search Component for KM Search iView</a>.
    Hope this helps,
    Robert

  • How to use p_mainsearch parameter in basic search for a report with bind variable?

    Hello,
    I'd like to extend the basic-search in content-area elements to extra records in my own tables.
    So I'd like to use the p_mainsearch-urlparameter (which holds the searchtext of a basic search) into a bind variable of my own report. My report will be on an extra tab on the search-page.
    Especially I don't know how to transfer the value of p_mainsearch into the bind variable of the report.
    Has anyone done that so far?
    Example?
    Thank you,
    Joerg

    I found out the following way:
    1.)Report
    1.1)SQL-Query:
    select * from <owner>.<tablename> where UPPER(column) like '%'||UPPER(NVL(:searchtext,'abczyx123098'))||'%'
    (Note: bind variable is :searchtext).
    1.2)in "before displaying page"-section in "additional plsql" add the following:
    if length(get_value('p_mainsearch')) >= 3 then
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values, p_reference_path||'.searchtext,
    portal30.wwv_standard_util.string_to_table2(get_value('p_mainsearch')));
    end if;
    1.3) publish as portlet
    2.) Integrate the report-portlet into a new tab on search page. Run basic search.
    Change to the tab with the portlet.
    For me it is solved.
    Joerg.

  • Basic Search not working in 9iAS release 2

    gurus,
    the basic search is not working in 9iAS Release 2.
    i created few items in the portal and searched for values in basic search ... it did not return any search results ... i checked the search settings and found the Drop Index button ... thus i assumed that the indexes are created .... is there something wrong here ...?
    also, the client wants the search to return in a custom page .... how would i achieve that .... is there an api that i could call in form action and render the search output in my custom page ....?
    any help would be appreciated ...
    thanx

    Have you run the job to update the indexes? Please refer to the Configuration Guide for instructions on synchronizing the indexes with your content.
    The default Search Results page is defined in the Global Settings, under the Administration tab on the Builder page. Any page can be used for search results, as long as it contains the Custom Search portlet.

  • How to change the view of the basic search portlet

    Hi,
    I want to change the view of the basic search portlet. To be more precise, I just want a text box and a Go button in it. Cananybody advise on how to do this?
    Regards,
    Priya

    Indeed the 'Basic Search Box' item is what you want to use. You can choose what label you want or an icon if desired.
    As mentioned in a previous reply, you need to edit the properties of the Page Group where you want to add the item and add the 'Basic Search box' to the list of available items that a user can add to the page group.
    Navigator -> Properties (for the desired page group) -> Configure Tab -> Edit link in the 'Content Type and Classification' section -> Item Types section add the 'Basic Search Box'.
    Now in a page in that page group, add an item, and from the list of 'Built-In Navigation Item Types' you will see the 'Basic Search Box'.

  • Basic Search portlet returns error when Display in New Browser Window set

    Ora AS Portal 10G release 2 (10.1.2.x)
    Have a region of type Portlets.
    The enable users to include content in this region is enabled.
    I added a Basic Search Portlet in this region.
    Basic search works fine if launched from current area, however if change attributes of region to have a link that displays item in new browzer window, then
    basic search portlet opens in new browzer window but returns error "Error: You do not have permission to perform this operation. (WWC-44131)"
    The Basic search portlet in the new window contains a link to advanced search. If use advanced search, results are returned.
    to test further, I added a advanced search portlet to this region, also with the display option to display item in a new window. In this case, the same error is obtained when doing a search.
    Has anyone experienced this?
    Any solutions?
    Thks in advance.
    Paulo

    Hi,
    Can you clarify what you mean by "change attributes of region to have a link that displays item in new browzer window"?
    Are you referring to Edit Region > Attributes tab ? Which of the Available Attributes did you select?
    Thanks,
    Chris

  • Basic Search Not working

    Hi,
    I'm playing around with the Basic Search Tutorial in the
    Dreamweaver CS23 Help files and i cannot seem to get it to work,
    even though I'm following it step by step.
    When I type in a word, that does exist the search Results
    page opens but the page is blank except for ht Dynamic table
    Headers.
    I'm specifying the GET function, but I have also tried Post
    but the same outcome.
    Testing the Recordset in the Search results page works fine.
    Anyone any hints here please?
    Using MySQL with Dreamweaver CS3
    cheers

    Figured it out. The Help files were misiing several key
    steps. I used a URL Variable to the mix and now the search
    works

  • What kind of mac would I need for Nexflix, basic search and email? Also, sounds silly, but can I connect an HDMI from Mac to tv?

    What kind of mac would I need for Nexflix, basic search and email? Also, sounds silly, but can I connect an HDMI from Mac to tv?

    Just an FYI.  The Macs named PowerMac date from early 2006 and before.  Use this tip to discover where to post once you get your Mac:
    Site map of Communities and Categories
    The cheapest Mac available new is a Mac Mini.   It is no bigger than many an external hard drive.  But the screen and keyboard and mouse must be purchased separately.  They support USB and Bluetooth keyboards and mice, and pretty much any DVI, HDMI, or displayport display.   Although the iMac is certainly an attractive option if all you want to deal with is deciding on a printer.   I still recommend getting an Apple USB keyboard for the occasional times you may need to troubleshoot startup issues.  Normally not a problem, but as it gets older some issues can be fixed at startup or diagnosed at startup.

  • How to change layout of KM Basic Search

    Hi all,
           I have a question about the layout of the KM Basic Search.
    I've created a new Search Component Set in System Administration >System Configuration>KM>CM>User Interface-->Search. I've added search_input_indexes as Component for Basic Search function. However this component sets the inputfield, indexes dropdownlist and the search button on one line.
    Is there any way to change this so de dropdownlist can be displayed under the inputfield? The reason is that I don't have much space to show this on one line.
    Any help is welcome. Thanx.
    Kwok Wha

    Hi Kwok
    As far as I know there is no search component that meets your requirements.
    Perhaps you should consider using search_input_scope instead since that might solve your space problem. But then you dont get a dropdown-indexlist as you'd like.
    Kind regards,
    Martin

  • Basic Search Item javascript error

    When I use the Basic Search Item to submit a search, I get a Javascript error:
    Error: 'document.mysearchform.p_looplink' is null or not an object
    Examining the page HTML shows that submitting the serach runs this function
    function fetch() {
    var purl;
    purl = location.href;
    document.mysearchform.p_looplink.value = purl;
    document.mysearchform.submit;
    but the form mysearchform doesn't have a field called p_looplink
    The form fields are
    INPUT TYPE="text" NAME="ms" SIZE="15" MAXLENGTH="30"
    INPUT TYPE="submit" VALUE="Go"
    INPUT TYPE="hidden" NAME="pg" VALUE="33"
    INPUT TYPE="hidden" NAME="search_type" VALUE="Simple"
    INPUT TYPE="hidden" NAME="ll" VALUE=""
    INPUT TYPE="hidden" NAME="p_action" VALUE="SUBMIT"
    INPUT TYPE="hidden" NAME="_dad" VALUE="portal"
    INPUT TYPE="hidden" NAME="_schema" VALUE="PORTAL"
    This bug only appears when you have your browser set to report all Javascript errors - it doesn't prevent the search from working.
    Any ideas about what's going on here?
    Does the basic Search Item (not the portlet) work properly for anyone else?
    Rob

    hi rob,
    this problem is reported in bug 3801639. it is fixed in portal 10.1.2.
    regards,
    christian

  • Basic Search & Advanced search in IdM

    Hi Experts,
    I was searching for one user on IdM UI, and I found that the basic search was not working (I only filled the Unique ID= userXYZ), but when I search for this userXYZ under advanced search, the user was found correctly.
    Did you get this behavior in your system, I mean the Basic search in not showing the same results as the Advanced?
    I am using IdM 7.2 SP7.
    Thank you very much for your comment,
    Victoria

    Hi Matt,
    The basic search work fine for other users.
    The problem here is that Basic Search can not find my inactive userXYZ only by entering his ID but when I choose Advanced Search and Inactive checkbox now I can find my inactive userXYZ.
    So why this inactive user can be shown only by using the combination of Advanced + Inactive checkbox ?
    Many thanks,
    Victoria

  • Customizing the basic search

    hi all
    is there a way to fully customize the basic search portlet? how can i change the name of the "search" button - i want it to be in my native language, and the portal doens have a translation for it
    can anyone help?

    this is the code of my custom search portlet
    Hope it help you
    <table cellSpacing="0" cellPadding="0" border="0" id="table1">
    <FORM ACTION="http://oasserver2.mici.gob.pa/portal/page?_pageid=6,9553&_dad=portal&_schema=PORTAL" METHOD="POST" NAME="mysearchform" onSubmit="fetch();" style=margin:0;>
      <tr>
              <td>
              <input class="textA" id="Search"  size="22" name="ms" style="font-family: Arial; font-size: 10px; color: #3A5B9E">
              </td>
              <td>
              <p align="right">
              <a onclick="javascript: return isNotNull(document.searchForm.keyword.value)" href="javascript:document.searchForm.submit()" style="color: #000; text-decoration: none">
              <input type="image" src="http://oasserver2.mici.gob.pa/img/search.jpg" border="0" alt="Submit" width="21" vspace="1" border="0">
              </tr>
    <INPUT TYPE="hidden" NAME="pg" VALUE="40">
    <INPUT TYPE="hidden" NAME="search_type" VALUE="Simple">
    <INPUT TYPE="hidden" NAME="ll" VALUE="">
    <INPUT TYPE="hidden" NAME="p_action" VALUE="SUBMIT">
    <INPUT TYPE="hidden" NAME="_dad" VALUE="portal">
    <INPUT TYPE="hidden" NAME="_schema" VALUE="PORTAL">
    </FORM>
    </table>

  • The most basic RMAN implementation

    Version:10gR2
    For my test db ora652, i need to use RMAN for backup and recovery. The backup location is an NFS mount called
    /dbbackup/ora652I need to use the most basic RMAN implementation. I don't want to use a repository (Client RMAN)ie. i am going to invoke the RMAN utility from Database's ORACLE_HOME to do this.
    Can anyone provide me the command to configure RMAN for this?
    Here are my files
    --datafiles
    /u02/oradata/ora652/system01.dbf
    /u02/oradata/ora652/undotbs01.dbf
    /u02/oradata/ora652/sysaux01.dbf
    /u02/oradata/ora652/users01.dbf
    /u02/oradata/ora652/shp_tbs01.dbf
    --temp files
    /u02/oradata/ora652/temp01.dbf
    --redo logs
    /u02/oradata/ora652/redo01.log
    /u02/oradata/ora652/redo02.log
    /u02/oradata/ora652/redo03.log
    --control files
    /u02/oradata/ora652/control01.ctl
    /u02/oradata/ora652/control02.ctl
    /u02/oradata/ora652/control03.ctl

    A couple of things....
    1) Did you know that Oracle actually provides documentation on how to do this type of thing? You can find the Oracle Database Backup and Recovery Basics guide at:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm
    You will be amazed...they actually provide guidance on scenarios as well.
    Here is the "basic" script they show for backing up a database.
    RMAN> RECOVER COPY OF DATABASE WITH TAG "whole_db_copy";
    # Make an incremental backup of the database to the flash recovery area.
    RMAN> BACKUP INCREMENTAL LEVEL 1
    FOR RECOVER OF COPY WITH TAG "whole_db_copy"
    DATABASE;
    Now those are the basic commands you can execute at the command line. There are other possibilities depending on your platform is a shell script with a cron job, manually as the above script shows, shell script executed manually, Oracle Enterprise Manager (which is a pretty little GUI that requires no coding on your part), 3-rd party software.
    2) You better test this on a non-production system.
    3) You better test the restore on a non-production system.
    4) You better have plans for storing your backups offsite....hate for a fire to destroy your system and all copies of the backups...wow your boss would be mad.
    5) You better read the documentation and understand RMAN in general.
    Regards
    Tim

  • Federated Searches from the Basic Search Box

    Is there a way to have the portal's basic search facility perform a federated search without having to visit the federated search page? We would like our users to be able to search any location from the simple search box.

    Is there a way to have the portal's basic search facility perform a federated search without having to visit the federated search page? We would like our users to be able to search any location from the simple search box.

Maybe you are looking for

  • POPUP window after OVS selection

    Hi experts, After selecting an entry in an OVS I need to do a check with the selected value. To do this, in the custom controller I create a class that implements IWDOVSContextNotificationListener and do my check in the method applyResult. In case th

  • Use of Font Sets in CHM Navigation Pane

    Hi everyone. One of our product suites is going to be published for the first time using WebHelp Pro as its primary output but with a CHM file as a backup in case the client's internet connection fails or isn't present. To cut a long story short we h

  • Expand tree node upto a fix level

    Hi all, I have a hierarchical tree in forms. I can expand all the node by the following code DECLARE htree ITEM; node ftree.node; state varchar2(30); BEGIN -- Find the tree itself. htree := Find_Item('BLOCK17.T_POP'); -- Find the root node of the tre

  • Nokia E51 iSync with MacBook OS 10.4.11 problems now when never before

    I've been happily syncing my Nokia E51 via iSync with my MacBook running OS X Tiger 10.4.11 for probably a year. Now all of a sudden it refuses to sync & the phone says "system error" as soon as I try to connect via Bluetooth. I've downloaded the lat

  • How do you get iOS7 on 4th generation iPod

    How do you get iOS7 on 4th generation iPod?