OWB 11g Can't make 'profile objects tree' visible in Data Profiling Screen

When I first did a data profile in the Data Profile Editor the left side of the screen contained the 'Data Objects Tree' and two lower panes which were the 'Property Inspector' and the 'Monitor Panel'.
Then when I maximized the 'Property Inspector' the 'Data Objects Tree' disappeared and now I can't seem to get it back. I tried turning all the windows on and off via the WINDOWS menu and I maximize and minimized all the windows and played around with anything I could. But I still can't ge the 'Data Objects Tree' to appear. How do I do this? Thanks.

Oleg,
Thanks very much! You're a life saver. I edited the file and my panes have reappeared. This malfunctioning of Oracle's windows first happened when I maximized the Property Inspector and I will be sure never to try that again.
Gotta wonder out loud- how is it possible that OWB would have such a major malfunction like this which the users must solve by reaching into the bowels of OWB to tweak a remote setting?
Cheers, John

Similar Messages

  • How can I make a palm tree sway?

    How can I make a palm tree sway?
    I have a palm tree that is a tiff file with alpha. I would like the tree trunk to bend a little and a few of the branches to sway as though it’s gently moving in the wind.
    What would be the easiest way to make that happen?
    Should I save the trunk and a few leaves as separate elements, and then animate them in motion.
    Or is there any way to turn my palm tree into a shape in motion, add edit points and key frames to animate it?
    Any advice would be appreciated.
    Thanks

    Down and dirty: highlight the tree's layer, move the anchor point to the base of the tree, add an Oscillate Behaviour to its Shear X axis. Adjust the Amplitude to 5, Speed to 7 or so, depending on how breezy the day is.

  • How can we make one object as synchronizable?

    Hi!
    I am new to java.How can we make one object as synchronizable?
    Thanx

    Synchronize is used to make an object and/or a functional sequence thread safe. By itself it does not make something thread safe.
    So the point is to make something thread safe not just to synchronize it.
    You can either sychronize a method like so....
          public synchronized void doit()
    Or you synchronize on an object (where 'Object' below is solely as an example, any object can be used)...
          Object lockObject = new Object();
          public void doit()
             sychronized (lockObject)

  • How can i make my object appear as a mesh?

    How can I make an object appear as a mesh? I dont want anything as complicated as a coloured gradient I just want a flat object to appear like a net. Is there an easy way to do this?
    Thanks
    J

    Jules,
    Depending on the shape, and upon the appearance (varying width and/or knotting or whatever), it may be anything from a Rectangular/Polar Grid (bundled with the Line Segment Tool) to something intricate and difficult.

  • How can 1 make an object of user defined class immutable?

    Hi All,
    How can one make an object of user defined class immutable?
    Whats the implementation logic with strings as immutable?
    Regards,

    Hi All,
    How can one make an object of user defined class
    immutable?The simple answer is you can't. That is, you can't make the object itself immutable, but what you can do is make a wrapper so that the client never sees the object to begin with.
    A classic example of a mutable class:
    class MutableX {
        private String name = "None";
        public String getName() {
            return name;
        public void setName(String name) {
            this.name = name;
    }I don't think it's possible to make this immutable, but you can create a wrapper that is:
    class ImmutableX {
        private final MutableX wrappedInstance;
        public ImmutableX (String name) {
            wrappedInstance = new MutableX();
            wrappedInstance.setName(name);
        public String getName() {
            return wrappedInstance.getName();
        // Don't give them a way to set the name and never expose wrappedInstance.
    }Of course, if you're asking how you can make your own class immutable then the simple answer is to not make any public or protected methods that can mutate it and don't expose any mutable members.
    Whats the implementation logic with strings as
    immutable?
    Regards,I don't understand the question.

  • How can I make a form show complex composite data?

    How can I make a form show complex composite data?
    We would like a form to display the following information:
    Employee Names as the columns, 1 row for each calendar day, and each item in the block containing the total sales amount (and other information) for that employee for that day.
    This would require the block to function as a (composite) crosstab report.
    Here is an example:
    We have employees: Jane, John, Jim, and Janice
    We would like to see their total sales for the following days: 5/1 .. 5/5
    Jane John Jim Janice
    5/1 50 8 10 3 30 5 20 7
    5/2 40 7 60 8 10 2 30 4
    5/3 20 3 50 8 70 9 50 9
    5/4 51 8 40 7 40 8 50 8
    5/5 10 1 20 2 90 10 10 2
    We have a table with records of each day, for each employee, and their sales for that day.
    There is a possibility our list of employees can change as well as the number of days.
    Anyone tried doing anything like this with a form? We don't want to just embed a report because we would like to include other data as well besides what is mentioned above and we would like them to be able to change some of that data. Thanks in advance for any help.
    null

    I have a VERY similar problem where I want to have this matrix on the form with six days worth of data (three columns for each day) for my data table. I have done as Momen has suggested and created a view (using SQLPLUS):
    create table weekdays (weekday varchar2(3), date_x date);
    drop view employee_absences_v;
    create view employee_absences_v as
    select weekday,
    absence_date,
    hours,
    absence_code_lvid,
    adjustment_status_lvid
    from employee_absences ea, weekdays wd;
    that hopefully provides a row for each day of the week for my data table. The view is created OK but I'm not sure how to get it into the form properly. Also, I am using the form to CREATE rows in the data table not just SELECT and DISPLAY and there may or may not be a row of data for a corresponding day which is going to be a problem for me using this view method, I think. Let me know how this goes and if you get your form to work and how? Momen, your method appeals to me but it's not 100% clear how to get it to work in a form?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tina Radosta ():
    We tried to create the view (not with Designer because we don't have that). We were not successful in creating a view with a matrix. We would greatly appreciate your help.
    Thanks in advance,
    Tina<HR></BLOCKQUOTE>
    null

  • How can I make a drive bootable without losing data on it?

    Is there a way to make a second internal drive bootable without losing the data that is already on it?
    The second drive was created under Panther 10.3.9. My main internal drive has had a clean install of Tiger 10.4.3. The second drive used to appear in the start up disk list when I was running 10.3.9 on the main drive. That is, it used to be bootable under 10.3.9. No kidding. After the main drive was given a clean install of Tiger, the second drive disappeared from the start up disk list. Please note: the second drive remains completely accessible when I am running off the main drive in 10.4.3. I can even use the few applications I had placed on the drive. It appears as separate drive under disk utility.
    I assume the second drive was installed as slave. (Both it and the main drive were independently bootable under 10.3.9.) It is not locked. "Ignore ownership" is not checked. The system has read-write privileges. Admin has read-write all others are read only. I am the only person who has access to this machine. It is not networked.
    I tried to ask this question a few days ago, but I think the way I phrased it confused the issue. My real question is NOT how did this get like this? It is can I make a drive bootable when it already has data on it?
    Thanks
    G4 Panther & Tiger   Mac OS X (10.4.3)  

    Hi,
    Thanks for your reply.
    You replied:
    the drive that you cannot
    boot from is a separate physical hard drive from the
    internal drive with 10.4.3. Is that correct?
    Yes.
    Have you used System Preferences > Startup Disk and
    looked to see if the 10.3.9 system shows up there?
    Yes, I have looked and it's not there.
    I got the impression that you have backed up the 10.3.9
    disk and that you do not really need the data there.
    Yes, I backed up a drive that was bootable, but then it lost its "bootabilty" and what I got was two non-bootable drives--the original second internal drive that I'm asking about and the back-up of it. I want the data on the drive and I wan the drive to be bootable.
    One thing that you might try when you are booted off
    your 10.4.3 system is to use Disk Utility, select the
    other disk and do a Repair Disk.
    Done that and it says there is no problem. Nada. Zero. It just won't boot, no more, no how, no way. BUT it remains fully accessible--I can access all my info. It's just become a storage drive that cannot be booted. Go figure.
    reformatting means
    destroying the data on the disk.
    Yup, which is why I asked my original question. Does anyone know if there is any way to make a drive bootable without destroying the data on it?
    I suspect the answer is no (given these particulars), but I thought some wise super-techie out there might have a trick up their sleeve.

  • BW 3.5 - How can I select TADIR objects in a specific date range?

    Hi everybody,
    I have the necessity to obtain a list of BW objects in a specific date range. I have observed that using TADIR table it is impossible because a timestamp is not present. I have also the necessity to group the BW objects using the object type of the TADIR table (e.g. PROG for Program).
    Any idea?
    Many thanks in advance for your kind support.
    Regards,
       Giovanni

    Hi Giovanni
    I would suggest you try put table TADIR in SE11 and generating a "Where-Used List (CtrlShiftF5)" Also you should try double click on data element SOBJ_NAME in the database view of TADIR and generate a Where-Used List on that field, then you can see the relationships of the table/field.
    I hope this works for you
    Good Luck
    Ben
    Please Assign Points if Useful

  • How can we make smart objects smarter?

    Smart objects are great and can be a really useful time saver. That said, i'm having a problem and I'm hoping that there is a solution out there. I'll preface this with the statement that, I may not be using smart objects as they were intended, but I feel like this is how they should work:
    A basic example - say you have a "Login" button.
    It would be great/obvious to have that as a smart object. It would be greater still to have the on, off, rollover, clicked states to be within that smart object.
    Now, if you place that smart object as a linked object into a document, there is no way to say "in this instance, I want to show the off state of the button". If you open the smart object and change the state to that and save - then it will update all instances everywhere in all PSDs where it exists and all of your buttons are now in an off state.
    Now, clearly, in this example, the easy answer is just make 4 smart objects. Easy peasy.
    The problem with that is two fold:
    1. if "Login" changes to "Logon" I need to make that change in 4 places instead of just one.
    2. The button example is simple, but what if my smart object is more complicated than that? What if there a complex set of layers that make up that object? Making changes to multiple complex layer files kind of defeats the purpose of having smart objects no?
    You can embed the object and thus break the external link and change things to your heart's content without effecting other instances - but then what really is the value of creating the smart object then? You might as well just have a layer group that you drag from PSD to PSD.
    The way smart objects should work, IMHO, is that you should be able to toggle layers on and off per instance of the object, BUT any pixel modifications to a layer within, bubble up to all instances that are displaying that layer  (say - a colour change, or text change, etc).
    Thoughts?

    Hi,
    Check the below links.
    http://sharepoint.aspcode.net/view/635399286724222582123340/sso-between-2-host-named-sitecollections-with-different-subdomains
    http://blogs.msdn.com/b/russmax/archive/2013/10/31/guide-to-sharepoint-2013-host-name-site-collections.aspx
    http://blog.repsaj.nl/index.php/2014/07/sp2013-host-named-site-collections-adfs-claims-and-aam/
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • How can I make an object appear to glow (produce it's own light)?

    Can anyone help me with this? ex. make a plant glow like a lightning bug or things like a "light saber"?  have tried lots of things but nothing looks realistic.

    Hello!  When something appears to glow, the glowing object will often appear high in value (i.e. close to white) with very little color, with a much more colorful halo around it.  You will see this in the lightsaber effect, as well as neon signs, street lamps, and similar sorts of light sources. 
    To emulate this in Photoshop, here is an example of a yellow-orange light source glowing against a dark forest background, which could be a firefly or something like that. 
    I began with a stock image of a forest at night, and using an airbrush with white selected for the foreground color, painted a small circle on a transparent layer.
    To indicate the color of the light, I selected the layer with the white circle on it, and clicked the Layer Effects button within the layers panel. 
    From the drop-down menu, I selected Color Overlay.
    I chose a very saturated yellow, and turned the opacity down to around 23%.  This shows the color of the light while keeping it close to white, indicating the brightness. 
    To show the glow, I chose Outer Glow from inside the Layer Effects panel.  I chose a similar saturated yellow, set the blending mode to Screen, and set the opacity to around 80%.
    And here is the final image.  Is this similar to the effect you were going for? 

  • Can I make an object draggable, but once it's let go of it magnetically returns to it's origin?

    Sort of like an elastic object. Touch and hold and drag, release and it goes back.

    you're welcome
    my project have 4 parts notice that if you do them all you should be able to make yours without any prob...
    1 -  you should have the js Folder in your project folder so you can load pep plugin
    2 -  you have to copy paste these necessary codes to your Stage > CompositionReady
    yepnope({
              nope:[
              'js/jquery.pep.js',
              complete: init});
    function init() {
       var rectangle = sym.$(".Dragger");
              rectangle.pep({constrainToParent: true});
    3 - add Dragger Class to your objects
    you can do it by selecting your object in the right panel then in the properties panel in left side of edge animate in front of you object title you have a C word that stands for class, click on it and type Dragger in there, and Enter
    4 -  add this line to the object Action part in >touchend, >mouseout & >mouseup
    sym.$("Object").stop().animate({"left":"207px", "top":"159px"}, 250)
    i hope you can make it this time
    Zaxist

  • How can I make background objects in a template selectable

    I have a Pages template with my signature embedded. It should move with the text but I cannot select it to make it do so.
    Does anyone know how this can be done in the new Pages 5?

    Thank you for the suggestions, Peter, but I'm afraid it doesn't work.
    I guess I'll just wait for Apple to re-install this feature, and meanwhile revert to my older, perfectly reliable Pages 09.
    Robert

  • How can I make an object float to the left or right?

    I am currently working with a site that is designed to fill the browser window.
    I would like my footer elements to attach to the left and right respectively. I know in html this can be accomplished by using "float", but I don't see any way to accomplish this in Muse.
    Am I missing something?

    Hi Skyler,
    If you are looking for the element to remain on screen in same position at all times then I think using the 'pin' option is what you are looking for. With a box (or whatever) selected you'll see an option at the top, next to your x,y co-ordinates with a little square with 6 selectable points, each point representing where the element will stick to.
    Alternatively if you are just wanting the bar of the footer to stretch across the window regardless of size then if you have the left of the bar exactly on the outside left edge of your page, and same with right, it should do the stretching for you automatically.
    Is this what you were meaning?

  • How can you make movie clips partially visible?

    Okay, so this sounds simple, but I'm tottally lost... I'm a thirteen year old boy that has been using Flash for a little over 3 years. I program video games. I recently embarked on a game where one of the modes is to be split screen, player one gets the top half, player 2 the bottom. The promblem with this is that my game is based off of a moving background, where inorder to keep the main character centered the background moves instead of them. Becsause of this,when setting up split screen, the screen on the upper layer takes over the bottom because there would be more showing then there would be in the game: Parts would be off screen. I was wondering if there was anyway that using hitTest(s) (or some other method) you could make a movie clip partially visible/ invisible. I know the code for making something invisible when touching something else. But I was wondering if there was a way to make only the part of the movie clip touching another movie (it would have its alpha turned off... let's say it's a hitBox) or only the part of the movie clip touching the hitBox visible, invisible. Another way of looking at this is that I want a movie clip to be a small box, but inside I want their to be a huge picture. I want to make it so that when you move the picture different parts are viewable in this little box. And to make this as clear as I can... : I want to make a circle that I'll call the magnifying glass. I want to make an invisible picture that can be moved using code (I know that part). I want it so that when part of the picture is under the magnifying glass it's visible, not the hole thing, jus that circular area. Another reason I'd like to have this promblem solved is for a moving water effect. I want to make a movie clip and tween showing a square of rushing water, but without putting anything over parts of it (other than a hitBox) I want to make only a squiggly line of that water box visible. Thank you so much! =D I really hope you guys know! =D P.S. I also am currently using the trial of CS4, if that helps anything. But if it's only possible in AS3, then it's impossible to me because I use AS2 conservatively.

    Thanks... but I think you've misunderstood my question. I suppose magnifying glass wouldn't be the right word... I just wanted to explain that I want only the part of one mc touching another mc to be visible. I hope this isn't confusing. I have no need to enlarge an image. I want to make a movie clip only partially visible. Check out the fla.

  • Can you make random notes on a calendar date

    How can i record notes on a date in ical without an event

    Hi TO,
    Here's an example that does what you want.
    Since you didn't give starting values, I had to make some assumptions that made the example numbers in your table fit the calculations. As it turned out, a 2400 initial amount and 1666.69 increments each month produced 22402.68 after 12 months.
    I used an auxiliary table, Start, to contain the starting date, and placed the 'current date' in A1 of the main table. For the automatic version, use the formula =TODAY() where I've placed the current date.
    The copy of Table 1 (Table 1-1) shows the result on the fifteenth of the following month.
    Formula:
    B4: =2400+(DATEDIF(Start :: A1,$A$1,"M")*C4)
    Format the cell as number, with two places after the decimal, or as Currency, if you want the currency sign.
    Regards,
    Barry

Maybe you are looking for

  • Not able to see websites in Safari 6.0 after upgrading to Mountain Lion

    This weekend I updated to Mountain Lion from Snow Leapard. After the installation my machine rebooted. Once the machine reboot, I did another system update and the machine updated my iWorks and iPhoto apps. Once the machine updated the applications.

  • Hard Drive Hum on brand new IMac i5

    All, Just settling in with my new IMac, and a very noticeable, persistent hum comes from the machine. It is not read/write noises, but very clearly it is the 2tb Hitachi Drive (Hitachi HDS722020ALA330) making the majority of the noise (I can hear the

  • WLP 9.2.3 integration problem with ALDSP 2.5

    HI, I am having the following issue when using WLP 9.2.3 and ALDSP 2.5 on WebLogic 8.1. We have recently upgraded from WLP 9.2.1 to WLP 9.2.3, We were initially getting this error, following error observed if accessed via application or a standalone

  • Where oh where did my audio go?

    I recently purchased a Presonus Firebox for v/o work. I was trying to cut audio in GarageBand to import into FCP. After a few days (and many posts) I was finally able to get a signal to GB. Now that I have that issue solved, I'm having issues with au

  • Randomly losing pressure sensitivity in photoshop?

    My tablet keeps randomly losing pressure sensitivity, like this: Every few strokes it throws in one or a few strokes without pressure sensitivity. There seems to be no pattern to this. The weird thing is that this seems to only be happening in Photos