Impdp /expdp

Helllo,
i did expdp of tables a,b,c from schema one.
Now i would like to import data from those tables in the schema two which haves also tables a,b,c but they are empty.
I am on 11g and this is on the same datrabase, only users are different, and i dont' know how to do that . Remap_table, remap_schema maybe ?

true. thanks.
only it could be slower ?
i will do with the append hint and wihout it to see... althoug i am not sure i will have the time and good will to test impdp to compare..
But, if the insert select would be 'too slow' , i will must go to impdp.
btw,
is there some command to do that with the impdp, so what would that be, remap schema or what ? something like that?

Similar Messages

  • How to redirect imp/exp or impdp/expdp output

    Hello,
    I'm sorry for that, if this forum not the right place for this posting, but I hope that some one has this problem too.
    I've an application written in C# (an windows.forms app) that calls imp/exp or impdp/expdp (depends on user). I need the output of this tools in my app.
    Thank a lot for any help.

    user9099355 wrote:
    Hello,
    I'm sorry for that, if this forum not the right place for this posting, but I hope that some one has this problem too.
    I've an application written in C# (an windows.forms app) that calls imp/exp or impdp/expdp (depends on user). I need the output of this tools in my app.
    Thank a lot for any help.EXPDP/IMPDP:-
    [oracle@adg disks]$ expdp system/manager schemas=scott directory=DATA_PUMP_DIR logfile=scot_exp.log
    Export: Release 11.2.0.1.0 - Production on Tue Oct 4 14:36:54 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01":  system/******** schemas=scott directory=DATA_PUMP_DIR logfile=scot_exp.log
    [oracle@adg disks]$ cd /u01/app/oracle/admin/adg/dpdump/
    [oracle@adg dpdump]$ ls -lt scot_exp.log
    -rw-r--r-- 1 oracle dba 1965 Oct  4 14:38 scot_exp.log
    [oracle@adg dpdump]$exp/imp:-
    [oracle@adg dpdump]$ exp system/manager file=exp_schema.log log=exp_schema_trad.log owner=scott
    Export: Release 11.2.0.1.0 - Production on Tue Oct 4 14:38:53 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    [oracle@adg dpdump]$ ls -lt exp_schema_trad.log
    -rw-r--r-- 1 oracle dba 1774 Oct  4 14:39 exp_schema_trad.log
    [oracle@adg dpdump]$or
    nohup exp system/manager file=exp_schema.dmp owner=scott > exp_schema_test.log
    +[oracle@adg dpdump]$ ls -ltr exp_schema_test.log+
    -rw-r--r-- 1 oracle dba 1922 Oct  4 14:40 exp_schema_test.log
    +[oracle@adg dpdump]$+

  • Impdp/expdp ignoring logfile path.

    Greetings All, hopefully this is a no brainer for one of you. Whenever I use impdp/expdp and i specify: logfile=direcotry:filename, or directory=path, logfile=filename they are ignored and the logfile is always written to ORACLE_HOME\database.
    I am on the Windows platform and I am running 11g R1 SP19
    Thanks.

    impdp system/sys@DP1 LOGFILE=DATADUMP_DIR:ACCOUNT_IMP.log DUMPFILE=DATADUMP_DIR:ACCOUNT.DMP job_name=ACCOUNTImport metrics=y trace=4a0300 exclude=index,ref_constraint tables=TESTUSER.ACCOUNT

  • IMPDP / EXPDP unknown command

    Hi,
    I don't use oracle databases for a long time and I am not a DBA. Now I am using it again with the following environment: there is a server with a huge database Oracle 10g EE and I am developing an application that uses a part of this. I have Oracle 10g XE on my development machine and I want to use expdp/impdp to copy the tables I am interested in into my machine.
    My problem is that I get a SP2-0042 error telling me that the command is unknown (in both server and dev machine). From what I understood the datapump should be available in both versions. Does anyone can help me?
    Thank you,
    Rui

    Expdp/impdp are separate utilities and not subcommands in sqlplus. I recommend you read the documentation.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/part_dp.htm#i436481
    Werner

  • VDE-00018 error with IMPDP/EXPDP utility.

    Hi All,
    I just migrated my data from 8.1.6.0.0 to 11.1.0.7.0 succressfully with IMP/EXP utility.
    But, when I try to use EXPDP/IMPDP utility, it shows above error VDE-00018 i.e. Data Pump client is incompatible with database version 11.1.0.7.0.
    Can I use EXPDP/IMPDP in future with any settings ?
    If not then, should I continue with EXP/IMP in 11g ?
    Is EXP/IMP in 11g as sufficient as in 8i ?
    I used IMP/EXP in 8i many times, with never any problem in backup/restoring my data.
    Please guide.
    Regards.

    I have never seen that error, but the rule for Data Pump is that you use the client that shipped with the database you are running on. It is different that exp/imp. All you should have to do is get the expdp/impdp client that shipped with your database.
    Hope that helps.
    Dean

  • IMPDP, EXPDP help

    Hello all,
    i am using oracle 11g r2 and i have 2 questions regarding expdp and impdp:
    I am trying to export a part of table an import it to another schema on the database:
    below is the expdp command
    expdp dbauser/dbausr@db_name tables=schema_name1.table_name  query='shema_name1.table_name:"where date =to_date ('15092011','ddmmyyyy')"'  dumpfile=table_name.dmp   content=data_only logfile=table_exp.LOGit is failing when inserting the query parameter what is the format that shoud i use to meet this condition:where date =to_date ('15092011','ddmmyyyy')?
    another question regarding impdp
    the dump that i export it in the above command i need to import it to the same table but in another schema shema_name2 what should i use?
    impdp dbauser/dbausr@db_name tables=shema_name1.table_name dumpfile=table_name.dmp   content=data_onlyhow i can specify to which schema i need to import to it? where i specify that i need to import into shema_name2.shclog
    Edited by: NB on Sep 15, 2011 8:36 AM

    NB wrote:
    Hello all,
    i am using oracle 11g r2 and i have 2 questions regarding expdp and impdp:
    I am trying to export a part of table an import it to another schema on the database:
    below is the expdp command
    expdp dbauser/dbausr@db_name tables=schema_name1.table_name  query='shema_name1.table_name:"where date =to_date ('15092011','ddmmyyyy')"'  dumpfile=table_name.dmp   content=data_only logfile=table_exp.LOGit is failing when inserting the query parameter what is the format that shoud i use to meet this condition:where date =to_date ('15092011','ddmmyyyy')?
    another question regarding impdp
    the dump that i export it in the above command i need to import it to the same table but in another schema shema_name2 what should i use?
    impdp dbauser/dbausr@db_name tables=shema_name1.table_name dumpfile=table_name.dmp   content=data_onlyhow i can specify to which schema i need to import to it? where i specify that i need to import into shema_name2.shclog
    Edited by: NB on Sep 15, 2011 8:36 AMDATE is a Reserved Word & should not be used as column name

  • Expdp /impdp  Win 2003 Oracle 11g

    Hi Guys,
    I did the export from production and I want to restore on dev. What is the sysntax for impdp.
    expdp userid=system/system dumpfile=livelink.dmp schemas=livelink logfile=livelink.log
    impdp userid=system/system dumpfile=e:/oradata/livelink.dmp ........ Is there fromuser=livelink touser=livelink
    Thanx.

    Handle:      NPD
    Status Level:      Newbie
    Registered:      Mar 15, 2007
    Total Posts:      359
    Total Questions:      82 (73 unresolved)
    so many questions & so few answers.
    Is there fromuser=livelink touser=livelinkNO
    check out SCHEMAS
    bcm@bcm-laptop:~$ impdp help=yes
    Import: Release 11.2.0.1.0 - Production on Thu Oct 7 08:44:28 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    The Data Pump Import utility provides a mechanism for transferring data objects
    between Oracle databases. The utility is invoked with the following command:
         Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp
    You can control how Import runs by entering the 'impdp' command followed
    by various parameters. To specify parameters, you use keywords:
         Format:  impdp KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
         Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp
    USERID must be the first parameter on the command line.
    The available keywords and their descriptions follow. Default values are listed within square brackets.
    ATTACH
    Attach to an existing job.
    For example, ATTACH=job_name.
    CONTENT
    Specifies data to load.
    Valid keywords are: [ALL], DATA_ONLY and METADATA_ONLY.
    DATA_OPTIONS
    Data layer option flags.
    Valid keywords are: SKIP_CONSTRAINT_ERRORS.
    DIRECTORY
    Directory object to be used for dump, log and sql files.
    DUMPFILE
    List of dumpfiles to import from [expdat.dmp].
    For example, DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp.
    ENCRYPTION_PASSWORD
    Password key for accessing encrypted data within a dump file.
    Not valid for network import jobs.
    ESTIMATE
    Calculate job estimates.
    Valid keywords are: [BLOCKS] and STATISTICS.
    EXCLUDE
    Exclude specific object types.
    For example, EXCLUDE=SCHEMA:"='HR'".
    FLASHBACK_SCN
    SCN used to reset session snapshot.
    FLASHBACK_TIME
    Time used to find the closest corresponding SCN value.
    FULL
    Import everything from source [Y].
    HELP
    Display help messages [N].
    INCLUDE
    Include specific object types.
    For example, INCLUDE=TABLE_DATA.
    JOB_NAME
    Name of import job to create.
    LOGFILE
    Log file name [import.log].
    NETWORK_LINK
    Name of remote database link to the source system.
    NOLOGFILE
    Do not write log file [N].
    PARALLEL
    Change the number of active workers for current job.
    PARFILE
    Specify parameter file.
    PARTITION_OPTIONS
    Specify how partitions should be transformed.
    Valid keywords are: DEPARTITION, MERGE and [NONE].
    QUERY
    Predicate clause used to import a subset of a table.
    For example, QUERY=employees:"WHERE department_id > 10".
    REMAP_DATA
    Specify a data conversion function.
    For example, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO.
    REMAP_DATAFILE
    Redefine datafile references in all DDL statements.
    REMAP_SCHEMA
    Objects from one schema are loaded into another schema.
    REMAP_TABLE
    Table names are remapped to another table.
    For example, REMAP_TABLE=EMP.EMPNO:REMAPPKG.EMPNO.
    REMAP_TABLESPACE
    Tablespace object are remapped to another tablespace.
    REUSE_DATAFILES
    Tablespace will be initialized if it already exists [N].
    SCHEMAS
    List of schemas to import.
    SKIP_UNUSABLE_INDEXES
    Skip indexes that were set to the Index Unusable state.
    SOURCE_EDITION
    Edition to be used for extracting metadata.
    SQLFILE
    Write all the SQL DDL to a specified file.
    STATUS
    Frequency (secs) job status is to be monitored where
    the default [0] will show new status when available.
    STREAMS_CONFIGURATION
    Enable the loading of Streams metadata
    TABLE_EXISTS_ACTION
    Action to take if imported object already exists.
    Valid keywords are: APPEND, REPLACE, [SKIP] and TRUNCATE.
    TABLES
    Identifies a list of tables to import.
    For example, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995.
    TABLESPACES
    Identifies a list of tablespaces to import.
    TARGET_EDITION
    Edition to be used for loading metadata.
    TRANSFORM
    Metadata transform to apply to applicable objects.
    Valid keywords are: OID, PCTSPACE, SEGMENT_ATTRIBUTES and STORAGE.
    TRANSPORTABLE
    Options for choosing transportable data movement.
    Valid keywords are: ALWAYS and [NEVER].
    Only valid in NETWORK_LINK mode import operations.
    TRANSPORT_DATAFILES
    List of datafiles to be imported by transportable mode.
    TRANSPORT_FULL_CHECK
    Verify storage segments of all tables [N].
    TRANSPORT_TABLESPACES
    List of tablespaces from which metadata will be loaded.
    Only valid in NETWORK_LINK mode import operations.
    VERSION
    Version of objects to import.
    Valid keywords are: [COMPATIBLE], LATEST or any valid database version.
    Only valid for NETWORK_LINK and SQLFILE.
    The following commands are valid while in interactive mode.
    Note: abbreviations are allowed.
    CONTINUE_CLIENT
    Return to logging mode. Job will be restarted if idle.
    EXIT_CLIENT
    Quit client session and leave job running.
    HELP
    Summarize interactive commands.
    KILL_JOB
    Detach and delete job.
    PARALLEL
    Change the number of active workers for current job.
    START_JOB
    Start or resume current job.
    Valid keywords are: SKIP_CURRENT.
    STATUS
    Frequency (secs) job status is to be monitored where
    the default [0] will show new status when available.
    STOP_JOB
    Orderly shutdown of job execution and exits the client.
    Valid keywords are: IMMEDIATE.
    bcm@bcm-laptop:~$ Edited by: sb92075 on Oct 7, 2010 8:53 AM

  • Fromuser/touser equivanet in expdp/impdp ??

    hi .
    i got a dump file from the following cmmand.
    expdp system/123456@SCHDB dumpfile=studentinfo.dmp logfile=studentinfo.log tables=school.studentmaster,school.studentmarks, school.studentleave directory=mydir
    now i want to import these 2 tables into a different schema (old_school) using impdp
    whats the fromuser / touser equivalent in impdp/expdp ???

    REMAP_DATA
    Specify a data conversion function.
    For example, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO.
    REMAP_DATAFILE
    Redefine data file references in all DDL statements.
    REMAP_SCHEMA
    Objects from one schema are loaded into another schema.
    REMAP_TABLE
    Table names are remapped to another table.
    For example, REMAP_TABLE=HR.EMPLOYEES:EMPS.
    REMAP_TABLESPACE
    Tablespace objects are remapped to another tablespace.
    REUSE_DATAFILES
    Tablespace will be initialized if it already exists [N].

  • Re: impdp - duplicate keys found error

    Today I faced same problem.
    impdp, expdp log are showing same number of records but target database has more number of rows(duplicate) in few tables.
    Source database version 10.2.0.4 and target database version is 11.2.0.3.
    I loaded the same dump file again with same par file. it loaded successfully. According to oracle support. something has interfered between data load and index creation time when the data pump in progress.
    Thanks
    Edited by: 931804 on Oct 11, 2012 2:35 AM

    Dump import

  • Impdp DB link

    Hi,
    I'm going to test using impdp through db_link(to source db)
    1. Can I do a full import but exclude schemas as normal impdp/expdp?
    2. Will TRANSFORM=SEGMENT_ATTRIBUTES:n create objects in the default schema for a user?
    2b. If I'd like all Indexes in a index tablespace and other in data tablespace what would be the command?
    Would this command work?
    impdp system@database full=y network_link=REMOTE_DB directory=data_pump logfile=impdpfull.log exclude=schema:IN ('SYS','SYSTEM') flashback_time=\"to_timestamp\(\'$DATE\',\'yyyy-mm-dd hh24:mi:ss\'\)\" TRANSFORM=SEGMENT_ATTRIBUTES:n
    Regards
    933746

    933746 wrote:
    hitgon wrote:
    impdp -help
    Edited by: hitgon on Jun 26, 2012 3:19 PMHi, Thanks for your feedback.
    Ok to be more concrete will TRANSFORM=SEGMENT_ATTRIBUTES:n just remove tablespace clause from create statment in impdp and therefor all objects will be created as default for their respective users?
    Regards
    933746Just to add an update to this thread:
    TRANSFORM=SEGMENT_ATTRIBUTES:n will remove storage and tablespace clause and create objects in default tablespace.

  • IMPDP for non-dba

    Hi all,
    11.2.0.1
    Aix 6.1
    I have issues with IMPDP & EXPDP when using non-dba users.
    These are the steps I followed:
    1. I have created as root user, the directory /dpdump.
    2. The chown 777 /dpdump.
    3. As oracle user, I connect sqlplus / as sysdba , create or replace directory DATA_PUMP_DIR as '/dpdump';
    4. grant read,write on data_pump_dir to HR.
    5. Login: oper01  a non-dba aix user.
    6. copy dumpfile emp.dmp to /dpdump
    7. run impdp hr/hr dumpfile=emp.dmp sqlfile=emp.sql
    Import: Release 11.2.0.3.0 - Production on Thu Aug 22 09:03:09 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    Why is that this non-dba user can not create log file?
    Thanks a lot,
    zxy

    yxes2013 wrote:
    Hi all,
    11.2.0.1
    Aix 6.1
    I have issues with IMPDP & EXPDP when using non-dba users.
    This are the steps I followed:
    1. I have created as root user, the directory /dpdump.
    2. The chown 777 /dpdump.
    3. As oracle user, I connect sqlplus / as sysdba , create or replace directory DATA_PUMP_DIR as '/dpdump';
    4. grant read,write on data_pump_dir to HR.
    5. Login: oper01  a non-dba aix user.
    6. copy dumpfile emp.dmp to /dpdump
    7. run impdp hr/hr dumpfile=emp.dmp sqlfile=emp.sql
    Import: Release 11.2.0.3.0 - Production on Thu Aug 22 09:03:09 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    Why is that this non-dba user can not create log file?
    Thanks a lot,
    zxy
    how is it that error reports problem involving log file but posted command has NO mention for any log file??????????????????
    So once again  you lie to us, TROLL!

  • EXPDB & IMPDP db version reqs

    Hi friendz,
    I read the impdp&expdp docs.
    But it did not say there about database version dependencies.
    For example, if an output of 10g Db expdp can be imported to 11g Db and vice versa.
    Any idea?
    Thanks

    for a quick answer -
    you can always import an older dumpfile into a database with the same or greater compatibility setting
    you can never import a newer dumpfile into a database with a lower compatibility setting.
    If you export from a database with a version of 11.2.0.1 and the compatibility setting is 10.2, the dumpfile being generated is compatible to 10.2 This dumpfile can be import into anything with a compatibility setting of 10.2 or higher, but can't be imported into a database whose compatibility setting is less than 10.2.
    Hope this clears things up a bit.
    Thanks
    Dean

  • Expdp issue

    Hi,
    Application team run expdp on client machine and stored in CLIENT machine.They using below format.
    schema.par
    DUMPFILE=schema.dmp
    LOGFILE=schema.log
    USERID='cdata/cdata@(DESCRIPTION=(ADDRESS=(HOST=PLM-55)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=M10)))'
    SCHEMAS=cdata
    schmea.sh
    DIRECTORY=TEST parfile=schema.par
    We got a call from application team.Their expdp scirpt is not working last two days.They got below error.Before it worked fine.the dump file stored in their local server(Not DATABASE server).
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name TEST is invalid
    Is it possilbe to store dumpfile in local server using EXPDP?
    Then we tried in East connect method.But not working
    expdp userid=@//plm-55:1521/M10 directory=TEST
    Export: Release 11.2.0.1.0 - Production on Fri Mar 22 08:11:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    In db server,directory is there at db level.
    Help me out.
    Thanks & Regards,
    VN
    Edited by: user3266490 on Mar 22, 2013 1:58 PM

    is it possilbe to store dumpfile in local server using EXPDP?it is possible.i think your directory path is a network path pointed to client machine.
    but please refer the following links and comment given by
    impdp, expdp error ORA-39070 has me dead in the water
    Sky13
    Posts: 287
    Registered: 11/23/09
    Yes I agree... you are most likely running into a Windows security issue. When an oracle instance is created on Windows the services are >setup to Log On as the SYSTEM account. For "Calls" coming from the database to be able to access access directories they must have >privileges granted to the SYSTEM account. Basicaly the account that the OracleService[Instance Namer] service is running under has to >have access to the UNC path. further..
    impdp, expdp error ORA-39070 has me dead in the water
    Expdp serve-side thing??
    regards,
    ragunath

  • How do I rename the table using Impdp?

    Using the Impdp/Expdp utility of Oracle, I am trying to import a table. However the target database contains a table with the same name. How do I rename the table using Import?
    REgards,
    Sakthi

    SAKTHIVEL wrote:
    Using the Impdp/Expdp utility of Oracle, I am trying to import a table. However the target database contains a table with the same name. How do I rename the table using Import?
    Hmm well why you just can't rename the table on the target db with the rename table to command and then do the import, will be easy right?
    Aman....

  • Initial load with CDC

    I am now able to replicate changes made on the source table and make the changes visible on the staging site, now I have two questions:
    1.) how do I manage the initial load of the source table.
    The table as object gets replicated as an empty table, after the first change on the source table the changes are beeing replictated, but not the whole contents of the table.
    2.) how do I manage to apply the changes to target table ?
    I have the changes in the change view but with a.) all the additional columns, ending with a $-sign and b.) only the changed values, if the modification was an update-operation.
    rueisel

    Hi Rueisel,
    1. before starting replication, initialiaze yours destinations tables with DataPump. You can create a scripèt based on impdp/expdp ou write a PL/SQL package around DataPump API (not very difficult and well documented)
    2. To propagate the changes from the Changes tables to the Destination tables, you have to write your own solution. The main principles is to
    create a job that read the Changes Tables and update the Destination tables (use merge statements). The job can be stored on the Destination database or staging one. A database link must be created between Destination and staging database.
    Warning: If you have to propagate some clobs/blobs objects, you have to create a specifc solution because you can not access them throught a database link.
    I hope it's help,
    Cyryl

Maybe you are looking for

  • Problem with minimize and maximize of the AIR WIndow

    If I execute the below code I will get an window with 100 buttons. With vertical scrolling on. If I bring the vertical scroll down say positioned at some button. Minimize it using minimize button and maxmize it . The vertical scroll position is reset

  • Table CWBCIDATA is not in nametab

    Hi, We implemented SAP Note in our development system using tcode SNOTE. When we tried to transport the request to our QA system, all the programs were transported successfully with the following error message: Table  TABLENAME is not in nametab Tabl

  • G5 wont boot past white screen,or if it does keyboard&mouse don't work

    Before it had this mega crash it had been having trouble starting up - the fan was making jet engine noises and taking forever for it to get to my desktop. It then proceeded to crash a few times during the week when using Illustrator. Then last week

  • Personal hotspot is not visible

    personal hotspot is not visible

  • Re-Installing Lightroom

    I accidentally deleted Lightroom from my computer. I called Adobe, and they said I just have to re-install it again. I didn't know where to go to put my SN# in again to re-activate. Can anyone help me? Thank you! LIsa