disassembly of the database

Hello!

I'm learning to Oracle 11 g on my Suse 11.1, and the last two days, I have problems with EM. I explain.

1 restart my suse.
2. connect you as user/pass in my oracle
3 console - > export oracle_sid and oracle_home
4 isqlplus as sysdba
beginning
5 emctrl start db console

And everything works fine.

But...

6 http://localhost:1158, the journal as SYS/SYS and the earpiece is broken and the database is also declining.

I could without problems start the listener (but don't I started the listener before?), but the database, I can't. I can start, but not mounted. And recovery option, I do not understand yet.

Any idea?

Thank you.

The agent to collect the data from the server, it runs, then and only then send data in the repository. Just a matter of time.

Nicolas.

Tags: Database

Similar Questions

  • I want to know if my provider is the database

    I'm just trying to find if my service provider is actually listed in the base of mozilla. All I get are answers telling me that Mozilla has a database, and Thunderbird will check for me, but I have what I want is to watch myself from the database and check if not my provider is listed. It sounds simple enough, and it should be doable.

    Try to set up an account. If the wizard detects the correct settings, you have the answer.

  • The problem with SQL after the migration of the database to another machine

    Having a SQL strange problem trying to extract a database being moved from one machine to the other.  Both machines are running SQL 2008 32-bit and are both Windows 2008 servers.  When I try to backup the database using the SQL tools and restore the. BAK file on the new SQL Server, I get the following error:

    Restore failed for server 'servername' (Microsoft.SqlServer.Smo)
    Additional information:
    System.Data.SqlClient.SqlError: RESTORE detected an error on the page (44:2097184) in database 'RestoreDBName' read from the backup set.

    Similarly, when I am trying to copy the. MDF and. LDF files to the new server and tie them, I get the following error:

    Attach the database failed for the server 'servername '.
    Additional information:
    An exception occurred during the execution of a Transact-SQL statement or batch.
    A system assertion failed.  An assertion failure is usually caused by a corruption of data or software bug.  To check the database, consider running DBCC CHECKDB.  If you have agreed to send images to Microsoft during installation, a mini dump will be sent to Microsoft.  An update can be an available from Microsoft in the latest Service Pack or a QFE from Technical Support.
    Could not open new database 'NewDatabaseName' create a DATABASE is dropped.
    "" Location: "logmgr.cpp": 3277
    Expression: lfh-> lfh_startOffset is startOffset
    SPID:55
    PID: 292876 (Microsoft SQL Server, error: 3624)

    Everything I've read, these errors usually indicate some sort of database corruption.  However when I run DBCC CHECKDB on the database on the source server, it is up to perfectly don't own... None detected corruption.  In fact, this server hosts 8 different databases.  Departure from all the correct DB on the source server, none of them will restore however to a new server using one of the methods above.  I'm having a hard time to believe that each of them could be corrupted when they show absolutely no indication of a problem.

    Anyone have any ideas?

    Try to make the backup and restore via SQLCMD (or via a query in SQL Server MS window).

    The backup will be the following (obviously, change "MaBase" and "D:\BACKUPS" to some database and the location you wish to save - just using for example):

    BACKUP DATABASE MyDatabase

    TO DISK = 'D:\BACKUPS\MyDatabase.bak. '

    WITH NOFORMAT, NOINIT,.

    NAME = 'Database MyDatabase - Full Backup',

    NOREWIND, NOUNLOAD, STATS = 10, SKIP

    Copy your backup to the other server and file make:

    RESTORE the DATABASE to MyDatabase

    FROM DISK = 'E:\Backups\MyDatabase.bak' WITH FILE = 1,

    GO to "MyDatabase_Data" to "E:\SQLDATA\MyDatabase_Data.mdf,"

    GO to "MyDatabase_Log" to "E:\SQLLOG\MyDatabase_Data.ldf,"

    NOUNLOAD, STATS = 10 REPLACE

    Again, change your names and locations in function.

    If this does not work, try to restore a database by third-party tools. You can find them in Google. If you don't want to spend the time to research, you can try a tool SQL Server Recovery Toolbox. All the details about this program on the link. http://www.oemailrecovery.com/sql_repair.html

  • Access 2003 - repeated "You cannot make changes to the database" error

    Hey all,.

    Im having a very strange problem with Microsoft Access 2003, we work with the old databases and when we open them by Access 2003 we get the message "you cannot make changes to objects in database" error, which is expected. However, the laptop began to repeat this message repeatedly about 8 times after the first time that you click on it. Its very annoying to have to keep clicking to get rid of the error message. Its a very strange problem, any ideas on how to solve this problem, or even explain what could of happened will be appreciated.

    Thanks in advance

    PS Ce is not an option for updating the database, we work with a program that uses a database of 97 old and if you update the database the program will stop working.

    Hello

    First of all it doesn't seem that it is a Toshiba laptop failure.
    This looks more like a problem of Microsoft.
    I recommend to check the articles in the Microsoft Knowledge base or / and contact Microsoft technical support.

    I studied a bit and found these pages. Maybe you will find useful information.

    http://www.smartcomputing.com/editorial/article.asp?article=articles/WebOnly/TechSupport/420w10/20w01.asp&GUID
    http://support.Microsoft.com/kb/824260/
    http://support.Microsoft.com/?scid=kb;en-us;824278&SPID=2509&SID=98

    Good luck

  • Tecra A10 - 11L are only & not on the database serial number

    I bought a new Toshiba labtop (Tecra A10 - 11L).

    This model is not listed on toshiba - Europe.com and serial number not on the database.

    for:
    drivers search 1
    2 register the product
    3 - upgrade to windows7

    What does this meen? What should I do?

    Come one man. Open your mind

    You will not find the Tecra A10 - 11L on the driver page, but you will find the * series Tecra A10 PTSB0E *!

    Take a look at the bottom of the unit, you will find the model/serial number

    On the European driver Toshiba page you will find all the details and the drivers for the Tecra A10 PTSB0E ;)
    http://EU.computers.Toshiba-Europe.com

    Easy isn't it?

  • Withdrawal and the entry of the database

    Hihi, looking for a solution for something like that.

    My intention to build a leaf (Data Input) to enter all the necessary information. (Use database)

    And after that, we turn to sheet 1-1, as it is the page I need to select the information that must appear in others.

    Is there a method / formula to define, so that I can key in the name of the element (Cranberry) in the cell of the element, and (price, color, size, Photo Kgs) can be automatically filled as I previously entered it?

    Much appreciated for your help =)

    Hi Taelim,

    The combination of the INDEX and MATCH will be repeated.

    Formula in B2 from the roll of the order (and fill down and fill right)

    = INDEX (Database::B,MATCH($A2,Database::$A,0))

    My cheat for INDEX and MATCH worksheet:

    = INDEX (column, I want a value returned by,)

    MATCH (the value of my choice,

    Column, I want to search against.

    Enter ""0")).

    -See more at: http://www.randomwok.com/excel/how-to-use-index-match/#sthash.L2WFkFjw.dpuf

    To hide the triangles of red error (where there is no entry in a cell in column A of the table Order), enter this formula in A2 B2 (and fill down and fill right)

    = IF (A2 = "", "", INDEX (database: B, MATCH($A2,Database::$A,0))))))

    If a cell in column A is empty (NULL,"" "), then insert NULL" ", otherwise perform the formula INDEX & MATCH.

    I don't know how to find a photo in the database and insert it into the order.

    I hope I understood your screenshot. Command Shift 3 (fullscreen) is often difficult to read. Try the command shift 4 and drag the cross on the relevant part of your screen. How to display a screenshot, see this tip for user to Wayne.

    https://discussions.Apple.com/docs/doc-6591

    Kind regards

    Ian.

    Edit: enter this formula in A2 B2.

  • Cannot open the database: TrueSuite Access Manager

    Whenever I try to record fingerprints in TrueSuite Access Manager, I get an error indicating that it was unable to open the database.

    Hello

    Have you tried to reinstall the TrueSuite software?
    I think that the registry is confused upwards or a part of the software is damaged. Who knows.
    But I think that a new installation of software could help to make it work again...

  • Disassembly of the specifications for the Satellite L30-113?

    Hello

    where can I find the complete specifications on how to disassemble toshiba satellite L30-113? !!

    Thank you.

    Hello

    Disassembly of the laptop is not easy and should be done only if you have a technical background.
    The risks are too high you might damage something on the map. You know, the motherboard is the most expensive part of the laptop.

    But don t worry buddy, I cleaned my laptop fans without removing anything.
    I used the hose of vacuum cleaner against the vents and it worked

  • Cannot connect - error loading the database...

    Hello

    Since last night find it me impossible to log in on my Skype.

    He puts me "error loading the database. Skype." It is possible that another instance of Skype to use it.

    I have reinstalled Skype, restart my pc, close all programs that could use it.

    My husband get a leverage son skpe without pb so it comes well d a pb with my nickname... going to Word of the change back I. Despite all this, I still have the same message that appears! 1

    did anyone have the same pb? and how he made it?

    Please pour your help!

    Rrbonjour

    so I did well the manip: Task Manager, process shutdown Skype.

    then relaunch the application, but it gives me the same result...

    I made a new system more earlier but it's restore gives me the same result...

    I asked a third person open my account on another pc and ca works... so it just my pc, not a hacking, (already it reassures me!)

    My spouse does so well to open Skype with his nickname but I still nothing.

    Application rattachee a Skype name can she used Lun?

  • Manually change the database of Photos?

    Is it possible to manually edit the database of Photos?

    I was diagnosing a problem that surfaced after initially migrating my library, iPhoto photo some time ago.  It seems that a large number of photos in the iPhoto library had wrong file paths.  The pictures themselves were there, but iPhoto had an error in the paths of files.  (This happened probably years of updates, transfers to different machines, etc.  It is a very old and very large library).

    I used a third-party tool 3 to begin to correct the problem in the iPhoto library, and so far, that seems to be promising.  This approach however, kill my library of Photos and re-import to iPhoto.  Which seems a bit risky for me, maybe lose pictures added since the migration (which is not bad), since I'm not really sure how interaction with iCloud will manage this attempt.

    But it presents to me unless I am able to inspect and change some of the data that the readers of the library of Photos directly, so maybe I can apply a fix directly without having to re - migrate.  It seems that after the XML files for libraries, but there may be another approach, that I could use to directly modify the photo library?  All I really need to do is change some paths that point to pictures.

    Here's a post by user Pascal MaH describing how he managed to modify an iPhoto database.  Maybe you can use the technique to alter a database of Photos.  As usual, don't forget to have a backup current library before you try:

    Pascal Mah

    Re: iPhoto 11 referenced library problems

    July 27, 2011 16:28 (in response to Terence Devlin)

    YES!

    I finally managed to get my iPhoto library!

    But it has not been easy. I had to hack into the database file that you want to put in place good things.

    After much trial and error, here is the procedure I came to, that finally worked for me (use at your own risk):

    0 make sure you do enough safeguards so as to revert to the previous state if something goes wrong!

    1 make a copy of your photo library in iPhoto [Show Package Contents]/Database/apdb/Library.apdb on your desktop.

    This file contains most of the necessary data for the management of your data in iPhoto.

    2. open this file using a SQLite database manager.

    I've used Navicat 9.1, which has features nice import-export. For direct editing, basic 2.0 is may be easier.

    3. open the RKMaster table.

    This table contains all the records for the individual photos in your library.

    4 fix the path of each of your photo files in the imagePath for their course filepath column.

    It contains the path of your photo files at the time they were imported and is not updated by iPhoto, even if you have moved your files photo somewhere else.

    If you have thousands of ways to correct, a good idea is to export this column in a text (including column modelId for SEO) file and to correct the paths using the substring function search & replace in your favorite text editor. Do not forget to re - import data properly corrected using column modelId as references.

    5. If necessary, correct, in the same way, the content of the column fileVolumeUuid to the value of the drive that currently contains your picfiles.

    If so, get this value given a PIC that was recently imported from this player.

    6. If your drive name has changed, also to correct its name in the name column of the RKVolume table.

    Identify the appropriate record taking into account its uuid obtained previously.

    7. If you are satisfied with your work, leave the database, program management and restore Library.apdb to its original inside your iPhoto library location.

    Keep the old somewhere in case something goes wrong.

    8 run iPhoto to see if your work is successful!

    At this point, you might consider the construction of the library (hold down alt - cmd at the launch of iPhoto) and choose repair the iPhoto library database (make sure to let him rebuild the AutoSave iPhoto library database disabled!). This could correct some possible unconsistencies resulting from your changes. Also, a good thing would be to rebuild all thumbnails. If iPhoto don't you do not bug to locate files during this process, you may have done your work right! If this is not the case, go back to step 1.

    As said, it worked for me, without visible inconsistencies or side effects to be noticed in the behaviour of iPhoto (at least for now). But perhaps some knowledgable people could comment on and improve this process, and a database script guru can also help automate this. Please comment.

    Lessons learned (how I understand things as far as I know):

    A. Library.apdb stores the original drive and the path to the picture at the time files wherever they were imported. It is not changed because the files are moved.

    B. some other data (BLOB Binary?) are used to track the files to their actual location. Therefore, it seems OK to move photo files once they have been imported.

    C. Unfortunately, these other data are broken, if the file is re-created (even with the same content and location), for example with one based on files backup and restore (Time Machine).

    (D) in this case, iPhoto is unable to repair the file if its drive and path does not match the one when the file is imported, stored in the database. Also, there is no mechanism in iPhoto to correct these data.

    (E) therefore, it is very important to import photo files in iPhoto only when they are already in their final location! Otherwise, your iPhoto library won't survive a Time Machine backup and restore! (A disk block-based backup might work... I don't know).

    F. ... And Apple should really, really solve this problem! (Correcting the filepath to the current location of the file and stored at least when the database is repaired, and by offering at least some basic file options reconnection).

    I have not tried so I can't confirm or deny its effectiveness.

  • Impossible to deploy the database of NOR-XNET to target RT PC

    Hello

    I am trying to deploy a XNET database to a target RT PC simply by following the tutorial here: http://digital.ni.com/public.nsf/allkb/9847EF6F2D867BC186257DCE00626236

    However, when I click on deploy nothing happens; I get no error message and the database alias does not appear as present in the aim of RT (the entire list is empty for the RT target). If I run my code, he complains about the database not being is not present, so I don't know that it isn't here.

    I checked with Max OR and target a NI-XNET 1.6.0 installed. I'm using LabVIEW 2015. I have no problem connecting to the target. I tried an another new database created with LabVIEW 2015, without going. I tried to disable the Windows Firewall as suggested in a similar position (http://forums.ni.com/t5/Automotive-and-Embedded-Networks/Unable-to-deploy-NI-XNET-Database-to-RT-Tar...), but that no longer works.

    Help!

    Thank you

    Hello

    It seems that I have the latest version of XNET on my target and the crowd at the beginning, but just to try something I did the following:

    • I have reinstalled XNET on the target using NOR-MAX. I had to uninstall dependency package "nor-xnet for NI-CAN compatibility library", before doing this.
    • I have uninstalled and installed the last XNET on target as well.

    After that, things worked!

    Thank you

  • Disable the database on abandonment

    Hello community,

    Using 32-bit Teststand 2014

    In a previous post of mine, I asked how do I enable/disable by program the result of database processing. I got my answer and it dealt with altering the sequence file callback «DatabaseOptions» Is there a way to change the setting in my DatabaseOptions during my MainSequence? My reason for this is when the user runs the movie file and decides to abandon during the test based on a selection of message popup. I do want to teststand to process the results to the database when the user cancels the test and proceed to the cleaning. Is there a way to cause Teststand to not write to the database in this scenario?

    I'm not sure I follow what is happening here.

    Are you still trying to prevent the logging database in the case where you're finished running? What I have described above should do. See the file attached sequence (I tested this out with the sample shipment database).

    As to change the ConnectionString property in the callback of LogToDatabase, it is likely not to do that you are pregnant. A new connection is performed only if one does not already exist (even if you change the connection string during execution). If you're really moving from the database that you connect in the middle of a performance, there are ways to go about this, but I wouldn't recommend it if you try only to prevent logging in particular situations. The method I proposed above would be much cleaner to implement.

    Hope this helps,

    Trent

  • How to determine the number of rows in the database and save the result to a local variable?

    Hello

    I'm a newbie in the use of TestStand, databases and SQL, and now I've met difficulties. I use TestStand 2014 (32 bit).

    I have a need to know the number of rows in a database and save that number in a local variable. I tried to practice using the database of the Types of step provided with TS. I tried to use the following in a SQL statement:

    Locals.NumberOfRows = ("SELECT COUNT (*) FROM TEST_TABLE")

    It returns an error: specified value is not the expected type. My goal is possible in this way, or I'm doing this completely wrong?

    -RautSa

    Thank you for your response, Norbert. I have a database of who wins new values at random, and sometimes I need the exact number of rows in this table.

    I managed to achieve my goal by using the SQL statement: "SELECT COUNT (*) as Rowcount OF TEST_TABLE", followed by a data GET operation, which records that number of lines in a local variable.

    -RautSa

  • DDF mount data to the database

    Dear:

    I need to design an application to read the data of the DDF file and mount them in database.

    Could you please let me know how I can design an application to read these DDF files.

    I offered to do the next step:

    1 binary reading the orginal DDF file

    2 convert to ASCII code

    3. Finally, following the DASYLab format to enter data and transfer to the database file.

    Thank you

    There are two ways to do this:

    First of all, just read the data using the DATA module to READ and write again with a DATA WRITE module configured to ASCII. Please see the ASCII options to ensure that the data separator, date/time format and the number of decimal places to your needs.

    Make sure that you configure the DATA module to READ to read NOT in real time. The default is to replay in real-time.

    Second, read the data using the DATA READING module and use the module output of ODBC and an Action to write directly to the database module. This implies relatively slow data and cannot be done at high speed.

  • Forestry USE. AdditionalData to the database

    As part of the design, we have before us, is there a way I can dynamically load data into the database?

    The container for the object to be measured has container AdditionalData which is PropFlags_UnstructuredProperty. It allows easy access to add new data in for test purposes. It is requested that the test developer can put additional data in this so that it appears in the results/reports. Practices for the generation of reports NI TestStand and customization explains how to add values in this container well under "logging USE and additional data to the report header Station (TestStand 2013 and later only).  My question is, I want to make these data available to be put in the database, not only in the report:

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Name", 1, "National Instruments").

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Location", 1, "Debrecen, Hungary").

    Parameters.UUT.AdditionalData.SetFlags("",0,PropFlags_IncludeInReport)

    So if someone does, I would be able to store all these in the database. I created a new table based on the result of USE which has 4 columns, ID, name, TestResultID, value that should be sufficient to meet this requirement.  Each property in AdditionalData will be an entry to this other table with the TestResultID being a foreign key to the table UUT_Result.

    How can I get the database plugin to loop in the data, or what I have to write this function in my process template?

    You can connect the UUT. Table AdditionalData properties as properties of a step in a new result.

    1. Add a new Table that is bound to the key of the object to measure. Refer to the UUT_PROP_RESULT_ADDITIONAL_DATA document under "Test Log USE additional results - generic Recordset" schema in the attached schema file.
    2 add steps to create the object to measure. AdditionalData properties, and then have a step that takes the object to measure. AdditionalData, it clones and adds it as a property of the result of a step called UUTAdditionalData. (example sequence attached file)

    3. then create a schema that will record the additional data container located accordingly step when his path of the property contains the name of the UUTAdditionalData property. Note the precondition on the declaration of UUT_PROP_RESULT_ADDITIONAL_DATA and the options to cross stops processing a result once if the UUT_PROP_RESULT_ADDITIONAL_DATA table deals with the property (so it will be not as recorded in the PROP_RESULT table). Schema file (TestStandDatabaseSchemas.ini) is attached. You can directly import the schemas from the schema file in the Options dialog box database to log.

    I hope this works.

    Kind regards

    Sahana

Maybe you are looking for