Questions of the EXP/EXPDP

Hello all;


If want to import 5 GB .dmp file We can confirm this export dump file is valid?


Suppose I got the dump file to import (file not found) and do not know which schema it has been caught, how would I know fromuser or patterns of information?


Thank you.

Hello, if you have a datapump file, you can use sqlfile parameter for the dump file to check without making a full import:

Directory System/Manager Impdp = data pump_dir dumpfile = 5g .dmp sqlfile = 5g .sql

in 5g.sql impdp exports all DDL.

If you have a traditional export, you can use indexfile:

IMP/Manager system queue = imp5.dmp indexfile = indexf.sql

In indexf.sql you have too ddl of clusters, tables and indexes.

In order to check dumpfile without a real imp or impdp.

How can you kown if you have a traditional export or a datapump? Well, if you do a cat of dumpfile, you can see very different results in datapump or export.

in the export file, you will see something like:

head-$1 imp5.dmp

EXPORT: V09.02.00

in a datapump file you can not read anything.

Really in a datapump file, you can identify something like:

"SYS". "" SYS_EXPORT_SCHEMA_01 '... It is the name of the main table

Concerning

Tags: Database

Similar Questions

  • When I do exp (expdp), why use the temporary tablespace?

    Dear

    Imp (impdp) is using temporary tablespace.

    but I'm not using tablespace temp, while exp (expdp) is running.

    I think that exp (expdp) will not use temporary tablespace. is it not?

    Please let me know?

    He could.  It must run queries on the data dictionary.  Some of these applications may require the temp tablespace.

    Hemant K Collette

  • slower than the utility exp expdp!

    Hello

    I need to compare utilities vs exp expdp and get hours for schemas in my application... I started today with a small diagram which is 1.5 GB. With the help of export utility that it took 3 minutes and 51 seconds to export it. but using expdp it takes 6 minutes and 16 seconds to make the export! Expdp is supposed to be faster, but in my case, I see the export do much better. Can anyone help to look into this.

    To export the I used after a command:

    log statistics exp_ = $1_$ 3.log exp $1 / $1 file = exp_$ $1_ 3.DMP = none direct owner = y = $1 for regular export
    and
    Directory of $1 / $1 = dir1 dumpfile = exp_ expdp $1_$ 3.DMP logfile = exp_$ $1_ 3.log = $1 patterns for data pump...

    I have passes three arguments and the second argument is schematic size small/big etc which, as well as the schema name is $1 and a number random i.e. $3 are used in the above commands.

    Can someone help me determine why the utility expdp is slower for my tests?


    Thank you
    Cedric

    Cedric,

    Usually his good idea set PARALLELS the number of CPU options, you have on the server. Because the largest number (number of CPUS) can also advarsely affect performance as well. Don't forget time CPU also dealt with by other procedures and processes more you spawan can serilaize their execution resulting in a decrease in performance. So from 2 or 4 will be a good idea.

    Concerning

  • Migrate EXP EXPDP discontinuous systems app

    Hi all

    11.2.0.1

    AIX 6.1

    We are forced to migrate our batch processing EXP EXPDP system due to the implementation of the vault of the database and encryption (TDE) data Transparent.

    Our dilemma is the property of files/folder EXPDP systems is "oracle: dba" while existing filesystems EXP file belongs to the "batchuser:batch". There will be a lot of major changes when it comes to backup

    treatment if we are implementing that. Is there a way that an EXPDP folder can still be owned by "batchuser:batch"?

    Helppppp pleasee...

    I presented the traditional backup our APP lot EXP system changes, there was a backlash of the operations group because there will be many changes to batchprocess.

    The major issue and

    the main change is the APP folder "/ discharge/batch/u07 ' who is currently owned by"batchuser:batch"placeholder and the dump of the exp for daily or monthly operating tables, change belonging to" oracle: dba "and operating group do not allow this change. Is it possible that the directory_dump_dir can be owned by other than the oracle user?

    Thank you

    zxy

    Two copies

    How to make the output of g + rw EXPDP

    Question of the ownership of Data_pump_dir

    IMPDP for non - dba

  • exp/expdp of 32-bit, and then imp/impdp 9i to 11 GR 2 64-bit

    Hi all

    This process is supported?

    exp/expdp of 32-bit, and then imp/impdp 9i to 11 GR 2 64-bit

    Thank you very much

    JC

    Hi, Jenna.

    Yes, it is supported.

    Import/export is done at the level of the data files OS no not really something to do with the system, the data files are the same regardless of the oracle software binary level. However, you should check if any problem with the compatibility of data on levels of oracle version.

    But please make sure that you use the same utility dump file, i.e., imp - exp and expdp-impdp(introduced from 10g)

    Thank you

    AbbasDBA

  • Export Excel has a field with the exp notation

    I have a paintings that when it download to excel changes the exp notation, for example 1560010939089
    1.56001E + 12

    It is supposed to be a number of 1560010939089, how can I stop downloading from convert?
    Thanks for your help!
    Doug

    Hi Doug,.

    You can write your own procedure to export to excel. As follows, you can do so and also to solve the problem you are experiencing.

    1. create a report on the emp table, showing sal, ename and empno column.

    2. create a blank page.

    3. create a process before heading in this white page with the following code:

    declare
    I have NUMBER: = 0;
    Start
    -Set the MIME type
    owa_util.mime_header ("application/octet", FALSE);
    -Place the name of the file
    HTP.p ('Content-Disposition: attachment; filename = "emp.csv" ');
    -Close the HTTP header
    owa_util.http_header_close;
    -To loop through all the rows in the EMP
    for x in (select ename, empno, sal
    WCP
    where deptno =: P73_DEPTNO)
    loop
    i: = i + 1;
    -Print a portion of a line,
    -separated by commas and ended with a CR
    If I = 1 then
    HTP. PRN ('Name' |) ',' || 'Empno ' | «, » || "Salary". Chr (13));
    end if;
    HTP. PRN (x.ename |) ',' || x.EmpNo | ',' ||
    '='||'"'|| x.Sal |' » ' || Chr (13));
    end loop;
    -Send an error code so that the
    -rest of the HTML does not
    htmldb_application.g_unrecoverable_error: = true;
    end;

    4. create a button in the report to branch to the empty page created above.

    And that's all.
    Note that I used '=' and 'in the procedure above to treat the number of shaped question.

    It will be useful.

    Thank you
    Zahid

  • Just send a question to the support site that I can NOT connect on my email account after auto update of 38.3.0, cannot connect to my account to check the issue!

    I just posted a question on the last update automatic 38.3.0 it is possible to log into different e-mail accounts in a profile, only the first e-mail account. My support mozilla account is linked to one of the email accounts that I can NOT connect to. Can't connect to this email account to check the issue. Your last 38.3.0 Thunderbird is useless because it is no longer possible to log in different e-mail accounts in a profile, and your support solution is useless because you need to connect to the e-mail account to check the issue.
    How to proceed?

    You can change your email associated with your media profile.
    I have 38.3.0 and I can access all my email accounts I suggest you try the initial tests:

    Start T-bird with disabled modules.
    If it works on your module is to blame and you need to activate one by one.

    Start your operating system in safe mode with active network.
    If it works probably your antivirus is blocking or delaying. (Or driver).

  • I forgot the answer to my security question, I tried to update these answers, but to update them also, I must first answers old issue of security which I forgot how can I update and change my security question and the answers?

    I forgot the answer to my security question, I tried to update these answers, but to update them also, I must first answers old issue of security which I forgot how can I update and change my security question and the answers

    ?

    You must ask security team account Apple to reset your security questions. To contact them, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (143315)

  • Yes, another question regarding the freezing of Safari - EtreCheck report included

    Yes, another question regarding the freezing of Safari.

    From a little over a month (I think), Safari started freezing regularly whenever I want to open new tabs or switch between tabs. I found myself to leave the program several times per day / hour. I can't identify any specific common cause (other than my MacBook being old) or any new software or updates that might have initiated the question. At first I thought he might have many tabs, I tried to open, but recently it happens even with only a few tabs open.

    I worked through the steps I found in this forum and others: empty the cache, start in safe mode, etc nothing works.

    Based on the previous suggestions, I have downloaded and run EntreReport which I included below. The note and maybe just a distraction, but EntreReport has crashed three times tonight, before he was able to produce the sub report. I ran the report after restarting my system with no other programs running.

    Suggestions are welcome at this stage because I want to start using Chrome or Firefox because I like the transfer procedure between my devices.

    Thank you in advance.

    Ben

    -----------

    EtreCheck version: 2.9.11 (264)

    Report generated 2016-04-28 22:48:58

    Download EtreCheck from https://etrecheck.com

    Time 05:45

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click on the link [check files] help with unknown files.

    Problem: Apps are broken

    Description:

    Safari freeze when opening new tabs / switching between the tabs.

    Hardware Information:

    MacBook Pro (15-inch, mid 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 3

    1 2.66 GHz Intel Core 2 Duo CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = battery check - Cycle count = 389

    Video information:

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    NVIDIA GeForce 9600M GT - VRAM: 256 MB

    Software:

    OS X El Capitan 10.11.4 (15E65) - since startup time: less than an hour

    Disc information:

    FUJITSU MJA2320BH FFS G1 disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 319,21 go-go (54,93 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    HL-DT-ST DVD - RW GS23N)

    USB information:

    Built-in ISight from Apple Inc..

    Card reader Apple

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Guardian:

    Mac App Store and identified developers

    Unknown files:

    ~/Library/LaunchAgents/com. GoodShop.updater.plist

    ~/Library/application support/GoodShop/updater

    A unknown file found. [Check files]

    Kernel extensions:

    / Library/Application Support/Symantec/virus

    [no charge] com.symantec.kext.SymAPComm (11.1.2f17 - 2015-05-23) [Support]

    / Library/Extensions

    [no charge] expressvpn.tap (20150118 - 2016-04-12) [Support]

    [loading] expressvpn.tun (20150118 - 2016-04-12) [Support]

    / System/Library/Extensions

    [no charge] com.DYMO.usbprinterclassdriver.kext (1.1 - SDK 10.9-2016-04-12) [Support]

    com.Silex.driver.sxuptp [no charge] (1.5.1 - 2016-04-12) [Support]

    com.symantec.kext.internetSecurity [no charge] (1.3.2 - 2016-04-12) [Support]

    com.Symantec.kext.IPS [no charge] (3.2 - 2016-04-12) [Support]

    Startup items:

    CMA: path: / Library/StartupItems/cma

    RosettaStoneLtdDaemon: Path: / Library/StartupItems/RosettaStoneLtdDaemon

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 165 tasks Apple

    [operation] 65 tasks Apple

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 161 tasks Apple

    [operation] 83 tasks Apple

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-04-28) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-10-31) [Support]

    [operation] com.epson.Epson_Low_Ink_Reminder.launcher.plist (2015-01-19) [Support]

    [loading] com.epson.esua.launcher.plist (2015-06-29) [Support]

    [operation] com.epson.eventmanager.agent.plist (2014-09-21) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-01) [Support]

    [operation] com.mcafee.menulet.plist (2016-03-23) [Support]

    [operation] com.mcafee.reporter.plist (2016-03-23) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2013-11-14) [Support]

    [operation] com.symantec.uiagent.application.plist (2010-11-16) [Support]

    [operation] com.trusteer.rapport.rapportd.plist (2016-03-19) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-10-31) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-10-31) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.DYMO.pnpd.plist [no charge] (2014-10-16) [Support]

    [loading] com.expressvpn.tap.plist (2016-01-27) [Support]

    [loading] com.expressvpn.tun.plist (2016-01-27) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-01) [Support]

    [loading] com.macpaw.CleanMyMac3.Agent.plist (2016-04-18) [Support]

    [operation] com.mcafee.cspd.plist (2015-05-08) [Support]

    com.mcafee.ssm.ScanFactory.plist [no charge] (2016-03-16) [Support]

    com.mcafee.ssm.ScanManager.plist [no charge] (2016-03-16) [Support]

    [operation] com.mcafee.virusscan.fmpd.plist (2016-03-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2013-11-14) [Support]

    [loading] com.symantec.MissedTasks.plist (2009-11-10) [Support]

    [loading] com.symantec.Sched501 - 1.plist (2014-08-27) [Support]

    [loading] com.symantec.Sched501 - 4.plist (2015-01-08) [Support]

    [loading] com.symantec.Sched501 - 5.plist (2015-01-08) [Support]

    [loading] com.symantec.avscandaemon.plist (2009-10-10) [Support]

    [operation] com.symantec.diskMountNotify.plist (2009-09-14) [Support]

    [loading] com.symantec.navapd.plist (2009-09-14) [Support]

    [loading] com.symantec.navapdaemonsl.plist (2009-11-14) [Support]

    [operation] com.symantec.sharedsettings.plist (2009-07-22) [Support]

    [operation] com.symantec.symSchedDaemon.plist (2009-11-10) [Support]

    [operation] com.symantec.symdaemon.plist (2009-03-27) [Support]

    [operation] com.trusteer.rooks.rooksd.plist (2016-03-19) [Support]

    User launch officers:

    com [running]. GoodShop.updater.plist (2013-09-24) [Support]

    [loading] com.adobe.AAM.Updater - 1.0.plist (2015-10-25) [Support]

    [failure] com.facebook.videochat. [entrenched passage] .plist (2014-08-09) [Support]

    [loading] com.macpaw.CleanMyMac3.Scheduler.plist (2016-04-25) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Application of Google Reader (Google Drive.app/Applications /)

    Dropbox application (/ Applications/Dropbox.app)

    ExpressVPN application (/ Applications/ExpressVPN.app)

    CleanMyMac 3 Menu Application (/ Applications/CleanMyMac 4.app/Contents/MacOS/CleanMyMac 3 Menu.app)

    Other applications:

    [ongoing] com.DYMO.pnpd

    [ongoing] com.getdropbox.dropbox.83552

    [ongoing] com.google.GoogleDrive.81632

    [ongoing] com.macpaw.CleanMyMac3.Menu.80672

    [ongoing] com.mcafee.ssm.ScanManager

    [ongoing] com.mcafee.virusscan.ssm.ScanFactory

    [loading] 420 tasks Apple

    [operation] 193 tasks Apple

    Plug-ins Internet:

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-16) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-18)

    Flip4Mac WMV Plugin: 2.4.4.2 (2012-12-25) [Support]

    DYMO Safari Addin: Unknown - SDK 10.9 (2014-10-26) [Support]

    AdobePDFViewerNPAPI: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    Silverlight: 5.1.30514.0 - SDK 10.6 (2015-09-16) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-12)

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    iPhotoPhotocast: 7.0 (2010-11-15)

    AdobePDFViewer: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    SharePointBrowserPlugin: 14.3.0 - SDK 10.6 (2013-02-09) [Support]

    SiteAdvisor: 2.0 - 10.1 SDK (2015-03-30) [Support]

    JavaAppletPlugin: Java 8 updated 77 03 (2016-04-18) check the version of build

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-03-30)

    Add to wishlist Amazon - Amazon.com - http://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2011-07-09)

    GoodShop - GOODSEARCH LLC - http://www.GoodSearch.com (2013-09-24)

    SiteAdvisor - McAfee - http://www.siteadvisor.com (2015-09-28)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2015-07-03)

    3rd party preference panes:

    Flash Player (2016-04-15) [Support]

    Flip4Mac WMV (2012-05-15) [Support]

    Growl (2015-09-16) [Support]

    Java (2016-04-18) [Support]

    Norton\nQuickMenu (2010-11-16) [Support]

    Trusteer Endpoint Protection (2016-04-18) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% WindowServer

    1% kernel_task

    0% fontd

    0% SymDaemon

    Top of page process of memory:

    445 MB kernel_task

    Mdworker (18) 430 MB

    164 MB Google Reader

    Dropbox 123 MB

    VShieldScanner (4) 66 MB

    Virtual memory information:

    106 MB free RAM

    4.15 GB used RAM (770 MB cache)

    6 MB used Swap

    Diagnostic information:

    April 28, 2016, 22:42:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-224212_[redacted].crash

    com.etresoft.EtreCheck - /Applications/EtreCheck.app/Contents/MacOS/EtreCheck

    28 April 2016, 22:21:42 self-test - spent

    April 28, 2016, 19:49:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194912_[redacted].crash

    April 28, 2016, 19:47:10 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194710_[redacted].crash

    April 28, 2016, 19:38:58 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-193858_[redacted].crash

    April 28, 2016, 19:04:58 ~/Library/Logs/DiagnosticReports/rapportd_2016-04-28-190458_[redacted].crash

    /Library/rapport/*/rapportd.app/Contents/MacOS/rapportd

    April 28, 2016, 06:06:59 /Library/Logs/DiagnosticReports/Safari_2016-04-28-060659_[redacted].hang

    /Applications/Safari.app/Contents/MacOS/Safari

    April 28, 2016, 12:48:04 AM /Library/Logs/DiagnosticReports/SubmitDiagInfo_2016-04-28-004804_[redacted].cpu _resource.diag [details]

    / System/Library/CoreServices/SubmitDiagInfo

    April 27, 2016, 22:01:10 /Library/Logs/DiagnosticReports/Safari_2016-04-27-220110_[redacted].hang

    April 27, 2016, 21:57:37 /Library/Logs/DiagnosticReports/Safari_2016-04-27-215737_[redacted].hang

    April 27, 2016, 19:05:50 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-27-190550_[redacted].crash

    April 27, 2016, 06:57:28 ~/Library/Logs/DiagnosticReports/Airmail 2_2016-04-27-065728_ .crash [deleted]

    / Applications/Airmail 2.app/Contents/MacOS/Airmail 2

    26 April 2016, 19:48:11 /Library/Logs/DiagnosticReports/Safari_2016-04-26-194811_[redacted].hang

    Remove all apps viruses you have

    Symantec, McAfee, Norton...

    CleanMyMac3

  • Question for the geniuses of pictures only.

    Question for the geniuses of pictures only.

    You see, I started with iPhoto and later began to use Aperture.  With iPhoto and Aperture, you can have ALL the metadata below the thumbnails, (nice).  Well, I put all my images descriptions in the keywords section because it didn't really matter, because these programs could show them as thumbnails.

    Now, I use this wonderful program of Photos and I found out that it will ONLY show the title of"the image in the thumbnails.  I've got on 30 000 images with keywords but no title.  I want to move / copy the text in the keywords section in the section of the title. I'm not a computer scientist, I guess that my skills are in average.  But I can follow directions.

    Suggestions appreciated.

    Member of ASC compiled some useful on Photos AppleScripts. Maybe one of them will be sufficiently close to your needs.

    http://www.oldtoadstutorials.NET/no.P01.html

  • Why my question to the assistance it has apparently been removed?

    It is a complaint.

    I posted a very detailed question on my problem, need help.

    I understand that, since he is apparently a forum volunteer supported, I must be patient in waiting for a response. No problem.

    I posted my question end Sunday, January 29. Now I can't find it. I found and verification of responses every day, but now we have gone (deleted?).

    To say the least, this has not been a very positive experience.

    Any suggestions? My original message can be recovered?

    Find your questions and your answers to the questions asked by other users

    1. Log on to the forum ( https://support.mozilla.org/en-US/questions/ ) with your username and password (click on "Sign In" in the top right of the page)
    2. Once the forum page reloads, click on "My Contributions" in the line just above the first question (which lists your questions and your answers to the other questions)
    3. to return to a list of questions about the forum, click on 'All' in the line just above the first question

    Your question 2 days ago is > here-> https://support.mozilla.org/en-US/questions/916200?s= & r = 1 & e = sph & as = s

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Check the list of exceptions to your Firefox password manager and check if your site is there or not?

  • I just try to buy a 102 Kira in question on the forum here but AT

    the Toshiba Service is as bad as the Webside is.

    I tried to find a link to Contact for the Question because I just want to know where I could find a seller in AT
    and because the thoshiba has online Shop is not related?

    http://www.Toshiba.at/laptops/KIRA_F.../where-to-buy/

    what it is?

    But back to my original question is the rest of the service after buying it as it as not useful Webside?
    and is buying a kira 102 possible or does a page of advertising for things doesn´t exist?

    thnx br

    I found various online dealers that offer the Toshiba portable computers Kira.

    After the purchase of the laptop I recommend you visit the Toshiba page to register the warranty as well as register on the Toshiba product registration page:
    http://www.Toshiba.EU/innovation/Gen...ty_reg_map_eu/

    Registration of your product or service will help Toshiba to provide you with faster service and some Toshiba laptops even come with an extended warranty free by registering.

  • A few questions about the difference between the Satellite P70, L70, S70

    Hello, I have a lot of questions about the P70, L70, S70 series that come with a 1920 x 1080 panel.

    (1) what are the differences between the L70 and S70 series? With the exception of the RAM and HARD drive capacity, books seem pretty identical.

    (2) P70, L70, S70 doesn't support a 2nd HARD drive or it's just the P70 series that support?

    (3) all the three (P70, L70, S70 series) come with the same TFT panels?

    (4) of the above series, which supports mSata?

    (5) all the model of each series are delivered with support from mSata? For example, it could be that L70 - a - 13 m supports mSata is not the case of the L70-a-146?

    (6) all the foregoing, are delivered with a S - ATA II or III S - ATA interface?

    (7) who is the best of these series listed? I'm trying to understand what makes the big difference of S70 to P70 except for the envelope for example.

    Thank you in advance.

    > (1) what are the differences between the series L70 and S70? With the exception of the RAM and HARD drive capacity, books seem pretty identical.

    What models Sat L70 and S70 do you mean exactly? There are different L70-xxx-xxx and S70 models on the market that supports different hardware specifications.

    (> S70 2) P70, L70, support a 2nd drive HARD or is - it just the series P70 that support?
    As you can see in this [Sam P70 HDD replacement document, | http://aps2.toshiba-tro.de/kb0/CRU3903II0000R01.htm] the P70 series supports the 2nd drive Bay HARD, BUT even if there is a 2nd HARD drive Bay, this does not mean that you can use the 2nd HARD drive. In the case where the 2nd HARD drive Bay are equipped with HARD drive connector, you can use the 2nd HARD drive

    I also found the [Sam L70/S70 HDD replacement | http://aps2.toshiba-tro.de/kb0/CRU3703HG0000R01.htm] the document on the Toshiba page and there I see this 2nd HARD drive Bay is not available

    (> 3) all three (P70, L70, S70 series) come with the same TFT panels?
    See point 1). Different P70, L70, S70 models were equipped with different material parts.

    (> 4) of the series above, which takes in charge mSata?
    As far as I know that some P70 models are equipped with an mSATA SSD of 256 GB.

    (> 5) do all the model of each series are delivered with support mSata? For example, it could be that L70 - a - 13 m supports mSata is not the case of the L70-a-146?
    See point 4) not all models supports the same hardware specifications

    (> 6) all of the above, come with a S - ATA II or III S - ATA interface?
    I don t think that SATA III is supported. I guess it would be SATA II

    (> 7) which is the best of these series listed? I'm trying to understand what makes the big difference of S70 to P70 except for the envelope for example.
    Not easy to answer because there are too many models released in Europea.
    And not all models are available in each country. So I guess you will have to look for the models that have been released in your country.

  • A few questions after the downgrade of Win 7 on Satellite U940 - 11L

    Hello

    friend of mine bought the Toshiba Satellite U940 - 11L which had Windows 8 on it, due to some reasons that she wanted to have Windows 7 installed on it, which was pretty easy.

    Trouble came with the installation of the Symantec touchpad, after installing the drivers, it worked for about 10-15 minutes but then it stopped working.

    Tried to uninstall and install again but no luck, found a few discussions where it was suggested to remove all the devices, remove the battery and the power cord.

    Press the power button for 15 seconds and then power back on but still not lucky (I wasn't in the restoration of the default settings of the Bios I did not any change it outside disabling secure boot and replacing UEFI CSM that was needed to run win 7 on it).

    Tried about 4 different sources when it comes to the drivers but still does not work. I checked the Device Manager Dev but see no conflict, and it shows that the unit works fine but the problem persists. Please note that the drivers were specific to windows 7.

    Please if you have any suggestions we would greatly appriciate it.

    On another note, I'm not able to install the bluetooth it (HW ID shows as ACPI\TOS6205), I tried to install it several times but no luck because it always shows as unknown device in the dev Manager. The driver that I use is Bluetooth Filter Driver Package as info.

    Also, the computer is slower than it was with Windows 8, I suspect the reason for this is the fact that the installation of win 7 I accidentally erased part of the hybrid drive SSD (the size was 11.2 GB if I remember correctly, yes silly me...). I wasn't looking for a while on the net to see if there is a way to fix it but no luck so far.

    Thank you very much for your time and your suggestions!

    Tony

    With regard to the question of the touchpad.
    To my knowledge, the touchpad should work even if the Synaptics touchpad driver has not been installed. Windows system contains own driver that control the touchpad and provide standard settings. Of course after installing the Synapatics driver, you should get a few more options and features more touchpad.

    I recommend you to download the driver for the touchpad from Synaptics driver page and install it again: http://www.synaptics.com/resources/drivers

    With regard to the problem of BT.
    The laptop supports WLan Intel (Intel Wireless-N 2230) card that supports BT connectivity. Bt driver filter pack is ONLY necessary if you laptop would use an Atheros WLan card or Realtek WLan card. For the Intel WLan modules such package of filter is NOT necessary. To get BT to work, you must install the battery Toshiba BT!

Maybe you are looking for