Probs with adding network and topology themes

Hallo everybody,
I wanted to add my network and topology data with the following sql-code
INSERT INTO USER_SDO_THEMES VALUES(
'THEME_DEMO_NETWORK',
'Stromnetz Netzwerkmodell',
'STROMNETZ_NW_LINK$',
'TOPO_GEOMETRY',
'<?xml version="1.0" standalone="yes"?>
<styling_rules
theme_type="network"
network_name="STROMNETZ_NW"
network_level="1">
<rule>
<features>
<link
style="C.RED"
direction_style="M.IMAGE105_BW"
direction_position="0.85"
direction_markersize="8">
</link>
<node
style="M.CIRCLE"
markersize="5">
</node>
</features>
</rule>
</styling_rules>' );
INSERT INTO USER_SDO_THEMES VALUES(
'THEME_TOPO_NSLA',
'Topologie fuer NSLA',
'NS_LEITUNGSABSCHNITT_TOPO_TAB',
'POSITION',
'<?xml version="1.0" standalone="yes"?>
<styling_rules theme_type="topology" topology_name="STROMNETZ">
<rule>
<features style="C.RED">
</features>
</rule>
<styling_rules>');
The rows are added to the user_sdo_themes but when I click on the network theme in the definition tool I get the error-message: No style attribute in row 1 is found. Only the valid elements are shown in the table. And there aren't any rows in the following table. What is wrong?
When I add my topology theme to a map where I already have 2 other themes in the data of the topology theme isn't displayed.
Both network and topology are valid.
Another question is ... can there be problems by using the following char ' and that char " I took the code from the Mapviewer documentation and there are these different chars used.
I have two different users spatial and scott. In both users I have imported the mvdemo so I have in both the same styles metadata. I needn't to define the style for my network like "SPATIAL:C.RED" or something like that? At the moment I only work with user spatial.
Hope somebody can help. Thanks
Katrin

Hallo Daniel, hallo Joao,
thanks for your reply. I have tried with SPATIAL:C.RED but I think my error is that I have created the map with the topology theme/network theme (I have posted before) with the Map Definition tool. Could that be the error?
In my log file there is following exception
[oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-8
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_FLST ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.COUNTIES', FLST_NR_ZAEHLER, 'SCOTT:T.CITY NAME', 1 FROM FLURSTUECK_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
[oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-9
[oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-10
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ FLURSTUECK_TAB ] sql exec time: 38ms, total time loading 6 features: 155ms.
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_TOPO_NSLA ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'POSITION', POSITION, 'SPATIAL:C.RED', null, 'null', -1 FROM NS_LEITUNGSABSCHNITT_TOPO_TAB WHERE MDSYS.SDO_FILTER(POSITION, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_GEB ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.BLACK', null, 'null', -1 FROM GEBAEUDE_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ NS_LEITUNGSABSCHNITT_TOPO_TAB ] sql exec time: -1120047089477ms, total time loading 0 features: 90ms.
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] *** SQL Exception while querying theme: THEME_TOPO_NSLA
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] java.sql.SQLException: ORA-29900: operator binding does not exist
ORA-06553: PLS-306: wrong number or types of arguments in call to 'SDO_FILTER'
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:661)
     at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:951)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:693)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1057)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2942)
     at oracle.sdovis.JDBCDataSource4PT.loadFeaturesInWindow(JDBCDataSource4PT.java:344)
     at oracle.sdovis.JDBCDataSource4PT.prepareFeatures(JDBCDataSource4PT.java:256)
     at oracle.sdovis.PredefinedTheme.prepareData(PredefinedTheme.java:85)
     at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1300)
[oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ GEBAEUDE_TAB ] sql exec time: 70ms, total time loading 6 features: 77ms.
[oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, INFO] **** time spent on loading features: 307ms.
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_FLST with 6 styled features: 5ms
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_GEB with 6 styled features: 1ms
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_TOPO_NSLA with 0 styled features: 1ms
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_FLST with 6 styled features: 56ms
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_GEB with 6 styled features: 0ms
[oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_TOPO_NSLA with 0 styled features: 0ms
If this is the error how can I create my map with network and/or topology themes in sql*plus. I can't take Map definition tool for this taske!? At the moment I use only SQL*Plus.
Sorry for this long post.
Thanks Katrin

Similar Messages

  • "i lost my iphone 4 and barred it with the network and suspended the SIM. I have gone to icloud and requested a wipe. Does the wipe work via the IMEI or the SIM?

    "i lost my iphone 4 and barred it with the network and suspended the SIM.  I have gone to icloud and requested a wipe.  Does the wipe work via the IMEI or the SIM?

    non of them it works with the appleID so if the thief restore the device so your appleID is not longer used you can't whipe or block it from icloud
    anything else would put apple in big trouble with the law in most countries

  • Documents edited with added text and sketch not shown while emailing in iPad 2.

    Documents edited with added text and sketch not shown while emailing in iPad 2.

    Hi Rakmana,
    This is most likely an issue with Apple's iOS Mail program's.
    I think you are opening your modified PDF in Apple built-in PDF Preview. Apple's code does not properly draw the comments, but if you look at the PDF in virtually any other PDF application that isn't just using Apple''s code, or on any desktop computer, you will see the comments you've added.
    Thanks
    -Satyadev

  • When i try to order prints i get an error message saying there is a problem with my network and my network is working

    when i try to order prints i get an error message saying there is a problem with my network and my network is working. How can i solve this problem?

    Try a different media. I have good luck using Maxell discs.

  • My G4 sometimes loses contact with softbank network, and reset doesn't help. I just wait.  What is wrong?

    My G4 sometimes loses contact with softbank network, and reset doesn't help. I just wait.  What is wrong?

    g4 sounds like a mac rather then an iphone is this in the correct forum?

  • How can I take photos with my iPhone and edit them on my iPad?

    how can I take photos with my iPhone and edit them on my iPad?

    Copy Photos Between iOS Devices
    http://tinyurl.com/cnz95bc
     Cheers, Tom

  • Results for my browser has prob with 1st inch and harf from new babbilon crap will not hipolink i can not sign in or register on any thing please help

    results for my browser has prob with 1st inch and harf from new babbilon crap will not hipolink i can not sign in or register on any thing please help

    has anyone solve this problem? i upgraded my iphone 4 to 5.1.1 and now i can see only ""We're sorry, we are unable to continue with your activation at this time.  Please try again later, or contact customer care."
    i tried mani sim card, laptops, wifi. but for 7 days the problem is still exist....
    Please help me!!!

  • Airport connection probs with Mac Pro and 10.4.8  too.

    This prob is not just related to iMacs or MacBooks as published in the knowledge base doc. I have exactly the same prob with my 2.66 GHz Mac Pro. I have to reconnect this beast to my wlan router manually every time.
    PLZ Apple fix this asap!

    I had a similar problem which I've fixed!
    I have four machines here which can connect to my Netgear DG834N via Aiport. (I say can because they normally connect via ethernet.) My MacBook Pro always used to be fine when connected wirelessly but recently, not aware of any changes I've made, it connects for about 10 seconds then disconnects. All other machines are fine and hold the connection.
    This is what I tried before finding my solution:
    1) Deleted all references to the network in the keychain and remade them.
    2) Created another user to try
    3) Changed channels on the router even though I can't see any neighbour's networks.
    4) Made sure computer and router were up to date with firmware/software.
    I'm assuming that it has to be a computer problem as the PowerMac, iMac and iPod Touch have no issues at all. However, the cure was in the router.
    I run with SSID broadcast turned off, WPA2 encryption and MAC address filtering. Allowing broadcast of the SSID cures my problem. Turn it off and the computer connects then drops it ten seconds later. Turn broadcast on and it maintains the connection. I've tried it all afternoon, leaving it connected for about 30 minutes at a time before turning SSID broadcast off again. Works every time! Broadcast SSID - fine, no broadcast - drops after ten seconds.
    Now, if only I knew why! And why only the laptop?

  • Cannot log into T61 from remote computer with wired network and Windows Explorer.

    Hi,
    I am using a T61 7662-cto with Windows 7 Professional
    When the T61 is connected on the home network with the wired network, I am not able to log into it remotely from another computer. On my second computer, I see the T61 with Windows Explorer but instead of getting the login window, it appears a Network Error with the message:
    “Check the spelling of the name. Otherwise, there might be a problem with your network.” With a error code 0x80070035, “The network path was not found.” I tried the “Diagnose” button but it doesn’t give solution.
    When the T61 is wireless connected, there is no problem. I can access it from my second computer.
    I never have problem to connect to the second computer from the T61 with any connection type . I just updated the Intel Wireless LAN (bg, abg, abgn) for Windows 7 – ThinkPad, with the drivers required but it changes nothing.
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-73611
    Do you have a hint for this issue why the wired network gives problem?
    Thanks

    Open this post, go to the flagged message. On its right is a button
    to turn off the flag.
    I went to the site. The only problem I had was one has to sign in
    to see anything. Even the main page had a very large ''Please
    Sign In'' covering the window.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • How to have a picture with 3 people and put them in a picture with one person

    I don't know if this would come under photomerge or not but I want to take this picture with 3 people in it and add them to a picture with just 1 person.

    Use on of the selection tools, e.g. selection brush, lasso tool, to make a selection of the 3 people. Once you have a complete selection, you will see "marching ants" surrounding it
    Go to Edit>copy to put the selection on the clipboard
    Open the 2nd picture
    Go to Edit>paste. The selection will be on its own layer
    Get the move tool in toolbox, position the selection, and resize it, if necessary, with the corner handles of the bounding box.

  • Difference between TC 500 GB with added HDD and TC 1 TB?

    Hi there.
    I'm a student and need a HDD to take backups of my 250 GB HD in a Macbook. I would like it to run wirelessly as I don't think I'll remember to plug the HDD in, turn it on and let it take a backup as often as I would really like to have backups taken.
    The Time Capsule (TC) 500 GB costs $279 while the 1 TB version costs $479 (all prices are with student discount).
    I realize that even the 500 GB can be considered expensive since it's $120 more expensive than the AirPort Extreme Base Station with no HDD and "all you get" (besides Time Machine backup and that it all fits nicely together) is 500 GB.
    I really think that paying $200 extra for 500 GB extra space seems like way too much so I was wondering if there's a difference between a TC 500 GB with an added HDD (i.e. a 500 GB one) and a TC 1 TB. Also, are there other things I should take notice of? (I realize this is a common question)
    Some of the things I've read is that only the TC's are capable of wirelessly taking a TM backup of your Mac and that they also should have some kind of sleep-function when not in use.
    Thanks in advance!

    You can designate just about any HFS+ formatted FireWire or USB drive connected to a Mac as a TM backup drive. TM can also back up to another Mac running Leopard with Personal File Sharing, Leopard Server, Xsan storage devices, a Time Capsule's (TC) internal hard drive, or a hard drive attached to a TC's USB port. The jury is still out on, whether or not, it can successfully back up to an AirPort Disk (a hard drive attached to the USB port of the newer 802.11n AirPort Extreme Base Station.)

  • AV sync probs with digital out and dvds on X-FI

    anyone else having lip sync prob with dvds and digital out

    Well I guess the answer is "Nope"

  • IPad will not connect with extended network and/or guest network

    I have extended my main network (AP Extreme) with an AP Express and uses a guest network too, all Macs, PC's, iPhones, game consoles, mediaplayers can connect to the internet with both networks. Only one device does not work with the main network and that is the iPad (1st gen). It can connect to the guest network, though. If i disconnect the Express, the iPad can connect with the main network or if I set the guest network to off it will too. But  I want to connect to the main network (remote access).
    Device.                          Network.          iPad internetconnection
    Extreme.                        Main.               Yes
    Extreme + Express.       Main.               Yes
    Extreme.                        Main + guest    Yes both
    Extreme + Express.       Main + guest.   NO
    I have reset the network configurations on the iPad and it works for only one time, if the iPad goes into sleep mode and restarts, the connections is lost. The iPad seems to be connected with the router/AP but no internet access.
    Fyi
    - all devices have a fixed IP address dedicated by the Airport. i tried to use DHCP, but no difference
    - radio channels on automatic
    - all on 2,4 GHz band
    IS THIS A IPAD 1 ISSUE and do I have to accept the fact that Apple does not support the iPad 1 anymore?
    Any suggestions how to fix this? Thank you.

    Thank you for the suggestion.
    The name of my home wifi network is automatically found by the iPad and after I select it the iPad asks for a password.  I have typed in my password that I use with my laptop, but it does not work.
    I also tried the two alpha numeric 13 digit strings on my router.  It is actually a Belkin.  Neither of those worked either.
    finally, I went into general as I could not find settings to tell the iPad to forget network settings?

  • Need help with Group Headings and showing them on drill down.

    Hi all:
    I think this is a simple question and feel that I should already know the answer but for some reason it eludes me.  What I would like to know is the proper way to hide/display group headings and have them show up on drill down BUT not repeat on each group header.
    What I have for grouping is as follows:
    Group Header #1 u2013 Sales Rep
      Group Header #2 u2013 Customer
        Group Header #3 u2013 Product Class
          Group Header #4 u2013 Stock Code
            Details
          Group Footer #4 u2013 summary calculated on this line
        Group Footer #3  u2013 summary calculated on this line
      Group Footer #2 u2013 summary calculated on this line
    Group Footer #1 u2013 summary calculated on this line
    My goal is to have my report show only the lines listed below by default and allow the user to drill down group by group to the details section:
    Group Header #1 u2013 Sales Rep
      Group Footer #2 u2013 summary calculated on this line
    Group Footer #1 u2013 summary calculated on this line
    If anyone could offer any help it would be greatly appreciated!
    Thanks,
    FatMan

    click section expert, then for example of GH3, highlight it, then click on the formula box for suppression, and put in the code....
    Drilldowngrouplevel < 3
    The result will be that this GH3 is suppressed whenever the report is showing GH1 and 2 but not 3.
    In addition to this, you must Hide(Drill-down ok) GH3. This is also done in the section expert.
    Then just do the same for GF3, and for GH4/GF4 make sure you use...
    Drilldowngrouplevel < 4

  • Flattening or merging layers with layer effects and maintaining them.

    How do you maintain multiple layer effects when merging or flattening the layers within a group or on their own ensuring they end up eventually to normal and 100 % opacity? (Using PSCC)
    Thank you.

    You want to flattern an image with multiple layers and layer effects?  It should just happen for you, but there some occassions where flatterning does not show the expected results.  When that happens, select the upper-most layer (so long as it is turned on) and add a copy merged layer to the top of the stack (Shift Alt Ctrl e).  Then flattern, and it should be fine.

Maybe you are looking for

  • Page displays perfect in Safari, but not Internet Explorer...please help!

    Please help, this page looks fine in Safari, but in IE, the 2nd and 3rd column are spread out. I want everything to stay to the top; http://www.fuels4less.com/WORKING_INDEX_HELP3.htm Thank you in advance!

  • Print Preview of particular page issue in SAP script

    Hi all, Kindly help me to resolve the following issue in SAPscript. I have a particular business requirement to preview a particular page in 'n' pages of a SAPscript.  After executing the sapscript calling program, the print window appears, in which

  • Disable Mouse Right click inside Adobe Acrobat PDF plugin

    Hi All, We are rendering Adobe live cycle pdf file inside html object tag. I have disabled toolbar , navigation bar using navpanes=0&toolbar=0. But when mouse right click reenable the context menu again. So Is there any way to disable mouse righ clic

  • Restoring contacts and messages

    I wanted to sync my iphone to my new laptop but i needed to restore it, it said I could restore messages and contacts but I dont know how? it is not backed up as my new itunes was never synced with my phone... can anyone help me put everything back o

  • Importing from sony miniDV camcorder

    I have a new MacBook which does not have a firewire port. My miniDV camcorder (sony DCR-HC48) has a dock that supports both firewire and USB. However iMovie does not recognize my camcorder through the USB connection. Do I have to connect it using fir