SQL MP - SPN Status monitor weird behaviour

Hi all,
I have a strange behaviour with the monitor that checks SQL 2008 SPN status. More precisely I have a weird behaviour with the script used by the monitor. The script is GetSQL2008SPNState.vbs. I configured the SQL monitoring profile (which is used by the
script) with a domain account with necessary rights.
Let's say I have a SQL Server called SQL1. SQL1 is in domain AD1. I have a forest called contoso.com with two child domains AD1 and AD2.
On SQL1 I sometimes see events 4001 generated by this script that mentions a problem to connect to WMI namespace (which is healthy, I checked with wbemtest). The event says that it couldn't connect to
\\SQL1.AD1.contoso.com.AD2.contoso.com\root\blabla. I have no idea why it is using that broken FQDN.
I made some research into the script and understood the following:
The script has the SQL server FQDN as parameter (here SQL1.AD1.contoso.com)
It searches the defaultnamingcontext by doing
 Set oRootDse = GetObject("GC://RootDSE)
 sRootnamingContext = oRootDse.Get("defaultNamingContext")
It converts the defaultnamingcontext variable from "DC=a,DC=b,DC,c" to ".a.b.c"
It checks if the defaultnamingcontext is in the fqdn and if not it appends it at the end of the fqdn. Dunno if I'm clear here so here are examples of good and bad behaviours:
GOOD:
FQDN is SQL1.AD1.contoso.com, defaultnamingcontext gives AD1.contoso.com, AD1.contoso.com is in SQL1.AD1.contoso.com so the script go on using SQL1.AD1.contoso.com and it's ok...
BAD:
FQDN is SQL1.AD1.contoso.com, defaultnamingcontext gives AD2.contoso.com, AD2.contoso.com is not in SQL1.AD1.contoso.com so the script go on using SQL1.AD1.contoso.com.AD2.contoso.com and it's broken...
I didn't mention earlier but the runas account I use is from domain AD1. It's called AD1\svc_scom_mp
My question is how comes sometimes (sometimes means during 6 hours, a whole day, nothing reccurent :( ) The defaultnamingcontext gives me the fqdn of the other domain ??
I'm wondering if this can be due to the fact that I also have an account called svc_scom_mp in AD2 but I'm 100% sure it's not used here as it's not targeted nor distributed to any AD1 computers.
I guess it's more an AD problem than anything else.
Any ideas ?
<a href="http://myitforum.com/cs2/blogs/fdufour/default.aspx">Supervize Me ©</a>

Hi François
I tested GetSQL2008SPNState.vbs on my POC with a similar configuration (one root and two child domains) and i have got the same issue. I think the root cause is the Server less binding (GC://RootDSE) used to search defaultNamingContext.
With Server less binding, GC name relies on
DNS round robin to find a GC, if a GC from another domain is returned the defaultNamingContext will be the other domain.
You can check GC resolution with nslookup:
nslookup gc._msdcs.contoso.com  (the root domain)
repeat the command to see the round robin result.
I wrote a vbscript to test it:
This script search all GC and search defaultNamingContext with GC provider server less and server name binding. With LDAP Provider the right domain name is always returned.
=============================
ldapFilter = "(&(objectClass=nTDSDSA)(options:1.2.840.113556.1.4.803:=1))"
Set rootDSE = GetObject("LDAP://rootDSE")
configDN =   rootDSE.Get("configurationNamingContext")
Set ado = CreateObject("ADODB.Connection")
ado.Provider = "ADSDSOObject"
ado.Open "ADSearch"
Set objectList =   ado.Execute("<LDAP://" &configDN& ">;" & ldapFilter & ";distinguishedName;subtree")
' GC Server less binding LDAP
      Set oRootDse = GetObject("LDAP://RootDSE")
      If Not (oRootDse Is Nothing) Then
            sDefaultNamingContext = oRootDse.Get("defaultNamingContext")
            wscript.echo "Server less binding:
LDAP://RootDSE"
            wscript.echo "   DefaultNamingContext found: " & sDefaultNamingContext
             wscript.echo " "
      Else
            wscript.echo "   NOT found: "
      End If
' GC Server less binding  GC
      Set oRootDse = GetObject("GC://RootDSE")
      If Not (oRootDse Is Nothing) Then
            sDefaultNamingContext = oRootDse.Get("defaultNamingContext")
            wscript.echo "Server less binding: GC://RootDSE"
            wscript.echo "   DefaultNamingContext found: " & sDefaultNamingContext
             wscript.echo " "
      Else
            wscript.echo "   NOT found: "
      End If
wscript.echo "Server Name binding: GC://<ServerName>/RootDSE"
While Not objectList.EOF
    nTSDSA = objectList.Fields("distinguishedName")
    serverDN = Mid(nTSDSA, 18)                                        
    Set serverObj = GetObject("LDAP://" & serverDN )
    WScript.Echo " GC name:" & serverObj.dNSHostName
    ' GC Server Binding
    Set oRootDse = GetObject("GC://" & serverObj.dNSHostName & "/RootDSE")
      If Not (oRootDse Is Nothing) Then
            sDefaultNamingContext = oRootDse.Get("defaultNamingContext")
            wscript.echo "   DefaultNamingContext found: " & sDefaultNamingContext
      Else
            wscript.echo "   NOT found: "
      End If
    wscript.echo " "
    objectList.MoveNext
Wend
======================================================
Cordialement

Similar Messages

  • SQL MP Job Last Run Status Monitor doesn't alert

    Hi Guys,
    Last run Status Monitor in SQL MP that checks the last run status of agent jobs and generates alerts is not generating any alerts in SCOM. Although we had overrided the monitor to trigger the alerts.
    Jobs are discovered under SQL agent Job state view and state changes to warning as well but no alerts at all.
    Please guide.
    Regards,
    Daya Ram

    Hi!
    Enable "Generates Alert" by override.
    Set "Alert On State" to "The monitor is in a warning health state" by override.
    Optionally change the "Alert severity" so that it matches the health state.
    Set "Auto-Resolve Alert" to true by override.
    Cheers,
    Patrick
    Please remember to click “Mark as Answer” on the post that helped you.
    Patrick Seidl (System Center and Private Cloud)
    Website: http://www.syliance.com
    Blog: http://www.systemcenterrocks.com

  • Error in the Status Monitor page

    I have been getting the following error, for the notification in the status monitor page:
    9004: An error has occurred in workflow processing: 3835: Error '-6508 - ORA-06508: PL/SQL: could not find program unit being called' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'.. The stack trace of the error is:
    Wf_Event.setMessage(oracle.apps.wf.notification.send, 2762135, WF_XML.Generate)
    Wf_Event.dispatch_internal()
    I am not able to understand what it is

    For some reason the changes i am trying to save to database is not getting reflected, when i check out the diagram in the Status Monitor.
    Also i am getting this error, while saving the Workflow into the database:
    1602: Could not save.
    1400: Could not save to database. MODE=UPGRADE EFFDATE=2009/05/20 12:16:36
    1401: Could not upload ACTIVITY entity 'HRSSA/HR_MAINTAIN_SIT'.
    1401: Could not upload ATTRIBUTE entity '<null>/P_SIT_LOOKUP'.
    210: Oracle Error: ORA-01653: unable to extend table APPLSYS.WF_ACTIVITY_ATTRIBUTES_TL by 16 in tablespace APPS_TS_SEED
    ORA-01403: no data found
    ORA-06512: at "APPS.WF_LOAD", line 1713
    ORA-06512: at line 1
    . SQL text: BEGIN WF_LOAD.UPLOAD_ACTIVITY_ATTRIBUTE(:activity_item_type, :activity_name, :activity_version, :name, :display_name, :description, :sequence, :type, :protect, :custom, :subtype, :format, :default, :value_type, :level_error); END;

  • SQL 2008R2 Database status not reflecting on SCOM 2012

    Hi Everyone,
    I am using SQL server 2008R2 with 2 instance and 9 database, SCOM agent installed on that server.
    When i put 2 database offline i am not getting any alert, and  i also delete 3 database its not reflecting on scom server.
    I also verified SCOM services running and done re-install the agent.
    Please suggest 

    Hi,
    Have you imported the proper version of SQL MP for SCOM?
    http://www.microsoft.com/en-us/download/details.aspx?id=10631
    The details below are related to SQL MP.
    SQL MP has database status monitor - the information from user manual:
    "Periodically the monitor checks the status of the database as reported by SQL Server. This is done by running a query against the master database of the SQL Server instance and returning the state of the database. If you receive
    an alert from this monitor, an action is required in order to bring the database back to an operational state."
    SQL Server database state
    Monitor health state
    ONLINE
    GREEN
    OFFLINE
    RED
    RECOVERY PENDING
    RED
    SUSPECT
    RED
    EMERGENCY
    RED
    RESTORING
    YELLOW
    RECOVERING
    YELLOW
    Alert is generated when monitor switches to Critical (red) state.
    Deleted databases will disappear after the next DB instances discovery which is performed every 4 hours by default. In order to initialize discovery manually you can restart SCOM Agent Health service on SQL Server and wait for a while.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Error and weird behaviour in executable launch

    Hello folks,
    This post is regarding a weird behaviour i am experiencing with an executable i built. 
    LABVIEW version(Includes Runtime engine) LV2012 SP1 f3
    DAQmx: 9.6.1
    The behaviour is listed below in detail. 
    In a nutshell, the exectuable runs on the development computer but does not run on the Target computer. Also, Irresepctive of which PC i run the executable on, i cannot access the block diagram even after enabling debugging everywhere. 
    On the target PC, the app fires up but does not run further, no error codes appear on the screen, it's like the app freezes after firing up. And to add to the misery, i cannot access the block diagram to debug and know what's going on. 
    Also, I have tried including the dynamic vis to my build script. No bueno. 
    What I see on running the app is addressed below:
    TARGET COMPUTER:
    DAQmx 9.7 and LV2012 SP1 f4 RTE have been installed manually.
    App does not run: No broken run button, the app launches but does nothing when the vi is run. No error messages.
    The block diagram is still inaccessible, even after selecting the “Enable debugging” option in the build specifications.
    DEVELOPMENT COMPUTER:
    The app launches and runs perfectly.
    The block diagram is still inaccessible, even after selecting the “Enable debugging” option in the build specifications.
    DAQmx 9.7 and LV2012 SP1 f4 RTE were not installed as the app recognized the already installed Labview environment.
    Additional steps that I have tried,
     Created and ran only an executable on the target PC, the attempt was unsuccessful. The vi showed similar characteristics as mentioned above in the target PC section.
     Created and ran an installer with additional install options(LV2012 f4 RTE and DAQmx 9.7)on the target PC, the attempt was again unsuccessful. The vi showed similar characteristics as mentioned above in the target PC section.  No error messages.
     Tried both the steps mentioned above on the development computer and the attempts were successful. .
    To the best of my knowledge, I believe, the issue here is with the environment I am creating for the executable and the installer to run with/off of. After having carefully followed the installation procedure for the Run-Time Engine and the DAQmx drivers, I still do not know what I am missing. 
    Please advise.
    Thanks guys, 
    RP.

    Hey guys, 
    So, got the application to work. Almost. 
    The problem was that the executable was missing the hardware config from the Device. 
    Now, the new issue is as following: 
    The goal of the vi is to generate a report of the test conducted. So, the way the vi works is that, the second the vi is run, an empty word file is created with only the company logo,  
    Field headings, which are populated after the test is conducted. 
    The logo is a .jpg file, which has a relative path into the executable.
    The field heading are String constants wired into a 'concatenate strings.vi' which are in turn wired to into the report generation vis.
    What's happening is that when i run the app on the target pc, Only the logo appears on the word template. Even when i conduct the whole test and stop the vi, the results aren't populated in the word file. Which is a little weird.
    Does any one know whats doing that?
    Please refer to the attached word files.
    Right - It is the file format desired. 
    Wrong - It is the file format achieved. 
    Please advise.
    Thanks,
    RP. 
    Attachments:
    Right.docx ‏17 KB
    Wrong.docx ‏16 KB

  • Workflow Status Monitor in BPM

    Hi,
    In Oracle Workflow we're able to rewind, retry, skip activities via status monitor. Are those functions available in BPM suite 11?
    When i both look at E.M and google it, i've found Oracle document named "Migrating to Oracle BPM from Oracle Workflow" , but unfortunately again i'm not able to find tips about how to update payload (wf attributes) of a process instance, rewind to previous step, retry, skip current step. Can you please share any document or tips for those issues to fully implement wf admin functionalities like in wf status monitor.  Also is it possible to integrate both work flow and bpm task list applications into a common standalone ADF task list page?
    Regards
    Ümit Sadegüzel

    Hi Ümit,
    With Oracle BPM you're dealing with not only the process and its interactive activities, but also the human tasks that accompany every interactive activity.  What I think will probably be most helpful to you will be the Human Task API.  Below are the links I wish I’d known about when first getting started with the APIs.  Arun Pareek and Niall Commiski’s blog posts give you practical working examples that actually work.
    Although there are new REST APIs, you might want to concentrate on the SOAP and Java APIs for now.
    BPM 11g Samples: This samples site has two links you might find useful (the “BPM 11g APIs” and the “BPM 11g Update task and Message based Correlation” links) http://java.net/projects/oraclebpmsuite11g/pages/Samples
    Fusion Middleware Developer's Guide for Oracle SOA Suite – Chapters 33 (Building a Custom Worklist Client) and 34 (Introduction to Human Workflow Services).  These document the Human Workflow Java and SOAP APIs. http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_worklistcust.htm#SOASE839
    http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_workflow.htm#SOASE104
    Arun Pareek has two excellent blogs on the SOAP and Java Human Workflow Service APIs.  https://beatechnologies.wordpress.com/2011/08/22/oracle-human-workflow-web-service-apis/https://beatechnologies.wordpress.com/2011/08/24/using-java-apis-for-oracle-human-workflows/
    Human Task ITaskQueryService API example and JavaDoc reference - http://docs.oracle.com/cd/E14571_01/apirefs.1111/e10660/oracle/bpel/services/workflow/query/ITaskQueryService.html
    Oracle BPM IInstanceQueryService API JavaDoc reference - http://docs.oracle.com/cd/E28389_01/apirefs.1111/e25378/oracle/bpm/services/instancequery/IInstanceQueryService.html
    Oracle BPM API example to retrieve a list of instances – http://soadev.blogspot.in/2011/07/querying-oracle-bpm-process-instances.html
    Niall Commiski’s blog on reassigning tasks using the Java API - http://niallcblogs.blogspot.com/2013/12/292-bpm-11g-human-task-reassignment-via.html
    Niall Commiski’s blog on updating the payload in a human task using the human task api - http://niallcblogs.blogspot.com/2013/07/261-short-digression-into-human-task-api.html
    Niall Commiski’s blog on Purging Instances using the Composite API -  http://niallcblogs.blogspot.com/2011/12/soabpm-apis-manipulating-composites-and.html
    Niall Commiski’s blogs on the Human Workflow Java API: Oracle BPM 11g Human Workflow Service Java API – Part 1 - retrieve tasks and task information http://niallcblogs.blogspot.com/2010/11/oracle-human-workflow-service-java-api.html
    Oracle BPM 11g Human Workflow Service Java API – Part 2 - retrieving payload values http://niallcblogs.blogspot.com/2010/11/human-workflow-java-api-part-2.html
    Oracle BPM 11g Human Workflow Service Java API – Part 3 – retrieving tasks assigned to a user - ITaskQueryService.AssignmentFilter
    http://niallcblogs.blogspot.com/2010/12/oracle-human-workflow-part-3.html
    Human Workflow Java API sample (download the “workflow-118-JavaSamples” and “workflow-100-VacationRequest” zip file on this page) – this has Java API examples that add attachments, get attachments, get tasks, initiate tasks, query tasks based on different predicates, assign (route) tasks, reassign tasks, update the task’s outcome https://java.net/projects/oraclesoasuite11g/downloads/directory/HumanWorkflow?field=date&order=asc&page=2  
    Hope this helps,
    Dan

  • Ping Status Monitor doesn't create any alert

    Hello,
    for Windows Server you have the Ping Status Monitor testing connection to the servers. We have the problem, that if a server is not reachable the alert does not occure. We test it with one server - disebled the network card and the monitor does not alert.
    If I ping the server from the scom console it fails but status view and state change are still green.
    Is there something wrong with the monitor?

    Hi,
    Ping Status Monitor
    This monitor pings a agentless computer using an ICMP ping. If the computer is agent-managed, it ping itself locally.
    Please try to enable the Monitor Computer Not Reachable and
    Health Service Heartbeat Failure.
    For more information, please review the link below:
    How Heartbeats Work in Operations Manager
    http://technet.microsoft.com/en-us/library/hh212798.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Pro 9500 mark 2 status monitor not working

    My status monitor stopped working on my 9500 mark2.I uninstalled driver and software and reinstalled,no luck.Changed usb cable and usb port.Printer is still working but status monitor can not commuicate with printer. 
     Thanks
    MIKE

    Hi, Mike!
    So that the Community can help you better, we will need to know exactly which operating system is running on your computer. That, and any other details you'd like to give will help the Community better understand your issue!
    If this is a time-sensitive matter, our US-based technical support team is standing by, ready to help 24/7 via Email at http://bit.ly/EmailCanon or by phone at 1-800-OK-CANON (1-800-652-2666) weekdays between 10 AM and 10 PM ET (7 AM to 7 PM PT).
    Thanks and have a great day!

  • [Solved] Firefox 3 betas give me some weird behaviour with images

    I understand that there will be problems with beta software, however I seem to have memory issues with the firefox 2 series, so I thought I'd give the beta packages a try. I'm using the firefox-nightly package from AUR (firefox3b4), and I'm getting some weird behaviour. The same behaviour can be seen in all firefox 3 beta builds, however. It's hard to explain the problem, so here's a screenshot:
    Notice that the image appears twice, once in the tab, and once in the tab toolbar next to the title of the tab. It looks like an attempted preview gone terribly wrong. Upon closing the tab, the tab toolbar shrinks down to the normal size and all is well. This happens with most images up to a certain size. Any one else experiencing this problem? Any suggestions? This is very annoying and I would like anyone's input on the problem.
    Last edited by valnour (2008-02-24 07:41:05)

    Wow! This issue was solved in #archlinux by Nuked. Apparently I had some funky bits in my .mozilla directory. Removing it solved the problem. Remember kids, IRC is your friend. Anyone else experiencing weird stuff with their Firefox install should give this solution a try.

  • How to create a package/sql agent job to monitor a table constantly

    I have a situation like this: there is a log table. once a while, there will be a row inserted into this log table.  What i'd like to do is to create a ssis package/sql agent job, to monitor this log table.  As soon as a new row got inserted
    into the log table, do something process it (process time might be as long as a few minutes).  Timing is quite important here.  I'd like to make sure the new row get processed as soon as it got inserted into the log table (so I don't like the ideas
    to schedule the sql agent job to run every 5 minutes, or something like that).  What is the best way to achive this?  Thanks a lot in advance!
    Tim

    Hi,
    There is one System Stored Procedure: dbo.sp_Start_job
    Which excepts values are like :-
      @job_name    sysname          = NULL,
      @job_id      UNIQUEIDENTIFIER = NULL,
      @error_flag  INT              = 1,    -- Set to 0 to suppress the error from sp_sqlagent_notify if SQLServerAgent is not running
      @server_name sysname          = NULL, -- The specific target server to start the [multi-server] job on
      @step_name   sysname          = NULL, -- The name of the job step to start execution with [for use with a local job only]
      @output_flag INT              = 1     -- Set to 0 to suppress the success message
    First Create one Trigger on your table which call above Store Procedure
    Trigger is look like below:-
    ALTER TRIGGER dbo.MyTrigger
        ON  dbo.MyTable       
        AFTER INSERT     
    AS       
        BEGIN         
            SET NOCOUNT ON;
            DECLARE @MyTableTypeTVP AS MyTableType;
            INSERT INTO @MyTableTypeTVP(job_name, job_id, @error_flag ,@server_name,@step_name,@output_flag)
            SELECT 'Your JOb Name',generate UNIQUEIDENTIFIER,1,'Localhost','Any Step if',1
            EXEC [dbo].[sp_start_job] @MyTableTypeTVP;
        END
    Thanks
    Prasad

  • C# script to check SQL server Service Status

    Dear,
    i want any console application or asp.net web site project which give me sql server services status of my and other local machine which is using same network connect with other machine name.
    in other word, i want such asp.net website project or console application when i run it give me status of all sql server service status of other specific machine 
    plz help me
    Asif Mehmood

    Just connect to the machines
    SCM and query it.
    Use the
    ServiceController class and especially this
    ServiceController constructor (String, String) to connect to remote machines.
    You may use the static
    ServiceController.GetServices(String) method instead of manually connecting to the remote SCM.
    E.g.
    namespace Samples
    using System;
    using System.ServiceProcess;
    class Program
    static void Main(string[] args)
    ServiceController[] serviceControllers;
    serviceControllers = ServiceController.GetServices("hoffmann-04");
    foreach (ServiceController serviceController in serviceControllers)
    Console.WriteLine("{0}", serviceController.ServiceName);
    Console.WriteLine("\t{0}\n", serviceController.DisplayName);
    Console.WriteLine("Done.");
    Console.ReadLine();
    When running this code within a ASP.NET application, this means that it will run in the ASP.NET application pool. This pool uses normally a local, restricted account, which does not possess the necessary priveleges to query a remote SCM.
    E.g. for SQL Server services:
    namespace Samples
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.ServiceProcess;
    class Program
    static void Main(string[] args)
    List<ServiceController> serviceControllers;
    serviceControllers = ServiceController.GetServices(".")
    .Where(sc => sc.ServiceName.Contains("SQL")).ToList();
    foreach (ServiceController serviceController in serviceControllers)
    Console.WriteLine("{0}: {1}", serviceController.ServiceName, serviceController.Status);
    Console.WriteLine("\t{0}\n", serviceController.DisplayName);
    Console.WriteLine("Done.");
    Console.ReadLine();

  • HTML Link -AS2 fine, AS3 weird behaviour

    Hi Guys, I'm working on a project at the moment, and am
    seeing weird behaviour with the way my swf handles html links
    inside dynamic textboxes. When rendered as a AS2 file, the link
    works on a release as expected. When its inside a AS3 file the link
    will only work if the user right click and chooses 'open in new
    window' was there a change in behaviour how AS3 handles these
    links, or is there now an declaration needed to be made to allow
    these link to have the old behaviour?
    The project calls for xml data and embedded in that is a html
    link. Originally I thought it might have been the way I'd formed
    the xml so I tried with a hardcoded version instead (dynamic
    textbox, add text -> highlight -> add link through properties
    tab). But I still see the same behaviour between the as2 and as3
    versions.
    Any help would be greatly appreciated.
    Cheers.

    Actually, the ''href'' attribute is supposed to direct the browser to a new URL, etc., not run a script. Instead, use the ''onclick'' event attribute:
    ''<a onclick = “$('.div-feedback').fadeIn();”></a>''.
    Happy coding!

  • Status monitor

    Hi,
    Is it possible to view statuses of other users from status monitor without log in as sys admin. B'caz I have assigned myself resposibility but it just allows me to check statuses of WF owner by me. I am aware that we can change Workflow System Administrator from SYSADMIN to * but is there anyway we can assign it to selected users.
    Thanks!

    It is better to set the workflow system administrator to a RESPONSIBILITY, such as Workflow Administrator Web (New). This will then cause ANYONE who has the Workflow Administrator Web (New) responsibility to assume the workflow administrator role and functionality. Other users will not be affected.
    However, cloning has the effect of resetting it to SYSADMIN!
    Regards
    Tim

  • Weird behaviour on log files

    Hi.
    Just trying to add more log members.
    In order to DROP logfile group, I need to make sure it is INACTIVE. But each log group is ACTIVE / CURRENT:
    SQL> SELECT GROUP#, STATUS FROM V$LOG;
    GROUP# STATUS
    1 CURRENT
    2 ACTIVE
    3 ACTIVE
    So I added another logfile group to see, and hey presto:
    SQL> ALTER DATABASE ADD LOGFILE GROUP 4
    2 ('/u02/oradata/=/redo04a.log',
    3 '/u02/oradata/redo04b.log',
    4 '/u02/oradata/redo04c.log') SIZE 52M;
    Database altered.
    SQL> SELECT GROUP#, STATUS FROM V$LOG;
    GROUP# STATUS
    1 CURRENT
    2 ACTIVE
    3 ACTIVE
    4 UNUSED
    SQL> alter system switch logfile;
    System altered.
    SQL> SELECT GROUP#, STATUS FROM V$LOG;
    GROUP# STATUS
    1 ACTIVE
    2 ACTIVE
    3 ACTIVE
    4 CURRENT
    Now again all are being active / current!
    How can I drop any of these to get on with my work?
    (ie):
    ALTER DATABASE DROP LOGFILE GROUP 1;
    Re-create the group
    ALTER DATABASE ADD LOGFILE GROUP 1
    ('/u02/oradata/redo05a.log',
    '/u02/oradata/redo05b.log') SIZE 50M;
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    LINUX
    Thanks in advance,
    DA
    alter system checkpoint; was the answer!
    Edited by: Dan A on Oct 22, 2009 9:59 AM

    Hi,
    I tried the same but this doesn't happen to me. Which version of JDeveloper do you use ?
    Frank

  • Weird behaviour in the Fontbook display pane

    I have just been checking through some font conflicts using FontBook. All have resolved successfully, but I have noticed weird behaviour involving four or five fonts. Some of them show up as all-Cyrillic faces (Arno Pro), or all-Hebrew faces (Stone Sans) or all-Arabic faces (Balzano) in the display pane, yet print perfectly as Western characters when used in any program (Pages, Word, Bean, FCE, Keynote etc).
    It's not actually causing any problem, I suppose, apart from a weird representation in Fontbook. I have tried deactivating and reactivating these fonts. I have tried quitting and restarting Fontbook. I have even tried restarting the computer. The Cyrillics, Hebrews and Arabics keep coming back.
    Is this a known Fontbook bug, or am I doing something wrong?

    Thank you, Kappy and Tom:
    I tried the Preview Repertoire command and it showed that the fonts did, indeed, have the full Latin complement of characters. It's just that only the Cyrillic/Hebrew/Arabic/Gujarati/Mandarin selections are showing up in some fonts' preview panes: particularly those fonts with the suffix "Pro" in the title (Myriad Pro, and so on).
    How strange.

Maybe you are looking for

  • How to update TEXT in Sales order header

    Hello , I have requirement in which I am creating SO via IDOC calling BAPI_SALESORDER_CREATEFROMDAT2. Question: Can any one help me in finding a solution to update the TEXT in sales order header which is confogured IN TEXT CONTROL in SD. I have tried

  • Win 8.1 install on HP ProLiant ML10 server

    If i want to install win 8.1 proff on HP ProLiant ML10 server ( xeon 3.1 ghz processor ) so it can work or not ??????? Please help .....

  • Pl/sql block updating orderId, itemID

    lol here i am again! This time its like this: i have a table (orderId, itemId, CustomerId, productId, quantity, start_date, end_date, oldRef) here are some of the values: 2477, 1, 201, 111, 1,19-MAR-93,14-APR-93 2477,2,201,112,1,19-MAR-93,14-APR-93 2

  • Windows Installer Doesn't Recognize BOOT CAMP Partition

    Hello, I need help and cannot find the answer anywhere on the Internet. I created a 15 gig Windows partition through boot camp successfully. My macbook restarted to run windows installer and I got through all of the screens except where it asks which

  • Problem using CSS in Flash MX 2004

    While working through a tutorial using Flash MX 2004 and CSS StyleSheets, publishing the page produces the error below each time I attempt to publish the page and I am unable to continue. There doesn't seem to be a problem with the code, and the Text