How to trace a module that uses shared server sessions?

I have an application (Esri ArcGIS Server 9.3.1) I want the trace. Oracle is at 11.2.0.2.0. Our OEM's to 10.2.0.4.0.

When I start a trace for the OEM (ArcSOC.exe) module, I can see a trace file begin to grow larger. But there seems to be a trace file that already exists (example: < instance >s00022493.trc). To isolate only the length of time, I am interested by that activity, I would like to start with a fresh trace file. Is it possible to do? Should I remove the currently active trace files or which would cause a failure?

When tracing to a dedicated server session, I noticed that a new trace file will be created with "ora" in its name. Of course not so much with shared server stuff, if it is followed by a module or a particular session. When the shared server model is used, it seems Oracle wants to reuse existing trace files. And as trace removal a get pretty big, it would be difficult to open the trace file in an editor and delete the pre-existing activity, older people I don't want to work with.

See http://www.oracle-base.com/articles/10g/SQLTrace10046TrcsessAndTkprof10g.php in various ways. Remove the trace file before you begin. See http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/sqltrace.htm#i20110

Tags: Database

Similar Questions

  • Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    AdobeTomFaith

    If your program is Photoshop Elements, then you have posted in the wrong forum. Some how your son got posted in the Forum Adobe Premiere elements (video editing). Please re-post your thread in the Adobe Photoshop elements Forum.

    Photoshop Elements

    Wherever your son is, please include Adobe Photoshop Elements version and operating system and the description of the installation problem (error messages, stage of failure, etc.)

    Support Adobe seems to be limited to Adobe cat and is classically limited to the current version which is 13. Then, you the best avenue to success is likely to be through the Adobe Photoshop elements Forum. But that shouldn't stop you trying to determine what kind of support you can get from Adobe cat on your question.

    I would offer this link that is specific for Adobe Chat download and installation

    Contact the customer service (this is not the same destination as shown in a previous post in your thread)

    This link is specifically designed for

    Photoshop Elements

    Download, installation, setting up

    Download and installation

    Panel discussion

    (18:00 - Friday 7 pm Sunday)

    Thank you.

    RTA

  • Ant fails to compile the modules that use the interfaces

    Hi, I have a major problem to compile flex with ANT modules.

    I'll try to give ALL the necessary information, so we can avoid unnecessary questions novice days.

    I have an application that uses a lot of modules.  They compile perfectly in flash builder.

    First question.  How can I get flashbuilder 4.7 to show me the command line that he uses for mxmlc?  If I could see it, I could do it all myself.

    Second question: what is the problem with my work below?

    I have a module that looks like this:

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Module ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx".

    Implements = "com. Hof.lobby.modules.IVolatileAssets ".

    Width = "400" height = "300".

    creationComplete = "onDummy (event)" "

    >

    Inside this module, I have several other properties that are themselves instances of type various other interfaces.

    When I build the main application, all right.

    I created a macrodef of ANT to build all my modules effectively.

    < name macrodef = "buildModule" >

    < attribute name = "module name" default = "none" / >

    < attribute name = "module-package" default = "none" / >

    < attribute name = "out-path" default = "'." / > "

    < sequence >

    < echo message = "building @{module-name} for @{out-path}/@{module-name}.swf" / >} "

    "< file="${APP_ROOT}/src/@{module-package}/@{module-name}.mxml mxmlc ".

    output="${DEPLOY_DIR}/@{out-path}/@{module-name}.swf".

    Keep-generated-actionscript = "false".

    incremental = "false".

    Debug = 'true '.

    fork = "true".

    external load-trainees = "${ANT_ROOT}" / link - report.xml ' "

    optimize = "false".

    >

    < filename="${FLEX_HOME}/frameworks/flex-config.xml"/ load-config >

    < path-element source-path = "${FLEX_HOME} / frameworks" / >

    < compile .library-path dir = "${HOF_COMMON_ROOT}" append = "true" >

    < name = 'bin' / >

    < / compile .library-path >

    < compile .library-path dir = "${APP_ROOT} ' append ="true">

    < name = 'java' / >

    < / compile .library-path >

    < compile .library-path dir = "${FLEX_HOME} ' / managers ' append ="true">"

    < name = 'java' / >

    "" < name = "... /bundles/ {local}" / >

    < / compile .library-path >

    < path-element source-path = "${APP_ROOT} / src/locale / {local}" / >

    < / mxmlc >

    < / sequential >

    < / macrodef >

    < target name = "modulesDebug" depends = "lobbyDependencies" description = "Building the Hall modules for debug" >

    <!-< buildModule-module = module package "InboxDlg" name = "com/hof/Hall/modules/dlgs" off-path = "modules3/dlgs" / >-->

    < buildModule-name of the module = module package 'VolatileAssets' = ' com/hof/Hall/modules' off-path = "modules3" / >

    < / target >

    Then, when I run this goal, I get the following result:

    modulesDebug:

    [echo] building modules3/VolatileAssets.swf VolatileAssets

    [mxmlc] F:\var\sdk\flex_sdk_4.5.1.21328A\frameworks\flex-config.xml configuration file

    [mxmlc] F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\src\com\hof\lobby\modules\Vola tileAssets.mxml(-1): Error: IVolatileAssets Interface was not found.

    [mxmlc] <? XML version = "1.0" encoding = "utf-8"? >

    BUILD FAILED

    F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\build.XML:98: The following error occurred during the execution of this line:

    F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\build.XML:51: mxmlc task impossible.

    Total time: 7 seconds

    If I remove the implements attribute in the definition of the module component, then I get a failure cascaded to EVERY SINGLE interface in the module.

    Basically something is causing ANT to fail to load the def for ANY interface class in the module.

    What on earth am I doing wrong?

    Help, please.

    Thank you.

    I answer my own thread because I absolutely HATE when I see a message with the problem I have and no response.

    Here is the answer to the problem:

    I had to create an external configuration file and load it with

    the content of ModuleConfig.xml re - defines almost every configuration framework.  None of them seem to non-standard for me...

    Basically I defined just to be what it SHOULD be and responsible for the config file after I applied the default flex - config.xml in the SDK.

    do what I posted below and it will work.

    so now my macrodef is:

    output="${DEPLOY_DIR}/@{out-path}/@{module-name}.swf".

    Keep-generated-actionscript = "false".

    incremental = "true".

    Debug="@{debug}.

    fork = "true".

    optimize = "false".

    Size-Report="${basedir}/Reports/@{module-Name}-size_report. XML ".

    >

    and my ModuleConfig file:

    http://www.Adobe.com/2006/flex-config">

    fake

    true

    flash.fonts.JREFontManager

    flash.fonts.BatikFontManager

    flash.fonts.AFEFontManager

    flash.fonts.CFFFontManager

    ${basedir} / src/locale / {local}

    ${basedir} / src

    true

    ${FLEX_HOME}frameworks/themes/Spark/spark.css

    http://ns.Adobe.com/MXML/2009

    ${FLEX_HOME} frames/mxml-2009 - manifest.xml

    Library://ns.Adobe.com/Flex/spark

    Frames/spark - manifest.xml ${FLEX_HOME}

    Library://ns.Adobe.com/Flex/MX

    Frames/mx - manifest.xml ${FLEX_HOME}

    http://www.Adobe.com/2006/MXML

    Frames/mxml - manifest.xml ${FLEX_HOME}

    Managers or the locale ${FLEX_HOME} / {local}

    ${FLEX_HOME}frameworks/libs/rpc.swc

    ${FLEX_HOME}frameworks/libs/osmf.swc

    ${FLEX_HOME}frameworks/libs/spark.swc

    ${FLEX_HOME}frameworks/libs/charts.swc

    ${FLEX_HOME}frameworks/libs/framework.swc

    ${FLEX_HOME}frameworks/libs/spark_dmv.swc

    ${FLEX_HOME}frameworks/libs/sparkskins.swc

    ${FLEX_HOME}frameworks/libs/textLayout.swc

    ${FLEX_HOME}frameworks/libs/advancedgrids.swc

    ${FLEX_HOME}frameworks/libs/authoringsupport.swc

    ${FLEX_HOME}frameworks/libs/flash-integration.swc

    ${FLEX_HOME}frameworks/libs/mx/mx.swc

    -owners libs - redacted-

    ${FLEX_HOME}frameworks/libs/player/10.2/playerglobal.swc

    en_US

    es_ES

    en_US

    IT_IT

    10.2

    11

    fake

    ${FLEX_HOME}frameworks/libs/framework.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/framework_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    framework_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/textLayout.swc

    http://fpdownload.Adobe.com/pub/SWZ/tlf/2.0.0.232/textLayout_2.0.0.232.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    textLayout_2.0.0.232.swz

    ${FLEX_HOME}frameworks/libs/osmf.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/osmf_1.0.0.16316.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    osmf_1.0.0.16316.SWZ

    ${FLEX_HOME}frameworks/libs/spark.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/spark_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    spark_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/sparkskins.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/sparkskins_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    sparkskins_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/rpc.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/rpc_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    rpc_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/charts.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/charts_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    charts_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/spark_dmv.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/spark_dmv_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    spark_dmv_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/mx/mx.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/MX_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    MX_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/advancedgrids.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/advancedgrids_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    advancedgrids_4.5.1.21328.SWZ

    ${APP_ROOT}/src/@{module-package}/@{module-name}.mxml

    ${DEPLOY_DIR}/@{out-path}/@{module-name}.swf

  • How to connect a printer that uses a LPT1 port to Pavilion p6210f?

    my computer (pavilion p6210f) does not show a LPT1 port.  I got a laser printer that uses this port.  How can I connect it? Thank you

    Hello

    \

    According to its specifications, it has:

    Expansion slots:

    • 1 PCI Express x 16 graphics card slot
  • The duplicate files. Same file appears in different directories - how to identify the programs that use these files?

    Hello

    Question 1 - I have a list of duplicate on my computer files. Very often, the same file appears in two or more different locations. So I guess this could mean different copies of the same file is used by various programs. It would then be important to know what program is using this file prior to the removal of duplicates.

    Question 2 - it would be possible to point all programs that use a file given in one place? That is to centralize the location of a file. What I think, could eliminate the need to have different copies at different locations. If so, how is it please?

    Thank you for your help.

    The duplication that you see is the result of a bad installation program written by eSupport. It has nothing to do with Microsoft. I could do this:

    1. Rename the folder c:\eSupport in eSupport.junk
    2. Wait a week or two.
    3. If all goes well, remove the renamed folder.
  • How to create a hierarchy that is shared using the rules file.

    Hello - I am trying to create a shared in Essbase hierarchy that looks similar to the following

    -Member 1

    Member 2

    Member 3

    Member 4

    Member 5

    Member 6

    -Member 3

    Member 4

    Member 5

    Member 6

    Basically trying to shoot the 3 members 1 member hierarchy and show it separately.

    What my rule file should look like this situation.

    Grateful for the help.

    Thank you.

    Well, you can do that, as you describe because your member 3 would be a shared member and shared members cannot have children.

    you could do something like

    Member 3A

    Member 4

    Member 5

    Member 6

    Of course if you really want to watch a member 3 with his children, I don't understand why you need a shared hierarchy you can get the update rollup member 3 in the hierarchy of the primary

  • How can I set up that uses the GPU Lightroom 6?

    Hello!

    I just got 6 Lightroom and all is well until now. However, I think that the performance could be better, and I think that the reason is that Lightroom chooses the bad GPU.

    But let me first, I use an Acer Aspire V 15 Nitro (571 G-VN7-55ZA) with the following configuration:

    • Intel Core i5-4210U 1.7 GHz
    • 8 GB memory DDR3 L
    • 8 GB + HDD 1000 GB SSD hybrid
    • Graphics Intel HD 4400
    • NVIDIA GeForce 840 M with 2 GB dedicated VRAM
    • 8.1 Windows 64-bit

    My laptop so usually works with Intel HD GPU. But when I'm using Lightroom, I want my laptop to use the best NVIDIA GPU. Unfortunately, I found no option to set it up like this, in Lightroom, nor under the GPU.

    Does anyone know how this can be done?

    Or is it not necessary, because maybe the used GPU is start-up automatically as soon as the workload is too high? How can I test this?

    Thanks for your help in advance!

    See you soon

    You can change the default GPU for a program via the NVIDIA Control Panel, simply click on the Lightroom icon and select run with graphics processor-processor > choose default graphics...

    You will receive an option to select the graphic processor preferred for Lightroom.

    My advice would be NOT to disable the Intel HD in the Panel peripheral card.

  • How to edit a page that uses the layout of the master page?

    Hi I made a layout in the master page and its now on all pages, but I want on some pages of the stuff away but I can't edit this more or its not let me remove/resize or else its not let me I have just to see the layers I can turn their market but I there is no arrow I can click Open all that is inside.

    This is how works the master page. You cannot change the things that you put there on normal pages.
    On master pages, you should leave that parts of your layout which sholud look the same on each page. Other parts of the layout must be placed directly on the pages.

  • How to install an application that uses multiple installation disks?

    Hello! I am new to the calculation of the virtual machine and this community. I use VMPlayer 3.01 with Windows XP Home Edition as well as the Virtual Machine Windows 7 Home Premium as the OS of the computer host computer.

    I have problems to install apps on the VM that require more than one installation cd. The first disc installs fine but when I remove it to #2 disc in the drive I get the error messages. It's as if the installation process was interrupted or he can't see the part that you have already installed. I also noticed that whenever I open the player to insert a disc I lose the function of mouse for a while as if VMPlayer needs time to find and recognize the whole disc again. Not sure if this has anything to do with the above problem or not.

    Can you help me?

    the concept? -not sure about that.

    It just seems to be normal that a guest does not always notice if you change the CD or ISO.

    And in this case can happen strange things - if a virtual machine he's always CD1 connected while CD2 exists already in the tray...

    I also discovered by experiences when having the same problems you have now.

    Now, I'm used to that and always change media like that - no more problems since then.

    Just getting used to - it's just a few clicks...

    ___________________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • Flex 4.1 export of custom components in an Application or Module if used in the Module only?

    According to me, Miss me something here:

    "Because a module is loaded into a child domain, it has definitions of classes that are not in the area of the main application. For example, the first module to load the PopUpManager class becomes the owner of the PopUpManager class for the whole application because it records the Manager with the SingletonManager. If later another module tries to use the PopUpManager, Adobe® Flash® Player throws an exception.

    This technique also applies to components. The module that uses the first has the class of the component definition in its field. Therefore, if another module tries to use a component that has already been used by another module, its definition do not match the existing definition. To avoid a mismatch of definitions of element, create an instance of the component in the main application. The result is that the definition of the component is the property of the main application and can be used by modules in any field of the child. »

    I thought that if I use a component in one module then I won't be able to use it in application modules or a brother and I would be able to use it only in the Submodule of this module as the component definitions are in the scope of module which is a child of the scope of the application.

    So I just do a simple example: application with 2 moduleLoaders and 2 modules both using the same 3 components:

    (1) ButtonBar

    (2) DataGrid

    (3) CustomSkinnableComponent (empty, just extends SkinnableComponent) with custom skin (with a Rect 200 x 200 px, extends skin).

    I start the application--> two modules load without problem. Wasn't this supposed to cause error with the second loading module because the first module contains the definitions of components? Or does not result in an error because the component definitions match and match because my component is in the same project in flex, and in this case there is no problem. Problem will be if I have 2 or more RSL with the same definitions of package and class, but different features?

    I do not really understand how to cause incompatibility of definitions component so I can watch to avoid that it... can someone please explain?

    I'm confused and I thought I knew this kind of things. What Miss me?

    Also one last thing:

    I thought that if a module contains component definitions which means it is swf should grow in size-> due to the use of modules. If the application contains the definitions of components would not be what it means the application swf will grow in size and then-> why should I use a module? To save the memory of bodies and images/fonts embeded in the module?

    Bearing also in mind that the skin of a component is also a class definition and I incorporate some large images in there, and I use this skin in 2 modules, wouldn't that require skin to be implemented-> big size of swf application and no module swf as it should?

    Please someone shed some light in my foggy mind

    Post edited by: FM_Flame

    Pretty much:

    public var foo:Object;

    public function runTest (): void

    {

    If (Application.application.foo is nothing)

    Application.application.foo = new SomeClass();

    on the other

    trace (test (application.application.foo));

    }

    If you click the first button, then the second, you should see a type

    incompatibility.

  • shared server and starting a database

    Hi guys,.

    I read in a book:

    And it is logically impossible to issue commands to start or stop using a shared server: shared servers are part of the instance and therefore not available at the moment where you issue a start command.
    If the administrator must always have a dedicated server connection.

    This confuses me. How a DBA can have a dedicated server connection if we use shared server?

    Thank you.

    How a DBA can have a dedicated server connection if we use shared server?

    with the entry in tnsnames.ora
    SERVER = DEDICATED

    or log on to the DB server itself & start the DB without using SQL * Net

  • Shared server required for outdoor work remote?

    Hi all

    We are moving to the programming of different remote shell on the Scheduler to Oracle scripts and therefore need to put in place the database to handle this, which includes the HTTP port assignment, creating remote objects in the database hourly etc.. In the Guide of the administrator (for Oracle 11 g 2, Chapter 30), he also says to "ensure that this shared server is enabled. Does anyone know if this is really necessary? We organize currently dedicated server mode and prefer not to change this just for the sake of the Scheduler. Also, Mr. Rood's excellent book on the Scheduler makes no mention of this requirement.

    Thank you
    Tobias

    Thanks for the compliments on my book :-D

    As much as I know there no functional reason to switch to the shared server. If you want to run huge amounts of work of short duration, I can imagine that this shared server could give a performance advantage because it can respond more quickly to requests. Shared server processes are already in place, where the dedicated server process always needs to be started for each session.

    Ronald
    http://ronr.blogspot.com

  • I use the full version of DASYLab 8.0, how to add PID module in the design of the façade (window layout)? while I can vary the p, i, d values in the window layout

    I use the full version of DASYLab 8.0, how to add PID module in the design of the façade (window layout)? while I can vary the p, i, d values in the window layout

    To do that you will need to change the varibles PID values and then use the sliders to add numbers to a latch for variables that point.

    This is how I think it works in Version 8.

    In all cases, you should move on to 12 more stable summer.

    In addition, unless that is a very slow process, I generally do not like closed loop PID with DASYLab due to the fact that computers is not reliable with timing.

  • How to control the value of a variable that is shared at the beginning of the vi

    Hi all

    In short: How can I make sure the values of the variables shared at the start of a vi?

    I have two vi.

    One is a main vi where did I order a shared Boolean variable "run DAQ".

    The other is a vi with a while loop that "polls" for the shared variable "Execute DAQ", which is connected to a box Structure. If the case is false, it does nothing, if it is true is short some simple IO DAQ within a while loop.

    To be sure that at the beginning of the vi the variable 'Execute DAQ' shared value false (no matter what 'State' the shared variable was left in front of the vi began) I write a Boolean constant to this shared variable 'Execute DAQ' out of hand while loop.

    Now my question: how is it possible that the case structure can enter into the 'True' State, even when main vi is not executed and there is therefore no way of the shared variable can be written in. I know that shared variables are stored in memory, but that's why I write it to false at the beginning of the vi.

    Even when I read the first shared variable before you change it with a constant False the second instance of the shared variable that is wired to the case structure bed to True.
    It seems to me that the shared variables do not follow the 'right' of the dependence of LabView and are updated outside the normal flow of the vi.

    Thanks for your time and advise on this.

    JackT wrote:

    Someone knows another way around this?

    Yes.  Do not use them.

    If you not post on a network, use a normal Global Variable or use a queue, the user event, stating to send commands indicating loops for updating their values.

    If on a network, then I recommend the network stream to send commands/data back with updates.  I used shared variables, more I hate them.

  • Would it not correct to say that the PCI-6110 can be set to 'redeclenchables' but the PXI-6115 module cannot use this property?

    Would it not correct to say that the PCI-6110 can be set to 'redeclenchables' but the PXI-6115 module cannot use this property?  If Yes, where is it documented the series cards can do trigger?  For example, is it possible to configure the trigger on the PXI-6124?

    Hi Joel_Neptune,

    The PCI-6110 and other materials as the PXI-6115 S series and SMU-6124 do not natively support NOR-DAQmx analog input alarm. However, you can use one of the generalist counters/timers of the Council to generate a reenclenchees pulse train, then use this as the sample clock pulse train. This transportation example shows how:

    LabVIEW\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-Ctr Retrigg Pulse Train generation for the Clock.vi sample

    In addition, the new material of the simultaneous sampling X series are supported trigger analog input without using a separate task of counters/timers.

    Brad

Maybe you are looking for

  • HP all-in-one wireless with 10 5525 windows insider

    Hello world I work with the 5525 printer about 3 years. also with wifi wireless, andalso with windows 10. all of this until last May. in may, I was to format and install windows 10 insider and fromthis point, thast all I tried to solve the problem, i

  • Compaq: Compaq HP Desktop Clock works do not.

    I have a problem with my Compaq clock not changing at the moment. As soon as that changed manually, it is the game of the previous hour. I understand that this can be battery on the motherboard and I was wondering if there was no video showing how D

  • Conflict between the settings of the computer and Windows Live Mail

    I have a conflict between my computer settings, Windows Live Mail and Windows Live Hotmail/Calendar.  When the computers ' regional and Language Options | Date - short Date Format"settings are set to"dd-MMM-yy"is in conflict with the Windows Live Mai

  • How to completely reset dell 531 s without the windows disc

    I tried for awhile and it's frustrating me, if one has no indication to this topic please let me know. Thank you!

  • I can't block an e-mail address

    I got this email from this person harassing me: * address email is removed from the privacy * I added to a block list, but he said: "an email address must be in the following format: * e-mail address is removed from the privacy *.» A domain must be i