Imp and Exp Command

Hi,
Pls explain me the concept of Imp/Exp command and the parameters assocoiated with it?If u can tell me online practicals for Import/Export command?
Regards
sudhir

At 8:03, you "wanna learn" about tablespaces and datafiles.
At 8:11 you want the concept of Imp/Exp explained to you.
At 8:10 you "wanna learn" the concept of Roll Back Segmenst [sic]
And at 8:12 you "wanna learn" all about SQL*Loader
Not bad for nine minutes of complete thoughtlessness, I suppose.
If you "wanna learn" all about Oracle, download the software, install it, start playing with it, and come back with some serious questions that show a modicum of thought, effort, persistence and care. Paying some attention to the usual rules of grammar and spelling might be an idea, too.
You'll find installations documented at http://www.dizwell.com/prod/node/695#installation, and then you can work your way through some concepts at http://www.dizwell.com/prod/node/263 and then you can start doing some basic fiddling at http://www.dizwell.com/prod/node/695#basics and once you've worked your way through that lot, you should be in a position to make sensible use of the stuff over at http://tahiti.oracle.com.
And after you've had a good read of the official Concepts book there, then you can come back here to ask specific questions and reasonably expect to get meaningful replies.

Similar Messages

  • Improvements to imp and exp utilities

    Hello all:
    Does 10g release 2 address the issue surrounding the inability for exp and/or imp to handle blob datatypes? We have a database the uses a couple of blob columns and each time (using Oracle 9i) I exp my tables and try to imp them, the blob columns are not created.

    workaround is to create the table with the blob column first and then run the import with ignore=y.
    to generate the blob table script use
    imp file=<filename> indexfile=c:\temp\create_table.sql tables=<blob table>

  • Imp and exp on diff version

    hi
    i have found problem in exp and imp in diff version of oracle
    i have take exp in (Oracle8i Enterprise Edition Release 8.1.6.0.0) with no error
    but when i imp this dmp on oracle personal edition
    (8.1.5.0.0)
    then it will gives error
    is it possible to takes import data from higher to lower version.
    thanks in advance.

    Oracle does not allow to import data from higher version to lower version directly but you can do it if you take catexp.sql file from your older version and run that file in the Oracle Server where you have your higher version.
    that file is found :
    <ORACLE_HOME>/rdbms/admin
    after you make the import you have to restablish your higher Oracle Server running catexp.sql beloged to that Oracle Server.
    Joel P�rez

  • Info about imp and exp

    Hi everyone
    I need you to test If the work I will do is right or not .
    in general:-
    I want to take full export from database 10g
    and I want to import it in oracle database 7.3.2
    in details:-
    I will execute catexp7 on database 10g and after that I will take full export
    and import the exported file on database 7.3.2.
    If it is not right please could you correct me.
    bye.

    Hi,
    Try with exp/imp.Are you facing any problem .Study the below link:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Hi about imp and exp

    hi every one
    i have exported the user , after importing in other user
    i am not getting triggers of the table.
    can any body help me regarding this
    it is very urgent for me

    on dos comnand i have given exp
    it ask me username pratapagri@agri
    password **,
    enter array fetch buffr size :4096> -- enter
    Export file :Expdat.dmp>C:\pagri.dmp
    particular user - U
    exp grants yes
    export table data yes
    compress extents yes
    user to be exported :<RETURN to quit > pratapagri
    starts exporting
    -- after importing to another user it is not showing any triggers

  • Running OMBPlus and EXP/IMP in mixed version environment

    OWB Mixed Environment Guru's
    Current environment:
    OWB Client: 10.1.0.2.0 on Windows XP Professional
    OWB Server side: 10.1.0.2.0 on UNIX (AIX 5.2)
    Repository: Oracle 9.2.0.4 on UNIX (AIX 5.2)
    UNIX Listener: 9.2.0.4 on UNIX (AIX 5.2)
    Runtime Repository: Oracle 9.2.0.4 on UNIX (AIX 5.2)
    I call this a mixed environment since my OWB stuff is 10g and my database stuff is 9.2.
    Issues:
    1- I can't get the command line exp.sh script to connect to the repository and returns the famous 'ORA-12154, TNS:listener does not currently know of service requested in connect descriptor'. It looks like the 'owbsetenv.sh' script is changing the value of $ORACLE_HOME to point to the 10g areas. Could that be then causing the system to look for a 10g LISTENER which doesn't exist since all my databases are 9.2.0.4???
    2- I have the same issue trying to run OMBPlus.sh.
    I am ultimately trying to set up a promotion process using the UNIX command line programs (exp/imp and OMBPlus) to get objects from the TEST environment into the PRODUCTION environment which is a separate repository and target schema on a different machine.
    Any advice on how to successfully operate in this 'mixed' environment is most welcomed.
    Many thanks!
    Gary

    Well it looks like I did it again!
    Total brain fart.
    The problem turned out that I wasn't specifying the entire SERVICE_NAME for the repository database. I had been leaving off the domain information. Must be a habit from not having to use it in the TNSNAMES.ORA files.
    I was able to compelte my test export and connect to OMBPLUS and will now try my test import.
    Sorry to clutter the forum but if it helps anyone else with the same affliction I seem to have frequently, I guess that's a small reward.
    Until next time.
    Gary

  • Imp exp commands

    Hello!
    I am a newbie in dataguard.
    Til now the only backup procedure for the data was accomplished using the exp command on specific schemas.
    Now we want to create a data guard environment but we want to continue using exp on the primary and imp on another server(not the standby).
    Do the new configurations for data guard effect the exp procedure, I mean can we continue using exp on the primary as before without any problem?
    Thanks in advance!

    Uwe has made me think about more.
    If you are asking will IMP/EXP still work then yes is the correct answer.
    However since you state "only backup procedure" I went with the RMAN answer.
    Also I assume you are speaking about the Primary database only.
    Best Regards
    mseberg

  • ORA-12560 &  imp\exp commands

    When typing imp and supplying the login system along with my password I got the ORA-12560 error. After reading about the problem on the forums and the internet, I found that setting the sid with the command "set ORACLE_SID=" solved the issue. The problem is I would like not to have to do this every time I start Oracle after starting up my OS ( I have all the oracle services set to manual startup ). How can this be done ?
    cheers

    It seems you are on Windows. Set ORACLE_SID as environment variable (Control Panel ==> System ==> Advanced ==> Environment Variables). That works fine as long as you have only one database on your machine. You could also create a .bat file, which sets ORACLE_SID and starts service and database.
    Werner

  • How to export datbase with exp command

    Hi guys,
    How to export oracle database using exp command without including tables space names.
    I tried with this
    ./exp username/password file=db-export.dmp
    ./imp username/password file=db-export.dmp full=y ignore=y
    But when I try to import database with separate login(username/password) its giving following error for some tables,
    ORA-00959: tablespace 'MANUJA' does not exist
    MANUJA is my username of first database
    any help ?
    Thanks
    Best Regards,
    Manuja

    Option 1:
    ./imp username/password file=db-export.dmp full=y
    If still error then :
    Option 2:
    pre-create your table then import with ignore=y option.
    If still error then :
    make sure userB just have one default tablespace (BC) and quota only on BC. So if you have unlimited quota for userB on all tablespaces, then objects will go to original tablespace and not the tablespace you want to put in(to default tablespace).
    Revoke any unlimited tablespace privs from userB and just have one default tablespace.
    REVOKE UNLIMITED TABLESPACE FROM USERB;
    imp system/manager fromUser=userA toUser=userA file=myexport.dmp log=myexport.log
    Source: OrionNet @ remap tablespace using imp
    Regards
    Girish Sharma

  • 11g and Exp - A bugging bug.

    Before export (exp) i used to to run this script to recompile all the user objects on 10g.
    create or replace
    PROCEDURE DBA_Recompile
         p_PInstance_ID               IN NUMBER --     DEFAULT NULL
    * Title:      Recompile all User_Objects
    * Description:
    *     * Recompile materialized views too
    AS
         --     Logistice
         v_Message                              VARCHAR2(2000) := ' ';
         v_Result                              NUMBER := 1;     --      0=failure
         v_Buffer                              VARCHAR2(2000);
         v_Line                              VARCHAR(100);
         v_PrintInfo                         CHAR(1) := 'N';     --     Diagnostic
         CURSOR     Cur_Invalids IS
              SELECT     object_id, object_name, object_type
              FROM     user_objects
              WHERE     status <> 'VALID'
                AND     object_type IN ('VIEW', 'PACKAGE', 'PACKAGE BODY', 'FUNCTION',
                                            'MATERIALIZED VIEW', -- arhipac: teo_sarca
                                            'PROCEDURE', 'TRIGGER', 'JAVA CLASS')
              ORDER BY object_type, object_name;
         CURSOR     Cur_Valids (p_id NUMBER) IS
              SELECT     'FOUND'
              FROM     user_objects
              WHERE     status = 'VALID'
                AND     object_id = p_id;
         --  failed compile
         TYPE invalid_tab IS TABLE OF Cur_Invalids%ROWTYPE INDEX BY BINARY_INTEGER;
         invalid_tab_rec invalid_tab;
         count_compiled     PLS_INTEGER;
         valid_text     VARCHAR2(5);
         exec_cursor     PLS_INTEGER := DBMS_SQL.OPEN_CURSOR;
         sql_statement     VARCHAR2(200);
         count_object     PLS_INTEGER := 0;
         v_err          BINARY_INTEGER;
    BEGIN
         LOOP
              count_compiled := 0;
              FOR ci IN Cur_Invalids LOOP
                   --  not unsuccessfuly compiled yet
                   IF NOT invalid_tab_rec.EXISTS(ci.object_id) THEN
                        IF (ci.object_type = 'JAVA CLASS') THEN
                             sql_statement := 'ALTER JAVA CLASS "' || ci.object_name || '" RESOLVE';
                        ELSIF (ci.object_type = 'PACKAGE BODY') THEN
                             sql_statement := 'ALTER PACKAGE ' || ci.object_name || ' COMPILE BODY';
                        ELSE
                             sql_statement := 'ALTER ' || ci.object_type || ' ' || ci.object_name || ' COMPILE';
                        END IF;
                        --  compile
                        BEGIN
                             count_object := count_object + 1;
                             DBMS_SQL.PARSE(exec_cursor, sql_statement, DBMS_SQL.NATIVE);
                        EXCEPTION
                             WHEN OTHERS THEN
                                  NULL;
                        END;
                        OPEN Cur_Valids (ci.object_ID);
                        FETCH Cur_Valids INTO valid_text;
                        IF Cur_Valids%ROWCOUNT > 0 THEN
                             IF (v_PrintInfo = 'Y') THEN
                                  DBMS_OUTPUT.PUT_LINE('OK: ' || ci.object_type || ' ' || ci.object_name);
                             END IF;
                             count_compiled := count_compiled + 1;
                             CLOSE Cur_Valids;
                             EXIT;
                        ELSE
                             IF (LENGTH(v_Message) < 1950) THEN
                                  v_Message := v_Message || ci.object_name || ' ';
                             END IF;
                             IF (v_PrintInfo = 'Y') THEN
                                  DBMS_OUTPUT.PUT_LINE('Error: ' || ci.object_type || ' ' || ci.object_name);
                             END IF;
                             invalid_tab_rec(ci.object_id).object_name := ci.object_name;
                             invalid_tab_rec(ci.object_id).object_type := ci.object_type;
                             CLOSE Cur_Valids;
                        END IF;
                   END IF; -- not unsuccessfuly compiled yet
              END LOOP;     -- Cur_Invalids
              --  any other to be compiled
              IF count_compiled = 0 THEN
                   EXIT;
              END IF;
         END LOOP;     -- outer loop
         DBMS_SQL.CLOSE_CURSOR(exec_cursor);
         --     Print Message
         IF (LENGTH(v_Message) = 1) THEN
              v_Message := 'All valid';
              DBMS_OUTPUT.PUT_LINE(v_Message);
         ELSIF (LENGTH(v_Message) > 80) THEN
              v_Buffer := v_Message;
              DBMS_OUTPUT.PUT_LINE('>');
              WHILE (LENGTH(v_Buffer) > 0) LOOP
                   v_Line := SUBSTR(v_Buffer, 1, 80);
                   DBMS_OUTPUT.PUT_LINE(v_Line);
                   v_Buffer := SUBSTR(v_Buffer, 81);
              END LOOP;
              DBMS_OUTPUT.PUT_LINE('<');
              v_Result := 0;
              DBMS_OUTPUT.PUT_LINE('ERROR');
         ELSE
              DBMS_OUTPUT.PUT_LINE('>' || v_Message || '<');
              v_Result := 0;
              DBMS_OUTPUT.PUT_LINE('ERROR');
         END IF;
    <<FINISH_PROCESS>>
         IF (p_PInstance_ID IS NOT NULL) THEN
              --  Update AD_PInstance
              UPDATE     AD_PInstance
              SET Updated = SysDate,
                   IsProcessing = 'N',
                   Result = v_Result,               -- 1=success
                   ErrorMsg = v_Message
              WHERE     AD_PInstance_ID=p_PInstance_ID;
         END IF;
         COMMIT;
         RETURN;
    EXCEPTION
         WHEN OTHERS THEN
              DBMS_OUTPUT.PUT_LINE(SQLERRM);
              IF DBMS_SQL.IS_OPEN(exec_cursor) THEN
                   DBMS_SQL.CLOSE_CURSOR(exec_cursor);
              END IF;
              IF Cur_Valids%ISOPEN THEN
                   CLOSE Cur_Valids;
              END IF;
    END DBA_Recompile;• Q1: On my 11gR2, after running this script, the database becomes unstable for backup. And i cannot take backup anymore using 'exp' command. following error occurs (last few lines).
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    adding: ExpDat.dmp(in = 488030208) (out= 26855576)(deflated 94%)
    adding: ExpDat.log(in = 111665) (out= 6645)(deflated 94%)the message looks like some old days bug: EXP-00056: ORACLE error 1455 encountered
    • Q2: can i skip this script to run, before the backup using 'exp'
    w\

    Are you using the 10g client to perform the export with?
    If so, then this is a recognised bug:
    View the following metalink document for more info
    Exporting Schema In 11.2 Database With 10g Client Gives Ora-01455 [ID 1083330.1]

  • SYSTEM HANGS WHILE RUNNING EXP COMMAND IN ORACLE 10G

    WHEN WE ARE RUNNING THE EXP (EXPORT) COMMAND IN ORACLE 10G
    TO TAKE THE BACKUP IT GETS HANGED FOR A LONG TIME AND THEN IN THE LOG FILE WE FIND THE FOLLOWING ERROR MESSAGE.
    SOMETIMES AFTER RESTARTING THE SERVER WE ARE ABLE TO RUN THE EXP COMMAND.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user MANHAR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user MANHAR
    About to export MANHAR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    *********************************** AT THIS POINT THE SYSTEM HANGS FOR A LONG TIME.
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfully
    THE EXP COMMAND THAT WE USE IS AS FOLLOWS:
    EXP MANHAR/MANHAR FILE=F:\BACKUP\MANHAR.DMP LOG=F:\BACKUP\MANHAR.LOG BUFFER=1000000 GRANTS=Y CONSTRAINTS=Y
    WE ARE RUNNING THE EXP COMMAND ON THE SERVER ITSELF.
    THE SERVER OPERATING SYSTEM IS WINDOWS 2003 SERVER.
    Kindly give us a solution at the earliest.

    You should ask Oracle support for help. There's only one entry for this error stack (Bug 3361288 - Export of XMLSCHEMA may fail with ORA-24324 in UTF8), but it should have been fixed for your DB version and , as far as I can see, you don't have a Unicode database.
    Werner

  • Avoid triggers in IMP or EXP

    Hello,
    How to avoid triggers in IMP or EXP.
    TRIGGERS=Y/N is not available in 11g also.
    Any other tricks?
    with regards
    -mathews p samuel

    No other tricks. With the data pump, you can exclude triggers on the impdp command line.

  • -bash: exp: command not found

    Hi!
    we are trying to export a db schema, but receive the following message:
    -bash: exp: command not found
    # Export Schema WLTUSER
    # vi /oracle/app/oracle/scripts/export/export.sh
    # set variables
    export ORACLE_HOME=/oracle/app/oracle/product/10.2.0/db_1
    export ORACLE_SID=xxxxx
    export LD_LIBRARY_PATH=/oracle/app/oracle/product/10.2.0/db_1/lib
    export path=($path $ORACLE_HOME/bin)
    # run schema export
    exp USERID=system/xxxxxx OWNER=WLTUSER FILE=/oracle/app/oracle/scripts/export/export_$TODAY.dmp logfile=/oracle/app/oracle/scripts/export/export_$TODAY.log
    echo "export done..."
    exit 0Please help! Thanks!

    user545194 wrote:
    Hi!
    we are trying to export a db schema, but receive the following message:
    -bash: exp: command not found
    # Export Schema WLTUSER
    # vi /oracle/app/oracle/scripts/export/export.sh
    # set variables
    export ORACLE_HOME=/oracle/app/oracle/product/10.2.0/db_1
    export ORACLE_SID=xxxxx
    export LD_LIBRARY_PATH=/oracle/app/oracle/product/10.2.0/db_1/lib
    export path=($path $ORACLE_HOME/bin)
    # run schema export
    exp USERID=system/xxxxxx OWNER=WLTUSER FILE=/oracle/app/oracle/scripts/export/export_$TODAY.dmp logfile=/oracle/app/oracle/scripts/export/export_$TODAY.log
    echo "export done..."
    exit 0Please help! Thanks!it guess that you have connect with "ROOT" user . try to connect with oracle user or user being the member of dba group , and then take the export ....
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Incremental Export using EXP Command

    Hi all,
    I am trying to get incremental backup using oracle 9i "Exp" command. But this backup is being taken full of table data where changes made. Actually incremental backup should take a backup only the data last changes made.
    Please help me, how can I take the real incremental backup using exp command.
    Thanks
    Khalil

    should take a backup only the data last changes made.In order to be able to do that, Oracle would have to track rows that have changed since the last export. Think of a database with few hundred to a few thousand tables and tables with tens to tens-of-million rows.
    In a table, a single column in a single row may have been updated.
    However, in another table 40 columns in 3million rows may have been updated since the last export.
    In another table, some rows might be deleted. (how would "incremental" compute the difference between "there were 1000 rows yesterday, there are 942 rows today")
    In a fourth table, 3million rows have been inserted since the last export.
    Can you conceive of the scale of "tracking" that Oracle would have to do if you want "only the last changes" to be exported ? Next, how would you "merge" data from two exports when you import them -- e.g. if the non-primarykey columns have been updated ; or primarykey has been updated ; or the table has no primarykey ?
    The only way an "Incremental" change can be identified is by tracking if any change (whether 1 columm in 1 row or all the columns in all the rows) has been made to the table since the last export. If a single byte has been changed in the table, the whole table will be exported.
    Are you sure you were able to use Incremental Export in 9i ? Incremental Export is documented in 8.1.7 but hasn't appeared in the 9.2 documentation.
    The 8.1.7 documentation says "+An incremental Export backs up only tables that have changed since the last incremental, cumulative, or complete Export. An incremental Export exports the table definition and all its data, *not just the changed rows*. Typically, you perform incremental Exports more often than cumulative or complete Exports.+ "
    Oracle had announced the end of Error Correction Support for the Incremental Export effective 31-Dec-1999. It ended Extended Assistance Support 31-Dec-2002. See Oracle Note#170483.1 on the support site.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • Generating the .CAP, .JCA and .EXP files.

    Hello;
    I have downloaded the java_card_kit-2_1_2 to &lsquo;C:\java_card_kit-2_2_1", and I tried to compile HelloWorld application that shipped with its distribution. I was successfully able to compile the file HelloWorld.java, but I am having lots of problems in generating the .CAP, .JCA and .EXP files.
    I tried to follow the instructions in jcdk2.2.1 user guide, but of no use.
    This is what I am basically doing:
    _Step1) Setting my Environment Variables as follows:_
    *set JC_HOME=C:\java_card_kit-2_2_1*
    *set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16*
    *set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%*
    _Step2) Compile the java file_
    The package of HelloWorld.java is : src.com.sun.javacard.samples.HelloWorld, so to compile I use the following command line:
    *javac -g -target 1.1 -source 1.3 -classpath .\classes;..\lib\api.jar;..\lib\installer.jar src\com\sun\javacard\samples\HelloWorld\*.java*
    _Step3) Converting_
    I have the class file generated in the package folder: src.com.sun.javacard.samples.HelloWorld, I generated an .opt file as follows:
    +-out EXP JCA CAP+
    +-exportpath .+
    +-debug+
    +-applet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 src.com.sun.javacard.samples.HelloWorld.HelloWorld+
    +src.com.sun.javacard.samples.HelloWorld 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1 1.0+
    Finally, the command line for conversion is:
    *set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;*
    *"%JAVA_HOME%\bin\java" -classpath %_CLASSES% com.sun.javacard.converter.Converter -config src\com\sun\javacard\samples\HelloWorld\HelloWorld.opt*
    After successfully executing all these lines, I get the following error:
    Java Card 2.2.1 Class File Converter, Version 1.3
    Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
    *+error: class HelloWorld does not belong to package src.com.sun.javacard.samples.HelloWorld.+*
    conversion completed with 1 errors and 0 warnings.
    PLEASE HELP! I also tried adding -classdir to the opt file, but still did not work.
    The whole point behind this exercise is to import a javacard framework of version 1.0
    Really appreciate anyone's help! Thanks in advance.

    Thank you Shane, but my claSs file is indeed saved in "C:\java_card_kit-2_2_1\samples\src\com\sun\javacard\samples\HelloWorld"
    Now since I am running my command lines from C:\java_card_kit-2_2_1\samples, so I guess that the class directory is:
    src.com.sun.javacard.samples.HelloWorld
    Right?

Maybe you are looking for

  • White / coloured dot in iphone 5 photos and videos

    I have started getting a small white /coloured dot, a reflection possibly, when taking photos, video or vines with the iphone 5. Occurs when shooting towards a bright light. Occurs in the daytime when the sun is out, in the vicinity of but not shooti

  • Can anybody tell me where is VIAtube app? I can't find it on appstore.

    Can anybody tell me where is VIAtube app? I can't find it on appstore.

  • Tiger to Snow Leopard WITHOUT iWork '09

    I would like to update my OSX4.11-running machine to Snow Leopard. I realize after reading a bunch of forums that legal upgrading of this sort requires more than just buying a simple Snow Leopard install disc for an intel mac. What I'm wondering is:

  • How to turn off threaded sms on iPhone 4?

    Hi all I get lost in the way iPhone stores the sms messages. I cannot find back to both incoming and outgoing messages since they are not stored in one linear time sequence.  The same functionality was also (by default)?) on the e-mails but happily t

  • Turning down the verbosity of logging in  search service

    Hello old friends. Our search node is generating 1.5gb of logs per day. how can i turn down the verbosity of the logging? I don't see any configuration files that get read, and the config mgr doesn't have anything about logging verbosity.