Advanced Keyword Searches (for data on ftp)

Does anyone happen to know if running an Advanced Google Search will turn up data in the Public folder on my website that is not otherwise linked to my website? I have a couple of websites and I am trying to make sure I understand what is publicly available, what can be "scoured" and downloaded and how careful I really have to be with this.
I also have a Wordpress Blog that allows for a PASSWORD PROTECTED post but I was not able to find out from their help forum if the Images that were uploaded as part of this post, or the pdf's that were linked to in this post - are in fact available via an Advanced Google Search. Since I upload the pdf's and the images to a Public folder on the site I assume this is the case.
If so, I'd love to make sure I know how easy it would be for someone to download /all/ of this information.
THANKS for any tips on this topic.

888442 wrote:
Hi,
We have an existing setup of physical standby database on 11.1.0.7 on Linux (primary 2 node rac)
Now, the customer has bought licence for Advance compression and we want leverage this in our standby setup.
The existing parameter what we have is
log_archive_dest_2 =SERVICE=STDBY_SWPRDENT ARCH ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STDBY01 NET_TIMEOUT=60
what changes do i need to change this for advance compression option.Some more reference, Check this manual
http://docs.oracle.com/cd/B28359_01/server.111/b28294/log_arch_dest_param.htm#BABBFBDI
http://docs.oracle.com/cd/B28359_01/server.111/b28294/log_transport.htm

Similar Messages

  • Clues about query's - Search for date type at INBOX

    Hello Everyone,
    At IC Webclient, does anyone experiment to add a new search date type at INBOX, at "search for date" search parameter?
    I added a new date type at Date Management, ZDATA_PR.
    When I try to assemble the query parts, I use something like this:
    CL CL_CRM_QUERYAUI_RUN_BTIL
    METH READ_BUSINESS_TRANSACTIONS
    CALL METHOD cl_crm_report_qupart=>get_qupart_by_token
        EXPORTING
          iv_token     = 'DAT'
          iv_date_type = 'ZDATA_PAR'
          iv_from      = ls_query_aui-from
          iv_to        = ls_query_aui-to
        IMPORTING
          ev_qupart    = ls_qupart_range-querypart.
      APPEND ls_qupart_and   TO lt_query.
      APPEND ls_qupart_range TO lt_query.
    However, I'm rewarded with an error message telling me that I have problems with the query.
    Does anyone can give me clues how to perform this action? I'm clueless and there's not almost no information about this...
    Thanks and Kind Regards
    Bruno Garcia

    Just to solve a mistake at example code:
    CALL METHOD cl_crm_report_qupart=>get_qupart_by_token
    EXPORTING
    iv_token = 'DAT'
    iv_date_type = 'ZDATA_PR'
    iv_from = ls_query_aui-from
    iv_to = ls_query_aui-to
    IMPORTING
    ev_qupart = ls_qupart_range-querypart.
    APPEND ls_qupart_and TO lt_query.
    APPEND ls_qupart_range TO lt_query.
    does anyone has a suggestion or a clue to give?
    Thanks
    Bruno

  • Search for data in server based database.

    I have a web page (http://gosolivitahomes.com) where I can enter a search for data in my server based database.  If I enter a value less than $100,000 in Min Price I get no response.  For values >= $100,000 I get the correct response. Why?  Please help.

    Yesterday I got no properties under $100,000.
    To day I tried again and the first time I got 2 results, but when I went back and repeated the same thing, I got no result.
    Then, like John Waller suggested, I cleared my cache and the 2 result were back.
    Perhaps your problem is a template or other cms cache issue. I don't know very much about it, but when I had a login problem I had to disable user cache i the cms (Joomla).
    I hope you will solve the problem

  • "Advance Synchronization Techniques for Data Acqusition is not simple.

    I want to use a 6534 DIO to drive my instrument and a synchronized 6502E to do AI from the instrument. The developer zone tutorial "Advanced Synchronization Techniques for Data Acquisition" suggests some of what is necessary to change from using AO as the master to using some other operation. After installing an RTSI cable, "Synchronized AI,AO,DI,DO,CTR.vi" runs as-is. Has anyone successfully converted the "Synchronized AI,AO,DI,DO,CTR.vi" or something similar to having some other master than AO? I want to use DO as master, and have moved the start vi's to the initialization cases except that for DO, have removed DI completely,and have tried to get DO to transmit REC1 on RTSI1 and AI and AO to clock o
    n the RTSI1 signal. The modified VI runs to completion, but I get no input at AI.

    Hi Bhanu,
    I ran the program SAP_FACTVIEWS_RECREATE.It is also not fetching any data.In the monitor, the extraction shows yellow status and the Processing says NO DATA.I have not given any selections at infopackage level.
    Please let me know what do i do.
    Thanks in advance.
    Regards,
    Venkat

  • Search for data within a database table

    Hi everyone :)
    I'm trying to make it so that the user can search for a record by id #. So, i made an input dialogue thing so the user can enter a record #. Basically, i want the data to appear in their textboxes based on the record # inputted by the user. My attempt is shown below, and when I run it, I get this:
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
    Here's my code:
    public JButton getSearch()
              if (search==null)
                   search = new JButton("Search Database");
                   search.addActionListener
                        new ActionListener()
                             public void actionPerformed(ActionEvent ae)
                                  try
                                       String str_rec =
                                            JOptionPane.showInputDialog(
                                                 getFrame(),"Enter Record No");
                                       int recNo = 0;
                                       try
                                            recNo =
                                                 Integer.parseInt(str_rec);
                                       catch (NumberFormatException nfe)
                                            return;
                                       String select = "SELECT studId,studFirstName,studLastName " +
                                       "FROM Students " +
                                       "WHERE studId = '" + recNo + "' ";
                                       Statement statement = getConnector().getConnection().createStatement();
                                       ResultSet result = statement.executeQuery(select);
                                       System.out.println(recNo);
                                       getView().getId().setText(str_rec);
                                       getView().getFirstName().setText(result.getString("studFirstName"));
                                       getView().getLastName().setText(result.getString("studLastName"));
                                  catch (Exception e)
                                       e.printStackTrace();
              return search;
         }I hope I explained everything properly. If you could please help me, I'd very much appreciate it.
    Thanks in advance! :)
    - spidey

    "WHERE studId = '" + recNo + "' ";Why are you putting quote marks around a number? What type of database column is studId? Probably a numeric type (not character), right? Quotes go around string/character stuff, not numeric stuff.

  • How to search for data on the web and return to jsp

    I need to collect data from a web site and return that data to my jsp file. The page should consist of a web page in which the user search for available flights then I conect to easyjet automatically fill in the form and return the result from easyjet.com to my jsp file..Do anyone know how can I do this?? I need to use java for this and not cgi..I found also some JavaScripts that can perform the same thing..Thanks...

    Hi,
    are you able to change dynamically the  operation.url = "assets/data/shopping.xml";?
    i need to do that based on the users input.
    Thanks in advance,

  • Searching for Data in the Report for a non-selected column in display.

    Hello,
    I have an interactive report as given below:
    select user, dept_name, sal, description, title from hr;
    Now, in the report display options I remove the title and description from the display as you know title and description are 2000 characters each.
    If I show then it takes the whole page to display one record and with this option I can search any text in the Title or Description columns.
    Now, I have hidden these two columns and when I search I do not see any records.
    Can any one tell me how to achieve this behaviour.
    What I am looking is, I do not show the column 'TITLE' or 'DESCRIPTION' and user show be able to search for any important data inside these columns.
    Please let me know how can we do this.
    Please point me to an already published article or solution or any help on this type.
    Appreciate your help on this.
    thanks
    Edited by: user648778 on Sep 18, 2008 6:13 PM

    As far as I can see this will not work. You could use a trick and make a query like this:
    SELECT USER, dept_name, sal,
              apex_item.hidden (10, mgrdescription || title)
           || '<img src="#IMAGE_PREFIX#some_nice_icon.gif">' title_description
      FROM hrThis would not display the title and description but an image and it would give you a possibility to filter on those.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to search for data in active directory

    if i have an administrator priviledge, how can i search for user's data if i know his username from active directory.

    What form do you have the user's name in ?
    ANTIPODES\alberteString searchFilter = "(&(objectClass=user)(samAccountName=alberte))";[email protected] searchFilter = "(&(objectClass=user)(userPrincipalName=[email protected]))";Albert EinsteinString searchFilter = (&(objectClass=user)(givenName=Albert)(sn=Einstein))";or using Ambiguous Name Resolution (anr)String searchFilter = "(&(objectClass=user)(anr=Albert Einstein))";or it's even clever enough to useString searchFilter = "(&(objectClass=user)(anr=Einstein Albert))";

  • Database-Searching for dates

    If I enter in an exact date (such as 7/9/06) in my database's Find layout that matches an existing record then AppleWorks finds the record. But I want to find all records that contain ANY date in the date field. If I type in a character in the date field that is bound to be present, such as 0 (zero), AppleWorks doesn't find anything. I have to enter an exact date. Is there a way to search for all records in which the date field is not empty?

    From the Organize menu, choose "Show All Records".
    Again from the Organize menu, choose "Match". In the dialog select the "All" dropdown and choose "Logical". Click on the "ISBLANK" entry, then from the left column click on the date field you're trying to search. Your search field should look like: ISBLANK('date')
    (... the parentheses will contain the actual name of the field you chose)
    Click "OK" and the matched records will have been selected.
    Again from the Organize menu, choose "Hide Unselected"

  • Search for Data in all schema

    I have user_x
    I know in one of its tables.Column there is a value 99
    I need to write a script to search all tables under the schema form the value of 99 ?

    PLease have a look at the script in :
    http://it.toolbox.com/blogs/david/search-for-a-given-string-in-all-fields-of-an-entire-schema-24074
    It might help you meet your requirement.

  • Problem searching for data in database

    hello, im facing a problem here. Actually i have 2 files,jsp and a javabean file. The jsp files basically contains a few radio buttons and a text field. Now what im planning to do here is if user enter a value in the text field and selects the appropriate radio button, it will basically perform a search. The problem here is its not displaying any results although that particular data is in the database.
    Actually the real problem is its not passing the data to the javabean. This is how the statement looks like in the JSP file
    String field = request.getParameter("searchfield");
    ResultSet rs = ad.searchFirstName(field);
    searchfield = name of the text field
    ad = name of the usebean id
    searchFirstName = name of the method in the javabean that will perform this search function
    Now the javabean file
    public ResultSet searchFirstName(String field)
    This is how the method declaration looks like
    the sql statement is stated as below
    SELECT * from PersonalInfo where FirstName LIKE '%field%' order by FirstName;
    Everything ok(no errors in code) but i realise that its not displaying any data. i think its not passing the value from the jsp text field to the javabean. This is because if i replace the "field" with a data in the database, it displays the data. But if i dont, it just dont display any data. How can i pass a variable that user enter in the jsp text field file to a javabean file for processing..
    Pleaseee help..i have been working on this for quite some time. Thanks in advance..

    You might need something like this:
    String sql = "SELECT * from PersonalInfo where FirstName LIKE '%" + field + "%' order by FirstName";
    Even better would be to use a prepared Statement and preventing bad field value like M'Hael from ruining your code (the quote in the name would break your SQL statement)
    String sql = "SELECT * from PersonalInfo where FirstName LIKE ? order by FirstName";
    PreparedStatement stmt = connection.prepareStatement(sql);
    stmt.setString(1, "%" + field + "%");
    ResultSet rs = stmt.execute();Cheers,
    evnafets

  • Inbox Search - Remove "Due date" for search for date

    Dear experts
    We'd like to remove the value "due date" from the dropdown box "Date type" in the agent inbox search.
    How could we achieve that?
    Thanks in advance
    Stephanie

    Thanks Raj.
    When I display the page AuiSearch.htm, I can see the coding for this dropdownbox:
            <crmic:dropdownListBox id                = "DlbDateType"
                                   table             = "<%= controller->G_Datetype_DD %>"
                                   nameOfKeyColumn   = "valpos"
                                   nameOfValueColumn = "ddtext"
                                   selection         = "//SearchAuiItems/DATETYPE"
                                   width             = "100%" />
    However, I don't want to remove it. Currently the dropdownbox contains 2 values:
    "Created Date" and "Due Date".
    I would like to have only "Created Date".
    Thanks in advance
    Stephanie

  • Search for data name in sapscript

    Is there a program similar to RPINCL10 to search through sapscripts for a data dictionary name. For example I need to find all of the forms that print the data in field MARA-WRKST. I can use RPINCL10 on print programs but not on the sapscripts.

    Hi
    You can find out through where used list in table display (select field-->where used list).
    Regards
    sateesh

  • Using JavaScript to search for dates in PDF

    Hello,
    I have a question about using JavaScript in Adobe Acrobat X Pro.
    I want a script that automatically search dates which fall within one week of the date of today.
    If this is true then the pdf file have to be deleted. If the date is later then one week of the date of today then the pdf file must be moved to a different folder.
    I hope anyone can help me with a solution.
    With regards,
    Robert

    Searching is the easy part. The problem is that a script can't delete a
    file, nor can it move a file to another problem.
    On Wed, Jan 7, 2015 at 8:55 AM, RobertZandberg <[email protected]>

  • Searching for data

    I have a program that reads from a notepad file into an array, the user is then to enter a number into a message box and the program is supposed to find all entries like that find the average number and then show the highest number as well. how do i go about doing this???? i am new to java so dont get too technical with the answers please cos i wont understand it. Thanks

    You can read the file line by line using the FileReader class and then search each line for the numbers. Then add these numbers to an ArrayList and use the Collections.max() method to get the highest number. First, try this and we can get back to determining the average later.
    If you don't know about I/O and Collections, you should read the tutorial:
    http://java.sun.com/docs/books/tutorial/essential/io/index.html
    http://java.sun.com/docs/books/tutorial/collections/index.html

Maybe you are looking for

  • Safari quits....

    hoping the brilliant man in hawaii can help me. can log onto apple get email and read these forums. that's it. period end of story. safari unexpectedly quits as soon as i go to load anything other than apple.com. also quits on netscape and internet e

  • Form hangs some time frequently??

    hello expert, in my erp system some time a form hangs very frequantly. what could be the reason??? form is used for new BOM or to modify BOM. there is two buttons Add and Mofidy. when i click on Add button, its hangs some time very frequently but mod

  • Photoshop painfully slow with lots of layers.

    I've seen this before with Photoshop. I have a pretty tame PSD file, 35mb. Web design file with lots of small layers. Photoshop will go from 20% to 105% in Apple's Activity Monitor-and I'm not doing anything in Photoshop. If I try to move a single ty

  • Apply Themes to WebDynpro Applications

    Hi, We have developed Webdynpro applications and we need to use themes used to develop these applications and not hte default portal themes. How can it be done? Regards, p188071 Edited by: p188071 on Aug 10, 2008 2:19 PM

  • How to open .prproj (2.0) as .ppj (1.5)

    I built a project in Pro, 2.0 & need to open it on a different machine using premiere 1.5 Anybody know if it is possible?