reporting invalid-ORA-00900 error while creating a function

Hello

can someone guide me to what is doing the worng...

error! sql statement not valid 00900 - ORA-.

your help is greatly appreciated.

FUNCTION test_irc (num in NUMBERS, varsql IN VARCHAR2)
RETURNS the NUMBER IS varSTMT VARCHAR2 (32767): = NULL;

type of v_key_type temp2_irc.key_type %;
v_key_type1 temp2_irc.key_type1%type;


BEGIN
INSERT INTO temp2_irc (key_type, key_type1)
VALUES(v_key_type,v_key_type1);

RETURN 1;

EXCEPTION WHEN OTHERS THEN
dbms_output.put_line ('down in test');
dbms_output.put_line (' SQL error: ' |) SUBSTR (SQLERRM, 1, 1000));
RETURNS - 1;
END test_irc;

temp2_irc / / desc:

KEY_TYPE varchar2 (1 byte),

key_type1 varchar2 (1 byte)

If you create a database function, you must include the keyword of CREATE or REPLACE

for example

Create the FUNCTION replace or test_irc (num in NUMBERS,
varsql IN VARCHAR2) RETURN NUMBER IS
varSTMT VARCHAR2 (32767): = NULL;
v_key_type temp2_irc.key_type%type;
v_key_type1 temp2_irc.key_type1%type;
BEGIN
INSERT INTO temp2_irc (key_type, key_type1)
VALUES(v_key_type,v_key_type1);

RETURN 1;
EXCEPTION WHEN OTHERS THEN
dbms_output.put_line ('down in test');
dbms_output.put_line (' SQL error: ' |) SUBSTR (SQLERRM, 1, 1000));
RETURNS - 1;
END test_irc;

Tags: Database

Similar Questions

  • Getting error while creating partitation on hard drive

    Getting error while creating partitation on hard drive

    Attached screenshot for warning msg

    You can have up to four primary partitions. Since you already have four of these partitions, you cannot create a fifth partition. You must do this:

    1. Delete a primary partition.
    2. Create an extended partition.
    3. Create logical partitions as you wish within the extended partition.
  • IMP product ora-00900 error SQLPLUS and Page of SQL commands

    Hello
    I can't import of Cognos samples .dmp files via IMP.
    ORA-00900 error is the result.
    SQLPLUS 'help imp;' shows sp2-0172: no help on this command.
    Customer SQLPlus is 10.2.0.1.0

    I can't imp work?

    Thank you
    Georg

    Edited by: user1919026 the 04.02.2011 04:36
    What command you trying to run?

    Yes, imp is a command line utility, it was not run in sqlplus... If you are under windows, a command box (start/run/cmd) is the starting point, not a sqlplus session...

  • Error while creating or rebuilding Oracle text Lexer keyword index

    Hi all
    I am getting following error when I create oracle text indexes using lexer & keyword in the list of stopwords.
    Please help me if any body know.
    Thanks in advance.


    Error from the 1 in the command line:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)

    Post INDEXTYPE IS "CTXSYS. "" (LOCAL) CONTEXT.
    PARTITION SETTINGS "BEFORE_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "THE_REST' ('LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)')
    )
    Error in the command line: 1 column: 13
    Error report:
    SQL error: ORA-29855: error when executing routine ODCIINDEXCREATE
    ORA-20000: Oracle text error:
    DRG-11000: invalid keyword LEXER
    ORA-06512: at "CTXSYS. DRUE", line 160
    ORA-06512: at "CTXSYS. TEXTINDEXMETHODS', line 365
    29855 00000 - "an error occurred in the execution of routine ODCIINDEXCREATE.
    * Cause: Cannot run the ODCIIndexCreate routine.
    * Action: Check if the routine was coded correctly.


    Kind regards
    Jack R.

    Hello

    It works if you put a clause of additional PARAMETERS to the end, so the creation looks like:
    CREATE INDEX TXT_INX_TEXT_SEARCH ON TEXT_SEARCH (BFILE_DOC)
    INDEXTYPE IS "CTXSYS. "" (LOCAL) CONTEXT.
    PARTITION SETTINGS "BEFORE_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2007" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2008" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q1_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q2_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q3_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "Q4_2009" ("LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)"),
    PARTITION SETTINGS "THE_REST' ('LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)')
    )
    PARAMETERS ('LEXER dd_lexer list of words EMPTY dd_stoplist SYNC (ON COMMIT)')<==>

    Hope this helps

    Herald tiomela

  • Spatial index error while creating an index for a column GeoRaster

    Hi all

    Several months ago, I inserted 12 map PNG Raster files in Oracle as GeoRaster data. I then looked into MapBuilder to verify that they have been charged, and as they appear, it seems to suggest that they were.

    Today, however, I realized that I had not created an entry for USER_SDO_GEOM_METADATA or a spatial index. That's why I tried to do it by using the code below. When I made an entry in USER_SDO_GEOM_METADATA, I didn't add .spatialextent after the column name, web_raster_map. But while reading the manual MapViewer I decided that it was necessary to create a new entry. However, the error message displayed at the end, was the same in each case. If anyone has any ideas on what I can hurt, I would be grateful.

    Is the entries abscissa-x and the ordered is wrong? Should this be X and Y, and if that resolves the errors? I've been using a script I created previously to vector data and adapting.
    INSERT INTO USER_SDO_GEOM_METADATA
    (TABLE_NAME,
    COLUMN_NAME,
    DIMINFO,
    SRID)
    VALUES (
    'WEB_RASTER_MAP_FILE',
    'web_raster_map.spatialextent',
    SDO_DIM_ARRAY( -- full grid size goes here
    SDO_DIM_ELEMENT('eastings-x', -3273.58473839662, -8471.66, 0.005),
    SDO_DIM_ELEMENT('northings-y', -9694.76, -1632.88473839662, 0.005)),
    96163497); -- this is a user created srid
    commit;
    
    CREATE INDEX WEB_RASTER_MAP_FILE_IDX ON WEB_RASTER_MAP_FILE (web_raster_map)
       INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    commit;
    Error message was:
    Error starting at line 14 in command:
    CREATE INDEX WEB_RASTER_MAP_FILE_IDX ON WEB_RASTER_MAP_FILE (web_raster_map)
       INDEXTYPE IS MDSYS.SPATIAL_INDEX
    Error at Command Line:14 Column:13
    Error report:
    SQL Error: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13200: internal error [Unsupported Type] in spatial indexing.
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    29855. 00000 -  "error occurred in the execution of ODCIINDEXCREATE routine"
    *Cause:    Failed to successfully execute the ODCIIndexCreate routine.
    *Action:   Check to see if the routine has been coded correctly.
    commit succeeded.
    Kind regards

    Tim

    Published by: user467357 on March 23, 2009 17:45
    To add an additional comment.

    Tim,
    You must create the index on web_raster_map.spatialextent.
    The create index must therefore:

    CREATE the INDEX WEB_RASTER_MAP_FILE_IDX ON WEB_RASTER_MAP_FILE (web_raster_map.spatial_extent)
    INDEXTYPE IS MDSYS. SPATIAL_INDEX;

  • Interactive report gives ORA - 20001:error

    Hello

    I am reading a table of SQL Server and displays the output in the interactive report. SQL Server read via database public and connected to the database link Oracle via DG4MSQL. The error I get is:
    ORA-20001: get_dbms_sql_cursor error ORA-02070: SQL SERVER database does not COUNT in this context

    However when I run the same report as usual report it works fine.

    The SQL query behind the report is:
    SELECT * FROM TRANSP_COMP_V;
    The code behind the display is:
    CREATE OR REPLACE VIEW TRANSP_COMP_V AS
    (
    select 
    "Usr_Name",
    "Usr_Handle", 
    "BLoc", 
    "SLC_Hand"
    from ord.Req@sqlserver);
    Where @sqlserver is the link of public database to SQL Server 2008 R2.

    I tried the following:

    (1) used instead the name of each column * and got the same result
    (2) Rebult and respected the view several times. No problem during compilation
    (3) tested and ran the view independently and the SQL query in SQL Studio without any problem

    Is there any restriction on the interactive report during playback of the external data source (such as SQL Server through ODBC)? The error itself is confusing, as I'm not using COUNTY anywhere.

    Thank you very much.


    Using APEX 4.1.1 running in the Oracle Database 11 G R2 (windows x 64) (topic 23)

    It may be different depending on the style of the selected candidates paging - as long as total nbr of lines is not indicated, he might be allowed.
    APEX product managers may be able to describe some internal workings that explain why it does not work for an IR.

    It is one of the best examples out there for the pipeline functions. It's just a feeling - something I'll try, but I have not worked with external sources in a long time.
    http://www.Oracle-Developer.NET/display.php?ID=207

    Scott

  • Error while creating user

    Hi all

    OS: Win XP
    DB: 11.2.0.1

    I installed an oracle in my system. Created a database test and try ti create a user, but is in error.

    SQL > create user test identified by the test.
    create user identified by test test
    *+
    ERROR on line 1:
    ORA-01031: insufficient privileges


    I connected through "sys as sysdba.

    What can be the problem?

    Kind regards.

    OK... I got the link to disable DV.

    http://www.filibeto.org/Sun/lib/nonsun/Oracle/10.2.0.1.0/B19306_01/server.102/b25166/dvdisabl.htm#BAJICEFE

    Now I'm able to create user...!

    Thnks... !!!

  • Error while creating a view

    Hello

    CREATE OR REPLACE VIEW V_SAM AS
    Select 1 + 1 d of double;


    Error in the command line: 1 column: 0
    Error report:
    SQL error: No more data to read from socket



    Kind regards
    Fame

    Hello

    Check this thread: instead of data to be read from the SQL 17410 socket error

    Kind regards
    Karine

  • ORA-03113: error while upgrading to 11.1.0.7 11.1.0.6 database

    Hello
    I am trying to upgrade the database 11.1.0.6 to 11.1.0.7 on OEL operating system.

    After you apply the patch '6890831' when you try to start the database using the 'Startup Upgrade' command, I get the error below.

    ORA-03113: end of file on communication channel
    Process ID: 20826
    Session ID: 170 serial number: 3

    I get the same error when you try to create the new database using "DBCA.

    Please provide me with the likely results.

    Thank you
    Amith

    See the solution on metalink:

    ORA-27103 when memory target parameter is set to more than 3 GB (Doc ID 743012.1)

    Werner

  • Invalid flexifiled accounting error while generating revenue?

    Hello

    I created an event and generated the invoice and approved, now, because there is also a requirement to see the income we executed the program of the people's Republic of CHINA: project to generate revenue.

    the program completed successfully but the income was generated not displaying the screen in the case where the
    "Reason for rejection of revenue" column in "invalid accounting Flexfield".

    What could be the reason for this behavior...


    Kind regards
    Shashank

    Hi Shashank,

    Check your AA rule for the function "Accounts of receipts and invoice" and check if the rule matches segment has been enabled for the revenue acquired, unbilled accounts receivable account, account result rounded & account debtor.

    With respect,
    Jeremy

  • Try to set up Time Machine, and I get this error; Keychain 100001 error while creating a system Keychain entry for the username "JGarrett" and the URL ' afp://JGarrett@JPG Capsule._afpovertcp._tcp.local./Data time airport.

    Have cleared airport Time Capsule and factory reset after getting this message.  Don't know where to go with it.

    Some files have a property incorrectly together which will prevent them from being changed or deleted when the system is running. This property cannot be removed in recovery mode. If you do not feel that you can do this yourself, please someone more experienced to help you get.

    1 back up all data. There are ways to back up a computer that is not fully functional. Ask if you need advice. Don't skip this step.

    2. disconnect all external storage devices.

    3. start in recovery mode. Select a language, if you are prompted. The OS X Utilities appears. One of the options is to install OS X. This is not what you do.

    4. This step is only necessary if you use FileVault 2. If you don't know what's FileVault, you use it. Go to the next step. Otherwise, launch utility disk, then select the icon for the volume FileVault ("Macintosh HD", unless you have given it a different name.) It will be nested under another icon of the disc. Select open in the file menu and enter your login password when you are prompted. Then quit disk utility must be returned to the main screen.

    5. Select get online help. Safari will launch. While in recovery, you will have no access to your Favorites, but you won't need them. Load this web page.

    6. triple - click anywhere in the line below to select this option:

    chflags norestricted /V*/*/L*/Keyc*/*

    Copy the selected text in the Clipboard by pressing Control-C key combination.

    7. Quit Safari. You go back to the OS X Utilities screen.

    In the menu bar, select

    Utilities ▹ Terminal

    Launch the Terminal application. Paste in the Terminal window by pressing the command-V key combination.

    Wait for a new line ending with a number sign (#) to appear. Quit the Terminal must be returned to the main screen.

    8. Select

    ▹ Restart 

    in the menu bar.

    9. This step must be performed after the restart, and while you are logged as administrator, not in recovery mode. If you have only one user account, you are the administrator.

    Select and copy this line as in step 6:

    sudo xattr -c /L*/Keyc*/*

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the same Terminal window. You will be asked for your login password. Nothing displayed when you type. Type carefully, and then press return. If you do not have a password, you will need to configure one before you can run the command. You can get a warning to be careful. Confirm. You don't need to display the warning.

    If you see a message that your user name "is not in the sudoers file", then you have not logged as an administrator. Log in as one and start over.

    Wait for a new line ending with a dollar sign ($) below what you entered. You can then quit Terminal. Test.

  • ORA-12012: error on auto work "SYSMAN." "' EM_ECM_VCPU_JOB ' in the repository database

    Hello

    I want to install Oracle EM 12 c Cloud Control version 12.1.0.3. I watched the video and I'm just following the instructions.

    I created a repository database using a model of database I downloaded from OTN (database version 11.2.0.3). I chose the data base for the deployment of small.

    Once the repository database has been created, the following error keeps repeating in the database's alert.log file:

    ORA-12012: error on auto work "SYSMAN." "" EM_ECM_VCPU_JOB ".

    ORA-00942: table or view does not exist

    ORA-06512: at "SYSMAN.". EM_ECM_VCPU_COLLECTION', line 1432

    ORA-06512: at line 1

    The installation of the CMS software has not been started.

    In my view, there is a support Note 1570105.1 of ID that addresses the same error in the desk of cloud and is addressed by the application of a patch in the OMS_HOME.

    Someone can help me please answer:

    1) is the question that I feel exactly the same way as in the notes 1570105.1?

    (2) do I proceed with the installation of the WHO and then apply the patch, or is there a way to stop it now, before we continue?

    (3) will be OK to disable just the job in question?

    I think I saw somewhere that the SYSMAN schema should not even be present in the repository database before installation of the WHO; However, this is how he got from the database model.

    Thanks a lot for your help.

    Emilija

    Indeed the footnote you found is good:

    EM 12 c R3: running the reports EM_ECM_VCPU_JOB: ORA-12012: error on auto work "SYSMAN." "" EM_ECM_VCPU_JOB "(Doc ID 1570105.1)

    However, I think it can only occur after the installation of the (12.1.0.3) WHO is an active work that has to do with the VT plugin (to manage and monitor Oracle VM) even if you have not installed this plugin.

    Ora errors after installation of the patch.

    If you do not want to stop the SGD just to install the patch, you can also run the 17066821\17066821\files\sysman\admin\emdrep\sql\core\latest\ecm\ecm_vcpu_computation_pkgbody.sql as user sysman.

    This will recreate the package but now without calling the task if you do not have the plugin installed VT.

    Eric

  • Error while UPGRADING OLAP AW

    Hello

    I use AWM 11.1.0.7.0B and the 11.1.0.7.0 BDD

    After one or two everyday, I get this error... Whenever I maintain the dimension, I get the following error...

    An error occurred on the server
    Class of error: failure of the Express
    Server error descriptions:
    INI: Error creating a generic Manager definition to < BuildProcess > TxsOqConnection::generic
    INI: XOQ-00703: error running command OLAP DML "(UPDATED MDCT. MDCT: ORA-37605: error while UPGRADING OLAP AW
    [ORA-00600: internal error code, arguments: [xspggepGenPSErase01], [], [], [], [], [], [], [], [], [], []]
    ') ', Generic TxsOqAWManager::executeCommand

    at oracle.olapi.data.source.DataProvider.callGeneric (unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric (unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild (unknown Source)
    to oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$ 1.construct (unknown Source)
    to oracle.olap.awm.ui.SwingWorker$ 2.run (unknown Source)
    at java.lang.Thread.run (unknown Source)

    To view the data the error

    BIB-9509 Oracle OLAP does not create the cursor.
    An error occurred on the server
    Class of error: failure of the Express
    Server error descriptions:
    DPR: Failed to create the server-side, generic cursor at TxsOqDefinitionManager::crtCurMgrs4
    INI: XOQ-00703: error running command OLAP DML "(AW ATTACH MDCT. MDCT RO: ORA-34738 PF: a serious problem was detected. Operations of the analytic workspace have been disabled.
    ') ', Generic TxsOqAWManager::executeCommand


    And when I am trying to detach or remove the AW gives the following error...

    java.sql.SQLException: ORA-34738 PF: a serious problem was detected. Operations of the analytic workspace have been disabled.
    ORA-06512: at "SYS." DBMS_AW', line 93
    ORA-06512: at "SYS." DBMS_AW", line 180
    ORA-06512: at line 1
    at oracle.olap.awm.connection.AwAttachmentManager.detach (unknown Source)
    to oracle.olap.awm.connection.AwAttachmentManager$ 1DetachWorkspaceThread.run (unknown Source)


    Help, please...

    Thank you
    BIBA

    Published by: [email protected] on July 21, 2009 05:48

    I think Jim refers to a delete an import/export / in your analytic workspace via the OLAP worksheet. This is the approach I used during the restoration of broken AW.

    OLAP worksheet:

    AW attach MDCT
    allstat
    Name of the limit to all
    Export all FEI OCDM.eif of the file
    AW detach MDCT
    AW truncate MDCT
    AW attach MDCT rw
    import all Fei file "OCDM.eif" data NPO naskip
    UPD; CMM

  • error when creating a new partition "the operation you selected will convert the selected disk from basic to dynamic disk...". »

    Original title: getting the error while creating a new partition

    here to create a new partition get the error "the operation you selected will convert the disc selected basic to dynamic disk... etc" Please help.

    I would like to join the screenshot of the error, how?

    Hello

    1 have had any changes made on the computer before the show?

    2. how many partitions are there currently on the computer?

    3. how many hard disks on the computer do you use?

    4. when exactly you get the error message?

    I suggest you refer to the article and try to follow the steps and check if you are able to create a partition:

    Create a new Partition on a hard disk in Windows 7

    http://TechNet.Microsoft.com/en-us/magazine/gg309170.aspx

    I also suggest you the link and attach a screenshot of the screen.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/how-do-i-post-a-screen-shot-on-this-forum/c86de820-C620-401c-A804-9f6337cd3053

  • Error when creating custom text field

    HI Guyz,

    I am getting below error while creating a new custom UDF text field. All the world is facing this problem earlier?

    "Houston-COLUMN_UNAVAILABLE: no additional custom attributes of this type cannot be created"

    Swati - PÉAN

    The problem is finally solved.

    Yes, there are several udf to IOM. However, it stores the details in a table of the adf. Cleaning of the custom fields were created.

    TRUNCATE TABLE ADF_EXTENSION_COLUMN_USAGE;

    DELETE ADF_EXTENSIBLE_TABLE_USAGE;

    COMMIT;

    -Swati Pandey

Maybe you are looking for

  • Why can I not see my photos on the icloud for my Ipad?

    When I was upgrading my ipad to the updated software it hung.  I've been back up my photos to the icloud for more than a year, but they do not appear here my ipad or all of my devices families shared?  Why is this? I have the setting all put there to

  • What happened to "address bar".

    What happened to the address in 37.dans xx bar Now I have this bar looking very, very long time. With the address bar, I could see the link to the site on as I was. I have also sent this link to someone if I wanted to. At each update, things get more

  • Want dv7 7223 cl: System disabled

    I just got my laptop back the pawn shop and I have a disabled system messge that comes up when I try to start the computer. The message says system 79377446 disabledThe model is a dv7 7223 cl desireI appreciate all the answers

  • Streaming video from copmputer

    I want to model 23-059 all-in-one with HDMI output. How to stream videos from my all in one to my LG TV with a hdmi cable?

  • Users consulted the files of the Complutense University of MADRID.

    HelloI would like to know how I can not get the information that users have access to the files of the AAU.Thank you...